-
including the common image processing operations, including smoothing, sharpenin...
包括了常用的图象处理操作,包括平滑,锐化,边缘提取等等!值得一看!-including the common image processing operations, including smoothing, sharpening, edge extraction and so on! An eye-catcher!
- 2022-03-05 15:10:43下载
- 积分:1
-
一个MATLAB关于数字水印的程序代码.
一个MATLAB关于数字水印的程序代码.-MATLAB
- 2022-01-25 17:35:58下载
- 积分:1
-
Image catties for walsh transform C++ Source attached to the test picture
对图像斤进行walsh变换的C++源码,附测试图片-Image catties for walsh transform C++ Source attached to the test picture
- 2022-06-15 19:27:11下载
- 积分:1
-
主要用于图像处理过程中,对图像的细化和边缘检测.
主要用于图像处理过程中,对图像的细化和边缘检测.-Mainly used in image processing for image edge detection and thinning
- 2022-01-25 13:49:07下载
- 积分:1
-
这是一个关于三维图像数据距离误差程序的源代码,希望对大家有用。...
这是一个关于三维图像数据距离误差程序的源代码,希望对大家有用。-This is a three-dimensional image of the data from the error"s source code, we hope that the right useful.
- 2022-04-15 10:46:31下载
- 积分:1
-
VC打开和显示BMP文件
VC打开和显示BMP文件-VC open and display BMP file
- 2022-03-19 04:33:14下载
- 积分:1
-
Canny边缘检测的源码,VC实现,非常好理解,绝对经典,带图片可以测试。...
Canny边缘检测的源码,VC实现,非常好理解,绝对经典,带图片可以测试。-Canny edge detection of the source code, VC, very good understanding, absolute classic, with pictures test.
- 2023-05-08 02:00:02下载
- 积分:1
-
一种向CBitmap对象读取“*.bmp”文件的快捷方式。
1、建立自己的CBitmap派生类。
2、增加一个“Load from bitmap”...
一种向CBitmap对象读取“*.bmp”文件的快捷方式。
1、建立自己的CBitmap派生类。
2、增加一个“Load from bitmap”的函数:
BOOL CMyBitmap::LoadBitmap(LPCTSTR szFileName)
{
DeleteObject()
HBITMAP hBitmap=NULL
hBitmap=(HBITMAP)LoadImage(NULL,szFileName,IMAGE_BITMAP,0,0,LR_LOADFROMFILE|LR_CREATEDIBSECTION|LR_DEFAULTSIZE)
return Attach(hBitmap)
}-CBitmap object to a reading of "*. bmp" file shortcuts. One, to build their own CBitmap derived class. 2, add a "Load from bitmap" function : BOOL CMyBitmap : : LoadBitmap (LPCTSTR szFileName) (DeleteObje ct () HBITMAP hBitmap = NULL hBitmap = (HBITMAP) LoadImage (NULL, szFileName, IMAGE_BITMAP, 0, 0, LR_LOADFROMFILE | LR_CREATEDIBSECTION | LR_D EFAULTSIZE) return Attach (hBitmap);)
- 2023-04-01 09:15:03下载
- 积分:1
-
图像边缘检测。从简单到实现一个典型的风扇…
图像的边缘识别。由简至繁的实现了几种典型的图像边缘算法。-The image edge detection. From the simple to the realization of a typical fan of the image edge algorithm.
- 2022-04-25 15:31:07下载
- 积分:1
-
一个基于DCT变换的信息隐藏程序,能把文本信息隐藏到经过DCT变换的图像载体的频域中去。程序重点在于对图像的DCT变换...
一个基于DCT变换的信息隐藏程序,能把文本信息隐藏到经过DCT变换的图像载体的频域中去。程序重点在于对图像的DCT变换-DCT-based Information Hiding Transform procedures, able to hide text message into image after DCT transform domain to the frequency vector. Procedures focus on the DCT transform of image
- 2022-03-21 10:13:59下载
- 积分:1