-
一个用vc写的利用粒子滤波算法实现目标跟踪的程序,对于理解粒子滤波有指导意义...
一个用vc写的利用粒子滤波算法实现目标跟踪的程序,对于理解粒子滤波有指导意义-Vc wrote with a particle filter algorithm to achieve target tracking procedure, for understanding the particle filter has guiding significance
- 2022-08-30 16:47:18下载
- 积分:1
-
EasyDraw轻松绘图程序源代码
EasyDraw轻松绘图程序源代码 -EasyDraw relaxed cartography procedure source code
- 2022-04-12 12:07:03下载
- 积分:1
-
KNN近邻,欧氏距离和曼哈顿距离可以选择
knn k近邻算法,可选择欧式距离或者曼哈顿距离-knn k nearest neighbor, Euclidean distance or Manhattan can choose the distance
- 2022-06-21 19:36:21下载
- 积分:1
-
drawing of a five
画了一个五角星并添充了颜色,还用微分画直线法,和bresenham法画直线-drawing of a five-pointed star and Tim added color, differential line drawing, and painting straight bresenham France
- 2022-08-16 03:20:21下载
- 积分:1
-
registration image.two image register
registration image.two image register
- 2022-01-31 12:27:17下载
- 积分:1
-
matlab重建3D模型
输入为三维数组,通过set函数设置了简单的镜面反射,球体对象属性和当前句柄图形属性。brighten做增量,最终设置色彩索引和灯光属性,完成整个的三维重建过程
- 2022-01-21 05:48:30下载
- 积分:1
-
jpeg 连接库源码
jpeg 连接库源码-jpeg library source
- 2022-03-24 18:17:29下载
- 积分:1
-
图象配准源码,图象配准理论,图象配准示例
图象配准源码,图象配准理论,图象配准示例-Source image registration, image registration theory, image registration examples
- 2022-02-25 13:46:55下载
- 积分: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
-
使用matlab进行边缘检测,部分来源于网上,做了一些修改,希望对大家有帮助...
使用matlab进行边缘检测,部分来源于网上,做了一些修改,希望对大家有帮助-Using matlab to edge detection, and some from the Internet, do some modifications, in the hope that we have to help
- 2022-08-06 11:24:42下载
- 积分:1