-
KenGraphic
1.功能很强大的数学运算类,
2.算法经过多次优化,速度经过测试
3.包含类别有
点,线,面,圆,球,圆柱,多边形,向量,矩阵运算等多种类-KenGraphic
- 2022-07-27 14:50:52下载
- 积分:1
-
可以让你在短时间内学会C语言的图书馆处理
可以让你在短时间内学会C语言的图书馆处理-allows you to immediately learn the C language processing library
- 2022-05-30 05:38:33下载
- 积分:1
-
MSER区域提取,帮助进行图像特定目标检测
MSER区域提取,帮助进行图像特定目标检测-MSER regional extraction, help with image specific target detection
- 2022-03-06 11:15:25下载
- 积分:1
-
这是一个用C++程序编写的图像处理程序原代码,带有界面
这是一个用C++程序编写的图像处理程序原代码,带有界面-This is a C programmers of the original image-processing program code, with interface
- 2022-07-08 20:10:46下载
- 积分: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
-
OTSU algorithm can be calculated adaptive threshold (for conversion to gray scal...
OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。-OTSU algorithm can be calculated adaptive threshold (for conversion to gray scale images binary images), a simple and efficient manner. The following code from the earliest to provide Ryan Dibble, after a more than Joerg.Schulenburg, R. Z. Liu amend the correction.
- 2022-03-12 03:00:58下载
- 积分:1
-
source目录下为本章介绍的源程序 功能是行程编码,JPEG压缩编码(基本系统)...
source目录下为本章介绍的源程序 功能是行程编码,JPEG压缩编码(基本系统)-source directory for the chapter describes the functions of the journey is the source coding, JPEG compression coding (basic system)
- 2022-08-18 20:30:27下载
- 积分:1
-
Image processing, including the image of the anti
图像的处理,包括图像的反色、颜色直方图、输入图像等-Image processing, including the image of the anti-color, color histogram, the input image, such as
- 2022-06-20 11:17:04下载
- 积分:1
-
视频图像处理,在视频上加入上浮文字
视频图像处理,在视频上加入上浮文字-video image processing, video, text to float
- 2022-11-25 19:55:04下载
- 积分:1
-
带阴影效果的画框
带阴影效果的画框-with shadow effects of frames
- 2022-08-23 11:53:10下载
- 积分:1