-
图像处理。
用visual c++ 6.0实现的图像处理。功能很一般,适合教学。-Image processing.
- 2022-03-25 16:15:04下载
- 积分:1
-
关于程序的运行,
DImageProcess工程只需载入Bmp格式的文件,便可通过菜单实现各种处理算法,
需要强调一点,其只对256色格式的图片进行处理...
关于程序的运行,
DImageProcess工程只需载入Bmp格式的文件,便可通过菜单实现各种处理算法,
需要强调一点,其只对256色格式的图片进行处理。-on the process of operation, DImageProcess Bmp, only printed in the format of the document, menu can be achieved through various processing algorithms, the need to stress that their only pair of 256-color format photo processing.
- 2022-01-22 07:20:29下载
- 积分:1
-
Mutual information method for the best ROSSLER delay equation
互信息方法求ROSSLER方程的最佳延迟时间-Mutual information method for the best ROSSLER delay equation
- 2022-03-01 11:51:04下载
- 积分:1
-
应用C++Builder编写图像处理中的旋转及翻转图像程序
应用C++Builder编写图像处理中的旋转及翻转图像程序-Application of C++ Builder in the preparation of image processing procedures for the rotation and flip images
- 2022-03-18 22:28:33下载
- 积分:1
-
KL变换的MATLAB源码程序,用于图形图像地震资料等的处理。效果良好。...
KL变换的MATLAB源码程序,用于图形图像地震资料等的处理。效果良好。-KL transform MATLAB source code program for graphic images such as seismic data processing. Good results.
- 2022-01-26 02:45:08下载
- 积分:1
-
Image processing fuzzy C means algorithm MATLAB code extracting compressed packa...
图像处理 模糊C均值算法 MATLAB代码
压缩包解压时没有密码-Image processing fuzzy C means algorithm MATLAB code extracting compressed package without a password
- 2023-06-28 22:20:04下载
- 积分:1
-
hough最长线段检测
hough最长线段检测-Hough Detection
- 2022-12-06 10:55: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
-
提供强大的图像处理功能,完全源代码公开,
包括旋转,放大,缩小,自动校正,选择范围,裁剪,自动去除黑边,镜像等等功能。提供技术支持,最适合应用于扫描后的图像...
提供强大的图像处理功能,完全源代码公开,
包括旋转,放大,缩小,自动校正,选择范围,裁剪,自动去除黑边,镜像等等功能。提供技术支持,最适合应用于扫描后的图像处理
开发本控件原本就是应用于扫描后的图像处,方便使用-provide a powerful image processing functions, complete source code is open, including rotating, zooming, narrow, automatic calibration choice, cutting, automatic black border removal, image and so on. Provide technical support, Scanning the most suitable for the development of the Image Processing Control was originally applied to the scanned images, ease of use
- 2022-05-06 13:45:43下载
- 积分:1
-
本程序实现全变分(Total Variation, TV)的去噪算法,它使用了PDF纠正TV算法中的小问题。该算法可以很好地保留原图边缘信息的同时,去除噪声。...
本程序实现全变分(Total Variation, TV)的去噪算法,它使用了PDF纠正TV算法中的小问题。该算法可以很好地保留原图边缘信息的同时,去除噪声。-This procedure Variational realize the whole (Total Variation, TV) denoising algorithm, which uses a PDF corrective TV algorithm of small problems. The algorithm is well positioned to retain the image edge information at the same time, to remove noise.
- 2023-02-13 21:40:03下载
- 积分:1