-
cosine 1.30 sine curve mapping, spent ListCtrl, Slider, etc. Controls for beginn...
正弦余弦三角曲线的绘制,用了ListCtrl,Slider等控件,供初学者学习参考.-cosine 1.30 sine curve mapping, spent ListCtrl, Slider, etc. Controls for beginners learning reference.
- 2022-02-24 22:09:03下载
- 积分:1
-
Opencv 特征比较
OpenCV的特征比较和匹配,使用不同的方法
- 2022-02-03 21:20:21下载
- 积分:1
-
老外写的贝塞耳曲线的源码
老外写的贝塞耳曲线的源码-foreigners write Bessel curve FOSS
- 2022-03-13 23:21:58下载
- 积分:1
-
一个用于bmp位图编辑的小程序`~
一个用于bmp位图编辑的小程序`~-for a bitmap editor of the small program ~
- 2023-06-08 23:25:03下载
- 积分:1
-
Shader动态管线编程复杂的例子 Shader动态管线编程复杂的例子
Shader动态管线编程复杂的例子 Shader动态管线编程复杂的例子-Dynamic Shader Examples Shader Pipeline programming of complex dynamic pipeline programming examples of the complex dynamics Pipeline Shader programming examples of the complex
- 2023-05-03 10:00:03下载
- 积分:1
-
C Builder image enhancement, the original low
C++Builder实现图象增强,将原先对比度低的图象变的层次分明,效果很好。-C Builder image enhancement, the original low-contrast images change structured, with good results.
- 2022-03-26 01:18:32下载
- 积分:1
-
siftpp源程序,用VC编写。本人正在为sift算法烦愁,大家共同学习共同进步...
siftpp源程序,用VC编写。本人正在为sift算法烦愁,大家共同学习共同进步-siftpp source files, prepared by VC. I was to sift algorithm bothersome worries, we learn together common progress
- 2022-01-25 14:38:33下载
- 积分:1
-
Harris角检测的实现
Harris Corner Detection Implementation
- 2022-07-19 13:07:47下载
- 积分:1
-
VC.net2005下可以编译通过。
我写的一个简单的程序,主要可以供学习microsoft DIBAPI 的简单使用...
VC.net2005下可以编译通过。
我写的一个简单的程序,主要可以供学习microsoft DIBAPI 的简单使用-VC.net2005 under compile. I wrote a simple procedure, can learn microsoft for the simple use of DIBAPI
- 2022-01-28 10:52:43下载
- 积分: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