-
OTSU算法是一个可以稳定获取图像分割阈值的好方法,本人根据其思想,编译了一个函数,可以方便您的调用,自适应的获取图像的阈值,...
OTSU算法是一个可以稳定获取图像分割阈值的好方法,本人根据其思想,编译了一个函数,可以方便您的调用,自适应的获取图像的阈值,-OTSU algorithm is a segmentation threshold can be stabilized to obtain the value of a good way, in accordance with their thoughts, to compile a function, you can easily call adaptive image acquisition threshold,
- 2023-04-10 10:50:03下载
- 积分:1
-
Digital image processing of the basic procedures for the preparation of vc++ are...
数字图像处理的基本程序 vc++编写 BMPViewer 有实例图片-Digital image processing of the basic procedures for the preparation of vc++ are examples of pictures BMPViewer
- 2022-03-03 07:37:34下载
- 积分:1
-
高斯随机噪音程序,做理论模型数据时,一般会加高斯随机噪音,以模拟实际数据
高斯随机噪音程序,做理论模型数据时,一般会加高斯随机噪音,以模拟实际数据-Gaussian random noise process, make the theoretical model data, they generally will be Gaussian random noise to simulate the actual data
- 2022-06-16 16:14:48下载
- 积分: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
-
find contours in image using OpenCV
each contour s pixels are stored in a...
find contours in image using OpenCV
each contour s pixels are stored in a
sequence(CvSeq)
- 2022-03-06 19:22:45下载
- 积分:1
-
According to informative gray
根据灰度图像信息量大、可视化效果好等特点,提出一种基于灰度图像水印的空间域矢量地理空间数据水印算法,即先将灰度图像水印信息按一定法则进行处理,再将处理后的水印信息嵌入到空间域矢量地理空间数据中,最后对嵌入水印信息的矢量地理空间数据进行检测。文中还对矢量地理空间数据进行了攻击实验,分析表明,提取出的灰度图像水印具有较好的鲁棒性效果和一定的实用价值。-According to informative gray-scale images, visual effects and good characteristics of a gray-scale image watermarking based on space vector geospatial data domain watermarking algorithm, that is, first gray image watermark information according to certain rules to deal with, and then treatment after the watermark information embedded into the space domain vector geospatial data, the last of the embedded watermark information vector geospatial data for testing. The article also vector geospatial data on the attacked experiment, analysis showed that the extracted gray-scale image watermarking has good efficacy and robustness of practical value.
- 2023-03-20 06:15:03下载
- 积分:1
-
Image fusion can automatically realize the tools, but also contains many ways fo...
能够自动实现图像融合的工具,而且包含很多方法供大家选择-Image fusion can automatically realize the tools, but also contains many ways for everyone to choose
- 2022-05-28 13:43:38下载
- 积分:1
-
环形颜色直方图
基于环形颜色直方图的图像检索算发,比传统方法好用的多-Annular color histogram-based image retrieval count hair, easy to use than the more traditional methods
- 2022-09-28 02:55:03下载
- 积分:1
-
图像频率域滤波程序,课程设计作业,获优秀,完全自主开发,包含搞通滤波、低通滤波、带通滤波以及方向滤波。含GUI...
图像频率域滤波程序,课程设计作业,获优秀,完全自主开发,包含搞通滤波、低通滤波、带通滤波以及方向滤波。含GUI-image frequency domain filtering procedures, curriculum design work, outstanding, fully self-development, including engaging pass filtering, low-pass filtering, band-pass filtering and filtering direction.- GUI
- 2022-11-25 08:00:03下载
- 积分:1
-
一个去除椒盐噪声的图像处理程序,采用了中值滤波,效果很不错...
一个去除椒盐噪声的图像处理程序,采用了中值滤波,效果很不错-a noise image-processing program, using a median filter, the effect is very good
- 2022-03-26 08:37:40下载
- 积分:1