-
计算机视觉应用与 C#
从第二部分,本文介绍了一种跟踪算法。本文第二部分的质心跟踪不是实际上是一种跟踪算法而花哨的把戏。"追踪器"一直做的事情是找到的 backprojected 图像质心和放一个定界框周围 — — 这不跟踪的定义。所以本文介绍了一种非常有名的跟踪算法称为均值漂移跟踪的计算机视觉社区。这篇文章基于一系列的研究论文由 Comaniciu Et al.[1] [2] [3]。
- 2022-06-16 01:28:16下载
- 积分:1
-
parsemis
ParSeMiS-并行和顺序开采套房
- 2022-01-25 14:03:57下载
- 积分:1
-
实现一个opengl程序,要求画一个茶壶,放置在位置(100,50,200)处,对其设置一个合适的透视三维观察空间,并设置一个裁减面裁去其一部分。...
实现一个opengl程序,要求画一个茶壶,放置在位置(100,50,200)处,对其设置一个合适的透视三维观察空间,并设置一个裁减面裁去其一部分。
-To achieve a opengl procedure that requires painting a teapot, placed in the position (100,50,200), Office set up a proper perspective of its three-dimensional observation space, and set a cut to his face as part of the Conference.
- 2022-02-12 02:22:15下载
- 积分:1
-
线刷子的线帽法,借助演示了线宽为三个像素点的直线的方法,演示了线刷子线帽法画直线的过程。...
线刷子的线帽法,借助演示了线宽为三个像素点的直线的方法,演示了线刷子线帽法画直线的过程。-line brush line apparatus, with a linewidth of the demonstration three pixels of the line, the line demonstration brush painting lines cap linear process.
- 2022-04-25 00:52:51下载
- 积分: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
-
Highcharts
Highcharts 是一个用纯JavaScript编写的一个图表库, 能够很简单便捷的在web网站或是web应用程序添加有交互性的图表,并且免费提供给个人学习、个人网站和非商业用途使用。HighCharts支持的图表类型有曲线图、区域图、柱状图、饼状图、散状点图和综合图表。
- 2022-01-21 05:01:32下载
- 积分:1
-
立方体的源码,做参考
立方体的源程序,做参考-cube of the source, do reference
- 2022-10-31 07:30:02下载
- 积分:1
-
object detection,filter the bluring image
object detection,filter the bluring image-object detection, image filter the bluring
- 2022-08-13 16:48:03下载
- 积分:1
-
Dimensionality reduction using pca algorithm, extract the main features of the v...
运用pca算法降维,提取主要特征值,从而达到降维目的-Dimensionality reduction using pca algorithm, extract the main features of the value of
- 2022-10-23 19:10:04下载
- 积分:1
-
一个很好的窗口动画例子,从中可以学到异形窗口的遍程技巧.
一个很好的窗口动画例子,从中可以学到异形窗口的遍程技巧.-a good example of the window animation, can learn from the times profiled window-skills.
- 2022-01-26 16:01:02下载
- 积分:1