-
gabor滤波器,可以检测图像边缘信息,有利于初学者使用学习。...
gabor滤波器,可以检测图像边缘信息,有利于初学者使用学习。-gabor filter can detect edges, and is conducive to beginners learning.
- 2022-06-29 19:58:31下载
- 积分:1
-
a relatively new paper on 3D Face Review, the others have published in the major...
一篇较新的论文,是关于三维人脸的综述,别人已发表在重要刊物上的.-a relatively new paper on 3D Face Review, the others have published in the major journals.
- 2022-04-10 17:19:01下载
- 积分:1
-
The Core Library (PCL) is a powerful, cross
The PhoXo Core Library (PCL) 是一套强大的跨平台图像处理库。它的主要特性包括 :* 平台无关代码* 任意区域选取* 几十种图像特效* Undo/Redo支持* 多图层* 进度显示* 直方图* 图像文件读写* 文字渲染 (目前使用WIN32-GDI+, 以后会采用FreeType替代)-The Core Library (PCL) is a powerful, cross-platform image processing library. Its main features include : platform-independent code*** arbitrary selection of regional dozens of image effects* Undo/Redo support multi-layer*** histogram shows progress** Image File read and write text rendering (using WIN32- GDI, will be adopted after the FreeType alternative)
- 2022-02-10 16:03:08下载
- 积分:1
-
种子填充算法
资源描述
运用递归来实现种子填充算法,基本可以概括为选定屏幕中任意一点(多边形内),由此为种子,向其四周(即上下左右)“开花”(即填充),并且将上下左右各点当成种子点,直至满足If表达式的点个数为0。
- 2022-06-18 11:02:50下载
- 积分:1
-
中点画圆法算法实现,能够实现坐标平移,支持鼠标绘图
中点画圆法算法实现,能够实现坐标平移,支持鼠标绘图-midpoint Circle France algorithm to achieve coordinates translation, mapping support for mouse
- 2023-03-23 22:00:03下载
- 积分:1
-
图像处理的立体匹配算法
立体匹配的算法,用于图像处理-stereo matching algorithms for image processing
- 2022-01-26 07:11:11下载
- 积分:1
-
用VB实现的Direct3D示例。
用vb实现的direct3d的例子。-vb achieved with Direct3D example.
- 2022-02-03 03:02:53下载
- 积分:1
-
一个动画源程序,用于图形学习
一个动画源程序,用于图形学习-an animation source for the graphics learning
- 2022-08-12 09:53:36下载
- 积分:1
-
image processing an entry C source
图像处理入门C源码1-image processing an entry C source
- 2022-01-26 04:53:59下载
- 积分:1
-
savitzky-golay滤波
利用savitzky-golay实现数据平滑滤波处理,原理是取滤波点处左右各N点,共N+1点进行拟合,之后利用最小二乘法确定相关系数,从而得到滤波点处最后的数值。可推广至二维应用
- 2023-08-07 18:45:05下载
- 积分:1