-
自己编写的CANNY边缘提取算法,大家参考一下。
自己编写的CANNY边缘提取算法,大家参考一下。-canny edge detection
- 2022-01-26 06:44:37下载
- 积分:1
-
一个简单的matlab GUI程序,适合初学者使用
一个简单的matlab GUI程序,适合初学者使用
- 2022-01-26 07:52:14下载
- 积分:1
-
一个指纹识别的程序,不错的,我化了好多时间才下来的。
一个指纹识别的程序,不错的,我化了好多时间才下来的。-a fingerprint identification procedures, yes, I had a lot of time down.
- 2023-05-17 20:40:02下载
- 积分: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
-
用vc编的一个三维图形转换的小应用程序,实现了“旋转”,“缩放”,“平移”的功能。...
用vc编的一个三维图形转换的小应用程序,实现了“旋转”,“缩放”,“平移”的功能。-This little 3D changing graph application is progammed by VC, which realized "rotate", "zoom"and "move" function.
- 2022-03-16 15:22:55下载
- 积分:1
-
用matlab检测二值图像的边缘.二值图像 binary image 每一像元只有两种可能的数值或灰度等级状态的图像。 其实就是单色图像。 除了黑,就是白,没有...
用matlab检测二值图像的边缘.二值图像 binary image 每一像元只有两种可能的数值或灰度等级状态的图像。 其实就是单色图像。 除了黑,就是白,没有中间过渡,没有灰度的图像。 要么黑,要么白,而且所有的黑都是一个色。
-Detected by matlab binary image of the edge. Binary image binary image for each pixel there are only two possible values, or gray-scale image of the status hierarchy. In fact, the image is monochrome. In addition to black, is white, there is no transition between, no gray-scale images. Either black or white, and all black is a color.
- 2022-12-23 19:35:03下载
- 积分:1
-
fft变换,采用标准c处理
fft变换,采用标准c处理-fft transform, the use of standard treatment c
- 2022-07-12 21:14:41下载
- 积分:1
-
用opengl实现三维场景,可以向其中加入不同的模型,构建你自己的游戏世界...
用opengl实现三维场景,可以向其中加入不同的模型,构建你自己的游戏世界-Use opengl realize three-dimensional scenes can be added to the different models, build your own gaming world
- 2023-03-22 04:10:03下载
- 积分:1
-
一个动画演示程序。已经通过编译测试,有兴趣的可以
一个动画演示程序。已经通过编译测试,有兴趣的可以-an animation demonstration program. Compiler test has been passed, interested can s
- 2022-03-18 13:26:56下载
- 积分:1
-
JPEG2000 Entropy decoding MQ decoder, both in H.264.MPEG4 applications, this is...
jpeg2000中的熵解码中MQ解码器,在H.264.MPEG4都有所应用,这是在ADI blackfin535平台下的-JPEG2000 Entropy decoding MQ decoder, both in H.264.MPEG4 applications, this is the ADI blackfin535 platform
- 2022-06-15 01:55:02下载
- 积分:1