-
使用FPGA实现直方图基本处理――均衡化、规定化的例子
使用FPGA实现直方图基本处理――均衡化、规定化的例子-Histogram using the FPGA to achieve the basic deal- balanced and provides examples of
- 2022-03-06 14:58:51下载
- 积分:1
-
Convolution Filter to alter images
卷积滤波器改变图像
- 2023-03-31 13:10:03下载
- 积分:1
-
a dos under the mouse, windows category module, users can directly call
有dos下的鼠标,windows类模块,用户可以直接调用-a dos under the mouse, windows category module, users can directly call
- 2022-07-04 13:42:01下载
- 积分:1
-
Aerial Images Image Matching
航空影像的影像匹配-Aerial Images Image Matching
- 2022-08-18 16:06:39下载
- 积分:1
-
Bspline曲线一笔画锚,C语言编写,以编译
Bspline曲线一笔画锚,C语言编写,以编译-Bspline curve of a stroke anchors, C language, compiler
- 2022-02-20 15:53:58下载
- 积分:1
-
常用图像处理程序的源码,有浮雕等特殊处理算法,各部分程序单独写出txt文件,便于移植。...
常用图像处理程序的源码,有浮雕等特殊处理算法,各部分程序单独写出txt文件,便于移植。-commonly used image processing source code, and other special cameo processing algorithms part of the process alone write txt documents, facilitate transplantation.
- 2022-08-17 09:38:06下载
- 积分:1
-
mblur filter for image in c .Implementation
mblur filter for image in c .Implementation
- 2022-01-28 10:15:39下载
- 积分:1
-
这是我珍藏的一个屏幕录像工具。希望大家会喜欢。
这是我珍藏的一个屏幕录像工具。希望大家会喜欢。-This is my collection of one-screen video tool. Hope you will like it.
- 2022-12-28 07:00:04下载
- 积分:1
-
均值滤波0.rar
均值滤波0.rar-mean filter 0.rar
- 2022-01-24 09:19:33下载
- 积分: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