-
通过梯度微量流SNAKE方法对图像进行分割
通过梯度微量流SNAKE方法对图像进行分割-SNAKE flow through the micro-gradient method of image segmentation
- 2022-02-04 11:24:35下载
- 积分:1
-
图像几何变换,图像平移,图像镜像,图像缩放
图像几何变换,图像平移,图像镜像,图像缩放-Image geometric transform, image translation, image mirroring, image scaling
- 2022-09-22 09:00:03下载
- 积分:1
-
《几何偏微分方程应用于图像处理》中P_M方程的AOS算法
《几何偏微分方程应用于图像处理》中P_M方程的AOS算法-"geometric partial differential equations used in image processing," P_M equation AOS Algorithm
- 2022-08-15 12:49:01下载
- 积分:1
-
Hough变换对圆的检测
Hough变换的基本原理在于,利用点与线的对偶性,将图像空间的线条变为参数空间的聚集点,从而检测给定图像是否存在给定性质的曲...
Hough变换对圆的检测
Hough变换的基本原理在于,利用点与线的对偶性,将图像空间的线条变为参数空间的聚集点,从而检测给定图像是否存在给定性质的曲线。
-Hough transform for circle detection Hough transform basic principle is that the use of point and line duality, the image space into a parameter space of lines gather, thus detecting the existence of a given image given the nature of the curve.
- 2022-02-15 20:11:38下载
- 积分:1
-
MeanShift算法,详细描述了算法的来源问题。
meanshift算法,详细描述了算法的来源、原理和应用
- 2022-01-25 20:25:35下载
- 积分:1
-
图形图象处理VC++编码,很好很使用,欢迎大家应用,希望与大家多交流...
图形图象处理VC++编码,很好很使用,欢迎大家应用,希望与大家多交流-Graphic image processing VC++ Encoding, very good use, welcomed the U.S. application, I hope more exchanges with the U.S.
- 2023-01-11 17:20:04下载
- 积分:1
-
Image sparse decomposition method Random Sampling of Sparse Trigonometric Polyno...
图像 稀疏分解方法
Random Sampling of Sparse Trigonometric Polynomials II
- Orthogonal Matching Pursuit versus Basis Pursuit -
(Preprint arXiv:math.CA/0604429)
by Stefan Kunis and Holger Rauhut-Image sparse decomposition method Random Sampling of Sparse Trigonometric Polynomials II- Orthogonal Matching Pursuit versus Basis Pursuit- (Preprint arXiv: math.CA/0604429) by Stefan Kunis and Holger Rauhut
- 2023-01-16 00:45:04下载
- 积分:1
-
一个能够自动检测图象中是否存在平行线,并在图象中标示此平行线的VC源代码。...
一个能够自动检测图象中是否存在平行线,并在图象中标示此平行线的VC源代码。-an image can automatically detect whether the existence of parallel lines, and the image of this parallel line marking the VC source.
- 2022-02-26 18:02: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
-
包含所有图像处理的几何变换,可以运行。合适的…
包含了图象的所有几何变换处理,可运行.适合图象处理的入门学习.-Contains all the images deal with geometric transformations can be run. Suitable for image processing to study entry.
- 2022-03-04 22:17:20下载
- 积分:1