-
经典OpenCV目标跟踪源程序
需要一个int ipp6.0 MILTRACK README, Version 1.0
-------------------------------------------------------------------------------------------------------
This code includes an implementation of the MilTrack algorithm [1], as well as a re-implemenation of the Online AdaBoost tracker described in [2], though with some modifications. This code requires both OpenCV 1.0 (http://sourceforge.net/projects/opencvlibrary/) and Intel IPP 6.0 (http://www.intel.com/cd/software/products/asmo-na/eng/302910.htm) to be installed on your machine. It has only been tested on a machine running Windows XP, usiong Visual Studio 9.0. In order for the code to run, make sure you have the OpenCV bin directory, and the Intel IPP bin directory in your system path.
- 2022-03-16 00:10:00下载
- 积分:1
-
关于使用GRAPHICS对象绘制直方图操作
关于使用GRAPHICS对象绘制直方图操作-GRAPHICS targets on the use of mapping histogram operation
- 2022-03-04 11:50:49下载
- 积分:1
-
为光线投射三维体绘制比较简单的源代码,适合于初学者
为光线投射三维体绘制比较简单的源代码,适合于初学者-Three-dimensional volume rendering for ray casting a relatively simple source code, suitable for beginners
- 2023-06-09 17:55:03下载
- 积分:1
-
Common graphics functions Highlights
常用图形函数集锦,在c语言课程设计中很有用-Common graphics functions Highlights
- 2022-10-10 06:10:03下载
- 积分:1
-
根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下...
根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下;
利用中点画圆算法实现边界程序:
void CArea_FillData::MidpointCircle(int xc, int yc, int r, int color)
{//画八分之一的圆
int x,y,d
x=0 y=r d=1-r
WholeCircle(xc,yc,x,y,color)
while(x
- 2023-03-14 21:40:04下载
- 积分:1
-
能够在实现交互式绘图的软件
能够在实现交互式绘图的软件-to achieve interactive graphics software
- 2023-05-30 01:15:03下载
- 积分:1
-
利用vc实现的 对加载的图片进行与或操作,实现镂空的思想。...
利用vc实现的 对加载的图片进行与或操作,实现镂空的思想。-i think it‘s a good code we can learn from it
- 2022-06-12 01:34:35下载
- 积分:1
-
C++ implementation of the fast distance transform algorithm
C++ implementation of the fast distance transform algorithm -C++ Implementation of the fast distance transform algorithm
- 2023-08-14 08:35:04下载
- 积分:1
-
本程序为使用vc编写的人体肤色识别程序,能够准确识别人体肤色。代码编写简单,方便实用。...
本程序为使用vc编写的人体肤色识别程序,能够准确识别人体肤色。代码编写简单,方便实用。-the procedures for the use of human prepared vc color identification procedures to accurately identify the body color. Code-writing simple, convenient and practical.
- 2022-05-28 01:18:11下载
- 积分:1
-
基于c++和|openGL三维动态库建立的三维可视化场景。
基于c++和|openGL三维动态库建立的三维可视化场景。-Based on c++, and | openGL libraries establishment of three-dimensional dynamic three-dimensional visualization of the scene.
- 2022-03-15 07:05:43下载
- 积分:1