-
在原始图像buf上画直线的算法,便于观察调试,无错误
在原始图像buf上画直线的算法,便于观察调试,无错误-the original image buf painted linear algorithms facilitate the observation of debugging, error-free
- 2022-01-31 13:55:32下载
- 积分:1
-
Dijstra算法图
/*
- 2022-03-10 01:56:58下载
- 积分:1
-
aceDetection工程运行时,首先要通过文件“打开 载入图片face.bmp,而后才可以进行人脸检测
操作,需要强调的是人脸区域检测、眼睛的检测与定位...
aceDetection工程运行时,首先要通过文件“打开 载入图片face.bmp,而后才可以进行人脸检测
操作,需要强调的是人脸区域检测、眼睛的检测与定位、人嘴的检测与定位、人脸的勾勒四个处理
模块必须按照先后顺序进行,而且各个模块内的各项操作也必须按照菜单栏从上至下的顺序来进行。
另外,由于在人脸检测时用到了先验知识,所以目前只能对给定的图片face.bmp进行处理。-aceDetection running, First to file "opened face.bmp included in the photo, and can only proceed after face detection operation, needs to be emphasized is the human face detection, eye detection and location, human mouth of the detection and location, Face to outline four processing module must be in accordance with the chronological order, Besides, the various modules must also operate in accordance with the menu bar from top to bottom to the order. In addition, As the face detection is used when a priori knowledge, So the only right given to the Photo face.bmp to handle.
- 2023-03-26 09:05:04下载
- 积分:1
-
MFC框架,实现图像的放大缩小功能,实现傅里叶装换,实现图像的边缘检测功能。...
MFC框架,实现图像的放大缩小功能,实现傅里叶装换,实现图像的边缘检测功能。-MFC framework to achieve image zoom function for the realization of Fourier installed to realize the edge detection image.
- 2022-01-25 22:57:13下载
- 积分:1
-
一个老外写得曲面的短小精悍的源代码,一个老外写得曲面的短小精悍的源代码...
一个老外写得曲面的短小精悍的源代码,一个老外写得曲面的短小精悍的源代码-Written in a foreign surface dapper source code, written in a foreign surface dapper source code
- 2022-12-29 02:15:03下载
- 积分:1
-
韦恩王:数字图像数字水印方法的应用
王颖:数字图像水印 用扩频方法实现数字水印-Wayne Wang: Digital image watermarking method using spread-spectrum digital watermarking
- 2022-08-08 14:13:57下载
- 积分: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
-
基于信息熵的改进型遗传算法,并加入了基于群体浓度更新的操作算子。...
基于信息熵的改进型遗传算法,并加入了基于群体浓度更新的操作算子。-based on information entropy IAGA, and to join groups based on the concentration updated Operator.
- 2022-03-22 18:30:19下载
- 积分:1
-
数字图像处理 拉普拉斯锐化处理 图像平滑
数字图像处理 拉普拉斯锐化处理 图像平滑-we are all have to do every thing
- 2022-01-25 21:07:57下载
- 积分:1
-
对于虚拟现实软件VEGA PRIME的基于MFC下的框架例子,VP学习爱好者的开始必备程序。...
对于虚拟现实软件VEGA PRIME的基于MFC下的框架例子,VP学习爱好者的开始必备程序。-Virtual reality software for the VEGA PRIME-based framework under MFC examples, VP lovers start to learn the necessary procedures.
- 2023-05-19 10:55:03下载
- 积分:1