-
图形学扫描线填充算法,具有填充选择功能的代码体,C语言编写,以编译...
图形学扫描线填充算法,具有填充选择功能的代码体,C语言编写,以编译-graphics scanning fill algorithm, filled with choice of body function code, C language, compiler
- 2022-04-10 01:24:21下载
- 积分:1
-
I finally found a source, and to share yo, the algorithm used here is based on t...
我自己好不容易找到的一个源程序,和大家分享哟,这里用到的算法是基于颜色的。-I finally found a source, and to share yo, the algorithm used here is based on the color.
- 2022-01-31 17:18:02下载
- 积分:1
-
数字图像非局部均值算法,很好的哦。我自己试过了
数字图像非局部均值算法,很好的哦。我自己试过了
- 2022-08-16 04:01:19下载
- 积分:1
-
Directx9 Surface的应用,小鱼在水中游动的动画。
Directx9 Surface的应用,小鱼在水中游动的动画。-Directx9 Surface application of small fish swimming in the water animation.
- 2022-03-19 03:02:04下载
- 积分:1
-
the examples demonstrated how the Visual Basic programming and control from the...
该实例演示了,如何在VB程序开发中控制并从扫描仪中获取扫描图像的例子,其实很简单.-the examples demonstrated how the Visual Basic programming and control from the scanner to obtain the scanned image example, it is actually very simple.
- 2022-04-29 01:12:12下载
- 积分:1
-
自编写的一个显示bmp位图的程序;
自编写的一个显示bmp位图的程序;-since the preparation of a show bmp bitmap procedures;
- 2023-05-22 22:05:04下载
- 积分:1
-
掌上电脑上的画图系统程序.
掌上电脑上的画图系统程序.-handheld computer systems on the drawing process.
- 2022-01-21 17:23:27下载
- 积分:1
-
路径识别
路径识别-Path identification
- 2023-04-03 16:55:03下载
- 积分: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
-
支持各种图像格式,其中的通道和层的思想值得大家学习!
支持各种图像格式,其中的通道和层的思想值得大家学习!-support various image formats, and access the thinking worthy of emulation by all!
- 2022-04-06 20:53:53下载
- 积分:1