-
图象滤波(中值滤波,垂直镜像处理,水平镜像处理)
图象滤波(中值滤波,垂直镜像处理,水平镜像处理)-image filtering (filtering, the vertical image processing, image processing standard)
- 2022-01-30 16:36:56下载
- 积分: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
-
一种向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
-
完整的canny边缘检测程序,内附canny算子说明文档一个。在运行前请先看说明文档,里面有vc参数设置的相关内容,...
完整的canny边缘检测程序,内附canny算子说明文档一个。在运行前请先看说明文档,里面有vc参数设置的相关内容,-integrity of the canny edge detection procedures, enclosing canny operator documented one. Running before you look at documentation, which has vc parameter setting the relevant content
- 2023-07-24 13:00:03下载
- 积分:1
-
直方图均衡化,实现灰度图像的均衡化,能有效的实现图像的增强目的!...
直方图均衡化,实现灰度图像的均衡化,能有效的实现图像的增强目的!-Histogram equalization to achieve a balanced gray-scale images, and can effectively achieve the purpose of image enhancement!
- 2022-03-25 12:06:41下载
- 积分:1
-
Harris角点检测的源代码
source code of Harris corner detection -source code of Harris corner detection
- 2022-02-03 14:28:17下载
- 积分:1
-
K均值图像分割,读入彩色图片,输出区域分割后的图片
K均值图像分割,读入彩色图片,输出区域分割后的图片-K-means image segmentation, read full-color photographs, the output image after the region segmentation
- 2022-08-21 00:39:37下载
- 积分:1
-
- 2022-07-24 03:58:26下载
- 积分:1
-
OpenCV进行皮肤检测。使用阈值法和贝叶斯方法。当…
OpenCV进行皮肤检测.用了阈值法和贝叶斯方法.其中皮肤标记是用鼠标来完成的.自己还是比较满意的,愿与大家分享.-OpenCV for skin detection. Using the threshold method and Bayesian methods. Where the skin tag is to use the mouse to complete. I am still satisfied, and would like to share with you.
- 2022-04-28 07:28:58下载
- 积分:1
-
这是一个用于图像处理中直方图变换的程序。里边有巧妙的算法。算法是原创的。...
这是一个用于图像处理中直方图变换的程序。里边有巧妙的算法。算法是原创的。-this is a program to process the digital image .it consistes of a eloborate and orignal thinking
- 2023-06-19 11:00:03下载
- 积分:1