-
An image file format conversion program, support jpeg, ico, bmp and txt swap, bu...
一个图像文件格式转换程序,支持jpeg、ico、bmp和txt交换,但可能还是第一版,会有点BUG
- 2022-03-24 01:24:21下载
- 积分:1
-
在视频压缩中,我们可以返回一系列的测试性能…
在视频压缩中,大家可能回遇到测试一系列的文件性能,但是如果自己一个一个测试,很费时,而且质量不高,这里有套代码,可以帮大家解决问题,对大家帮助很大-In video compression, we may return to face the test performance of a series of documents, but if you own a test, it is time consuming, and the quality is not high, there are sets of code, can help you solve the problem, of great help for all of us
- 2022-05-08 14:30:02下载
- 积分:1
-
新的两
二维新的粒子群算法matlab程序,希望对大家有有帮助。-The new two-dimensional particle swarm optimization matlab program, and they hope to help everyone.
- 2022-01-26 20:27:16下载
- 积分:1
-
给予偏微分方程的图像处理一书中的实验代码很全面
给予偏微分方程的图像处理一书中的实验代码很全面 -Given partial differential equations of image processing of the experimental code book is very comprehensive
- 2022-12-22 20:00:13下载
- 积分:1
-
Visual C++MATLAB图像处理与识别实用案例精选之直方图均衡算法的源程序,含标准测试图片...
Visual C++MATLAB图像处理与识别实用案例精选之直方图均衡算法的源程序,含标准测试图片-Visual C MATLAB image processing and recognition practical case Featured"s histogram equalization algorithm source procedures, with the standard test pictures
- 2023-08-13 07:30: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
-
Visual C++MATLAB图像处理与识别实用案例精选之 图像阈值变换 算法的源程序,含标准测试图片...
Visual C++MATLAB图像处理与识别实用案例精选之 图像阈值变换 算法的源程序,含标准测试图片-Visual C MATLAB image processing and recognition of practical cases selected images threshold transform operator Law of the source, including standard tests Photo
- 2022-10-28 12:40:04下载
- 积分:1
-
利用K均值聚类的方法实现人体的检测,混合高斯模型建立背景并实时更新...
利用K均值聚类的方法实现人体的检测,混合高斯模型建立背景并实时更新-The use of K-means clustering method to achieve the human body detection, Gaussian mixture model to establish the background and real-time updates
- 2022-03-17 15:38:40下载
- 积分:1
-
中值滤波程序,数字图像处理常用程序,可进行水平及垂直方向中值滤波,用于图像平滑,噪声去除。...
中值滤波程序,数字图像处理常用程序,可进行水平及垂直方向中值滤波,用于图像平滑,噪声去除。-median filtering procedures commonly used digital image processing procedures, for horizontal and vertical direction Median filtering, for image smoothing, noise removal.
- 2022-12-21 14:00:03下载
- 积分:1
-
C++编写的医学用的细胞识别统计系统,可以腐蚀膨胀,平滑,最后统计出细胞个数....
C++编写的医学用的细胞识别统计系统,可以腐蚀膨胀,平滑,最后统计出细胞个数.
- 2022-05-06 02:31:02下载
- 积分:1