-
轮廓提取算法:效果不错。
很有用的,用C++实现的
轮廓提取算法:效果不错。
很有用的,用C++实现的-It is Useful for Contour Extract in Image
- 2023-01-31 05:25:04下载
- 积分:1
-
the frame for the glsl,is used to 3D
shader编程实用框架,用于3D编程,对于常用shader 编程人员很实用,不用进行繁琐的搭建shader 框架-the frame for the glsl,is used to 3D
- 2022-07-19 01:31:32下载
- 积分:1
-
Edge Sharpening good (image processing)
很好的边缘锐化(图像处理)-Edge Sharpening good (image processing)
- 2022-01-22 03:54:05下载
- 积分:1
-
This zip file contains source code and windows executables for carrying out face...
This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s face detector. Instructions for use and for compiling can be found in the Readme file.
Usage:
FaceDetect (, )
The function returns Nx4 matrix. In case no faces were detected, N=1 and all four entries are -1. Otherwise, N=number of faces in the image and the vector contains the x, y, width and height information of the face.
Example,
A = imread ( lena.jpg , JPG )
Img = double (rgb2gray(A))
Face = FaceDetect( haarcascade_frontalface_alt2.xml ,Img)
-This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s f
- 2022-07-12 10:23:46下载
- 积分:1
-
paintbrush in borland c++ builder
paintbrush in borland c++ builder
- 2022-02-20 07:53:51下载
- 积分:1
-
贝赛尔纽绘图的源代码,欢迎使用!
贝赛尔纽绘图的源代码,欢迎使用!-Beisaierniu mapping the source code, welcomed the use!
- 2022-02-05 10:33:47下载
- 积分:1
-
此为小波边缘提取的源代码,已经精心调试过,请放心使用.
此为小波边缘提取的源代码,已经精心调试过,请放心使用.-This is the wavelet edge detection of the source code has been carefully debugging, please rest assured that use.
- 2023-03-04 02:55:04下载
- 积分:1
-
vc实现跟随鼠标的动态增加文字
vc实现跟随鼠标的动态增加文字-vc follow the mouse to achieve the dynamic textual
- 2022-03-20 04:49:44下载
- 积分:1
-
图象处理的原代码,包括测试图片,是一个不错的动东
图象处理的原代码,包括测试图片,是一个不错的动东-image processing of the original code, including testing photographs, is a good move East
- 2022-04-20 16:23:37下载
- 积分:1
-
摄影测量常用计算的代码库
摄影测量数据处理,包括:空间后方交会;前方交会;空中三角测量,相对定向,探讨了数字航空摄影测量的最新进展与应用领域,研究了生成正射影像图的关键步骤及其过程中使用的核心技术,通过讨论航空摄影测量的技术难点与研究热点,探索其发展方向与应用前景。相信对从事相关工作的同行能有所裨益。
- 2022-05-26 02:05:43下载
- 积分:1