-
印章图像处理,分别提取两类不同的特征,使用时直接将代码拷贝到需要使用的地方即可。...
印章图像处理,分别提取两类不同的特征,使用时直接将代码拷贝到需要使用的地方即可。-stamp image processing, respectively, from two different characteristics when used directly to the copy of the code needs to be used in place.
- 2023-08-06 10:45:03下载
- 积分:1
-
用VC实现的一个调色程序,可以很容易的调制初一些颜色,实现起来很方便!比较适合初学者!...
用VC实现的一个调色程序,可以很容易的调制初一些颜色,实现起来很方便!比较适合初学者!-VC realize with a color process, can easily be the beginning of the modulation of some colors, very easy to achieve! More suitable for beginners!
- 2022-11-30 02:05:04下载
- 积分:1
-
可以方便快速的显示BMP格式图像的VC程序
可以方便快速的显示BMP格式图像的VC程序- May facilitate fast demonstration BMP the form picture the VC
procedure
- 2023-06-27 11:35:04下载
- 积分:1
-
display screen 360 degrees
展示360度的画面-display screen 360 degrees
- 2023-03-06 21:20:03下载
- 积分:1
-
数字图像处理源程序vc++
图像的点运算主要用来改变图像的灰度分布范围;点运算的最大特点是输出像素值只与当前输入像素值有关,本文主要介绍利用灰度直方图查看图像信息,了解各种灰度变换公式,掌握灰度变化实现方法。
- 2022-08-16 06:09:30下载
- 积分:1
-
老外写的样条书上的程序6
老外写的样条书上的程序6-foreigner writing of the book the kind of programs on the six
- 2022-05-22 20:39:51下载
- 积分:1
-
一个画图的基本框架原代码,对图形学的初学者应该有一定的用处...
一个画图的基本框架原代码,对图形学的初学者应该有一定的用处-a drawing of the basic framework of the original code, the right graphics beginners should have a certain usefulness
- 2023-07-17 13:05: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
-
拉普拉斯算子、Sobel算子和Prewitt算子对图像进行边缘、轮廓的检测...
拉普拉斯算子、Sobel算子和Prewitt算子对图像进行边缘、轮廓的检测-Laplace operator, Sobel Operator and Prewitt Operator right image edge contour detection
- 2022-07-12 22:07:37下载
- 积分:1
-
数字图像处理
武汉大学遥感信息工程学院实习程序,包括多种锐化平滑边缘检测算法,仅供学习参考
- 2022-10-05 17:55:10下载
- 积分:1