-
电子书籍_数字图像处理
电子书籍_数字图像处理-E-books _ Digital Image Processing
- 2022-03-24 17:35:40下载
- 积分:1
-
delphi_平面内任意三角形网络算法
delphi_平面内任意三角形网络算法-delphi_ plane arbitrary triangular network algorithm
- 2022-04-02 07:44:11下载
- 积分:1
-
This code implements edge detection
This code implements edge detection
- 2022-11-16 10:50:03下载
- 积分:1
-
《Visual C++数字图像处理》配套源代码
《Visual C++数字图像处理》配套源代码-"Visual C Digital Image Processing" complementary source code
- 2022-10-17 19:10:03下载
- 积分:1
-
一套指纹识别的c语言源代码
一套指纹识别的c语言源代码-a fingerprint identification c language source code
- 2022-09-25 13:00:03下载
- 积分:1
-
鼠标响应的画图办法
鼠标响应的画图办法-mouse response to the drawing approaches
- 2022-07-22 23:43:42下载
- 积分: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
-
图象反色变换,可以对图象进行反色的提取和处理,图像处理上很有用。...
图象反色变换,可以对图象进行反色的提取和处理,图像处理上很有用。-anti-Color Image Transform, the anti-color image extraction and processing, image processing, very useful.
- 2022-01-25 14:31:40下载
- 积分:1
-
emgucv人脸识别
本代码是一个在c#环境中使用emgucv(opencv)库进行人脸识别的程序,非常简单。很适合入门者来学习,非常感谢原作者的辛苦劳动。
opencv本身是使用c++开发的,emgucv是对opencv的封装,可以在c#环境汇总直接使用。
- 2022-05-28 23:45:19下载
- 积分:1
-
原创,手写汉字识别,里面有README,帮助别人使用和阅读。
原创,手写汉字识别,里面有README,帮助别人使用和阅读。-original, handwritten character recognition, and they README help others to use and read.
- 2023-03-19 00:20:03下载
- 积分:1