-
cuda的一个关于简单程序,矩阵算法实例。利用这个算法可以更好的掌握cuda.他是cuda的入门例子。...
cuda的一个关于简单程序,矩阵算法实例。利用这个算法可以更好的掌握cuda.他是cuda的入门例子。-cuda
- 2022-06-03 09:09:50下载
- 积分: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
-
爱国者数码相机T1000的二次开发包,有用的着的可以下载.
爱国者数码相机T1000的二次开发包,有用的着的可以下载.-T1000
- 2023-03-06 11:45:03下载
- 积分:1
-
分割窗口类的实例,通过简单的实例,展示了mfc分割窗口类的应用...
分割窗口类的实例,通过简单的实例,展示了mfc分割窗口类的应用-Split window class instance, through a simple example, demonstrating the application window class split mfc
- 2022-07-13 23:02:58下载
- 积分:1
-
数字识别程序,包含详细说明。训练方法。
数字识别程序,包含详细说明。用训练样本训练网络
- 2022-01-22 04:06:34下载
- 积分:1
-
c language used to write graphic animation process, very realistic, following go...
用c语言写的图形动画程序,很逼真的,学习以下不错-c language used to write graphic animation process, very realistic, following good learning
- 2022-01-23 10:46:16下载
- 积分:1
-
这是基于图像处理,用MATLAB编程,对指定的图像进行缺陷检测和边缘提取的程序...
这是基于图像处理,用MATLAB编程,对指定的图像进行缺陷检测和边缘提取的程序-This is based on image processing, using MATLAB programming, the images on the specified defect detection and edge extraction procedures
- 2022-03-14 03:38:10下载
- 积分:1
-
EmguCV播放视频
使用EmguCV实现的播放视频功能,包含使用摄像头录制视频已经播放视频功能,均为使用ImageBox实现,功能较为简单。希望大家共同学习探讨。
- 2023-04-29 05:05:03下载
- 积分:1
-
Canny edge detection algorithm to achieve
Canny边检测算法的实现-Canny edge detection algorithm to achieve
- 2022-08-16 11:29:53下载
- 积分:1
-
这是一个3D的圆柱体的演示
这是一个3D的圆柱体的演示-This is a 3D cylinder demo
- 2022-02-20 17:11:21下载
- 积分:1