-
应用Kmeans聚类算法分割图像之间…
Application of kmeans clustering algorithm to segment a grey scale image on diferent classes.
- 2022-11-15 22:50:02下载
- 积分:1
-
Packaging good sift matching database, simply enter the two images and the Lapla...
封装好的sift匹配库,只需输入两幅图像和拉普拉斯金字塔参数就可以求出对应的匹配点和基础矩阵。资源含dll,lib和.h文件,并提供了一个测试程序。使用十分便捷-Packaging good sift matching database, simply enter the two images and the Laplacian pyramid can be calculated parameters corresponding match point and the fundamental matrix. Resources including dll, lib and. H files, and provides a test procedure. Very convenient to use
- 2023-05-31 13:50:03下载
- 积分:1
-
算法功能:夜间灰度图像的增强处理
参考论文:《一种用于夜间图像增强的算法》,实现的效果要好于直方图均衡化的效果。...
算法功能:夜间灰度图像的增强处理
参考论文:《一种用于夜间图像增强的算法》,实现的效果要好于直方图均衡化的效果。-Algorithm functions: gray-scale images to enhance night-time deal with the reference paper:
- 2022-07-04 01:03:56下载
- 积分:1
-
Vc developed using source code, function is the image of the cutting
利用vc开发的源代码,功能是对图像的裁剪-Vc developed using source code, function is the image of the cutting
- 2022-05-16 16:48:09下载
- 积分:1
-
mix 快速图象分割 内含4个Matlab应用程序
mix 快速图象分割 内含4个Matlab应用程序
- 2022-02-11 18:53:52下载
- 积分:1
-
hough transform to the input image. energy level will be display
对输入图像进行圆形hough变换。并显示其大小。-hough transform to the input image. energy level will be display
- 2022-12-15 05:45:03下载
- 积分:1
-
基于visual c++编写的关于图像处理的源程序
基于visual c++编写的关于图像处理的源程序-prepared by the image processing of the source
- 2022-05-15 13:44:07下载
- 积分:1
-
一个优化了的H.264编码JM,在VC下能够顺利通过测试
一个优化了的H.264编码JM,在VC下能够顺利通过测试-Workspaces for MS Visual C++ 2003/2005 are provided with the names
jm_vc7.sln - MS Visual C++ 2003
jm_vc8.sln - MS Visual C++ 2005
- 2022-03-14 09:11:45下载
- 积分:1
-
图片的分割与整合,可以把图片分割成无数份!监控中可能用的到...
图片的分割与整合,可以把图片分割成无数份!监控中可能用的到-Image segmentation and integration can be divided into numerous picture! Monitoring may be used to
- 2022-03-09 10:33:27下载
- 积分: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