-
OpenCV的人脸检测的源代码,可以进行人脸识别…
OpenCV人脸检测源代码,可用于进行对人脸的识别和处理-OpenCV face detection source code, can be used to carry out face recognition and treatment
- 2022-03-23 16:35:11下载
- 积分:1
-
采用各向异性方法 填补一个缺损的轮廓,从而可以得到一个光滑完整的轮廓。...
采用各向异性方法 填补一个缺损的轮廓,从而可以得到一个光滑完整的轮廓。- Completed contours correspond to ridges of an extension (ext) of the characteristic function of the uncompleted curve.
Anisotropic extension is performed on the characteristic function fbound of an image set given by
the binary map boundary to the whole image domain. Extension is initially driven by
xi=(EigVect{1}, EigVect{2}) (which should match with the contour tangent direction)
computed as the direction of maximum coherence of the distance map to the contour to close.
It is updated every N iterations with DCV over the distance map to the ridges/thinning of the
evolved image.
Two different stop criteria are supported:
Number of Connected Components ( numcomp ). Contour Completion. Stop when the extended
contour (curve of level 1) has exactly Ncomp connected components.
Difference between two consecutive iterations ( tol )
Speed Stabilizes ( speed_stab ).
[extended]=ContourComple
- 2022-12-07 02:25:02下载
- 积分:1
-
mosaic pictures show examples of animation
马赛克动画显示图片示例-mosaic pictures show examples of animation
- 2022-04-21 14:10:34下载
- 积分:1
-
数字图像处理中常用的灰度平衡算法,VC编写,包含完整源代码与实例图片,很实用...
数字图像处理中常用的灰度平衡算法,VC编写,包含完整源代码与实例图片,很实用-Commonly used in digital image processing of gray-balancing algorithm, VC preparation that contains complete source code and examples of pictures, very useful
- 2023-06-14 12:25:03下载
- 积分:1
-
vc++用于图象处理大部分算法可以取源于c++,而c++取源于c,这里给出多个从c转化道vc++的源程序...
vc++用于图象处理大部分算法可以取源于c++,而c++取源于c,这里给出多个从c转化道vc++的源程序-vc++ for the majority of image processing algorithms can be obtained from c++, and c++ obtained from c, where c is given a number from the transformation Road, vc++ source code
- 2023-04-01 12:35:04下载
- 积分:1
-
基于遗传算法的道路图象分割,针对道路图像的分割,个人感觉效果还行。...
基于遗传算法的道路图象分割,针对道路图像的分割,个人感觉效果还行。-The road based on genetic algorithms image segmentation, image segmentation for the road, feeling the effect of individual firms also.
- 2022-01-27 22:41:33下载
- 积分:1
-
运用vc++编写的一个实现球的细化以及绘制出一个茶壶图象
运用vc++编写的一个实现球的细化以及绘制出一个茶壶图象-use vc prepared by the realization of a ball and the refinement mapping out a teapot image
- 2022-03-01 22:54:18下载
- 积分:1
-
程序利用svm分类结合bp算法完成图像中的分类和预测问题,这是模式识别中的一个比较新颖的方法。...
程序利用svm分类结合bp算法完成图像中的分类和预测问题,这是模式识别中的一个比较新颖的方法。-svm procedures for the use classification algorithm combining bp image classification and prediction, This is the pattern recognition of a relatively new method.
- 2022-06-12 20:39:54下载
- 积分:1
-
Non
Non-decimated wavelet transform, redundant wavelet transform, stationary
% wavelet transform-Non-decimated wavelet transform, redundant wavelet transform, stationary wavelet transform
- 2022-04-26 22:55:42下载
- 积分:1
-
网上的jpeg的解码库是对于jpeg文件的解码,输出到bmp文件,本源码修改了库函数,使之接受一个jpeg文件的数据流,然后输出到bmp的点阵,可以直接输出到屏...
网上的jpeg的解码库是对于jpeg文件的解码,输出到bmp文件,本源码修改了库函数,使之接受一个jpeg文件的数据流,然后输出到bmp的点阵,可以直接输出到屏幕。具体的调用方法见源码中的说明。-online jpeg decoder for the document jpeg decoder, the output of bmp documents, The modified source code library functions to make it accept a jpeg document data flow, and then exported to the lattice bmp, can be directly output to a screen. Specific method call see the source note.
- 2022-03-24 07:44:07下载
- 积分:1