-
recently opened a graphics school in tc debug viable seed filling algorithm. Wit...
最近学校开了图形学,在tc下调试可行的种子填充算法. 一起参考-recently opened a graphics school in tc debug viable seed filling algorithm. With reference! !
- 2023-03-15 06:15:04下载
- 积分: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
-
这是关于二维分割的水平集实现,该方法可以一定程度上避免局部极小的问题...
这是关于二维分割的水平集实现,该方法可以一定程度上避免局部极小的问题-This is on two-dimensional level set segmentation realize that the method can to some extent to avoid the problem of local minima
- 2022-03-01 03:19:56下载
- 积分:1
-
opencv实现的snake算法,可用于轮廓提取。
opencv实现的snake算法,可以用于轮廓提取。-opencv realized snake algorithm, can be used for contour extraction.
- 2022-03-21 10:25:41下载
- 积分:1
-
针对平面内不相交的点或圆,根据三角剖分的原理,生成VORONOI图...
针对平面内不相交的点或圆,根据三角剖分的原理,生成VORONOI图-For the plane does not intersect the point or circle, in accordance with the principles of triangulation to generate VORONOI map
- 2022-07-26 03:21:28下载
- 积分:1
-
傅立叶描述子,用于提取形状的特征。c++编写
傅立叶描述子,用于提取形状的特征。c++编写-Fourier descriptors for the extraction of shape features. c++ prepared
- 2023-02-16 04:10:03下载
- 积分:1
-
数字图像处理大作业。用vc.net写的各向异性扩散滤波程序,算法是PERONA―MALIK提出的离散方法,提供各项同性扩散处理结果做对比。...
数字图像处理大作业。用vc.net写的各向异性扩散滤波程序,算法是PERONA―MALIK提出的离散方法,提供各项同性扩散处理结果做对比。-Digital image processing large operation. Vc.net written using anisotropic diffusion filtering procedure, the algorithm is proposed PERONA-MALIK discrete way to deal with the results of the proliferation of the same sex to do comparison.
- 2022-03-05 06:17:17下载
- 积分:1
-
iris recognition algorithms, including positioning, in the final one, coding. Us...
虹膜识别算法,包括定位,归一化,编码。很有用的算法。-iris recognition algorithms, including positioning, in the final one, coding. Useful algorithms.
- 2023-07-11 14:30:03下载
- 积分:1
-
shark 快速图象分割方法 是老外编得 好像蛮好用
shark 快速图象分割方法 是老外编得 好像蛮好用
- 2022-03-11 01:04:53下载
- 积分:1
-
非常白平衡的经典算法,值得看一下。还有GAMMA校正自动曝光,有需要的别忘了下载啊,很不容易才找到的...
非常白平衡的经典算法,值得看一下。还有GAMMA校正自动曝光,有需要的别忘了下载啊,很不容易才找到的-Very classic white balance algorithm, it is worth a look. There GAMMA correction auto exposure, do not forget to have needed to download ah, is not easy to find the
- 2022-02-05 13:00:56下载
- 积分:1