-
SSD1305 OLED 初始化代码
ssd1305控制器初始化代码,用于oled显示屏驱动,8080接口方式.
- 2022-07-07 02:09:19下载
- 积分:1
-
用C语言实现对PCX格式图像显示的原码及图像文件
用C语言实现对PCX格式图像显示的原码及图像文件-C language format of PCX images of the original code and image files
- 2023-02-09 23:10:03下载
- 积分:1
-
单幅图像基础上的交通事故现场三维重建的硕士论文
单幅图像基础上的交通事故现场三维重建的硕士论文-3d
- 2022-05-20 20:38: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
-
画图程序-还可以
画图程序-还可以-drawing program- can
- 2022-03-28 12:26:43下载
- 积分:1
-
一个将图像转化为256色位图的代码
一个将图像转化为256色位图的代码-an image into a 256-color bitmap code
- 2022-08-23 01:25:21下载
- 积分:1
-
指纹识别技术源代码,自己调试过,很有用,欢迎下载。
指纹识别技术源代码,自己调试过,很有用,欢迎下载。-Fingerprint recognition technology source code, its own debugging, and very useful, welcome to download.
- 2022-08-13 00:04:22下载
- 积分:1
-
卡通渲染,用directx制作的卡通渲染源代码
卡通渲染,用directx制作的卡通渲染源代码-cartoon rendering, using DirectX produced a cartoon rendering source code
- 2022-01-28 18:39:41下载
- 积分:1
-
图形图象处理及编程相关知识的全面介绍,并有相应的源代码,相信会对大家有所帮助...
图形图象处理及编程相关知识的全面介绍,并有相应的源代码,相信会对大家有所帮助-image processing and graphics programming with the full knowledge, and the corresponding source code, we believe it will help
- 2022-02-14 23:16:45下载
- 积分:1
-
国外一个著名的计算机视觉开发库,C++编写,并且附有例子,适合研究计算机视觉的人员用!...
国外一个著名的计算机视觉开发库,C++编写,并且附有例子,适合研究计算机视觉的人员用!-abroad a famous computer vision for the development, C, and with examples. for the Computer Vision Research Service!
- 2023-03-14 23:50:03下载
- 积分:1