-
Fast Fourier Transform fft
快速傅立叶变换fft-Fast Fourier Transform fft
- 2022-11-05 06:20: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
-
心电波形监测算法,相信对了有一定帮助…
心电波形的监测算法,相信对大家一定有帮助-ECG waveform monitoring algorithm, we believe that the right will certainly help!
- 2022-07-04 04:40:12下载
- 积分:1
-
一个转动的风车,还有待改进。
一个转动的风车,还有待改进。-a rotation of the windmill, there is room for improvement.
- 2022-08-13 17:27:19下载
- 积分:1
-
实现图片的压缩及解压,可以批处理多个文件,图片浏览....主要是BMP格式文件操作...
实现图片的压缩及解压,可以批处理多个文件,图片浏览....主要是BMP格式文件操作-To achieve the image compression and decompression, you can batch multiple files, picture browse .... mainly BMP format file operations
- 2023-07-18 19:30:07下载
- 积分:1
-
LZW 变换 对灰度图像有很好的效果,VC环境下。有界面。
LZW 变换 对灰度图像有很好的效果,VC环境下。有界面。-LZW transform grayscale images have very good results, VC environment. There interface.
- 2022-09-21 14:20:02下载
- 积分:1
-
人脸表情识别
基于弹性模板匹配的人脸表情识别程序。首先针对静态表情图像进行表情图像的灰度、尺寸归一化,然后利用Gabor小波变换提取人脸表情特征以构造表情弹性图,最后提出基于弹性模板匹配及K-近邻的分类算法实现人脸表情的识别
- 2023-02-12 22:25:03下载
- 积分:1
-
基于神经网络的手写体字符识别程序,W
用VC++编写的基于神经网络的手写字符识别程序,该程序功能强大,识别率高,应用范围广-VC prepared based on neural network Handwritten Character Recognition program, which is a powerful, high recognition rate and wide application
- 2022-03-02 16:11:23下载
- 积分:1
-
Hover the mouse pointer in the browser can display pictures exif information
把鼠标指针悬停在浏览器可以显示图片的exif信息-Hover the mouse pointer in the browser can display pictures exif information
- 2022-11-07 11:00:03下载
- 积分:1
-
数字图像处理初学者适合学习的程序 vc++编写阈值自动获取 包含基本图像处理算法...
数字图像处理初学者适合学习的程序 vc++编写阈值自动获取 包含基本图像处理算法-Digital image processing suitable for beginners to learn the procedures contained in vc++ to prepare the basic image processing algorithms
- 2022-12-04 11:05:03下载
- 积分:1