-
KLT 特征点选取
Kanade-Lucas-Tomasi(KLT)算法是基于图像特征点的跟踪算法,由目标对象特征点提取,特征点跟踪两部分组成。本文首先阐述了KLT算法的基本原理,分析了影响算法执行速度的主要原因。分析表明KLT算法的操作主要集中在乘加运算和循环,图像卷积运算和循环占用的执行时间比较长。
- 2022-03-09 18:59:03下载
- 积分:1
-
PYTHON has made a small program
一个PYTHON小程序-PYTHON has made a small program
- 2022-02-06 21:34:58下载
- 积分:1
-
简单的绘图程序~高手见笑了!我靠还要二十字地说明!泰不人道了吧!这个程序是个小程序!说明什么啊!...
简单的绘图程序~高手见笑了!我靠还要二十字地说明!泰不人道了吧!这个程序是个小程序!说明什么啊!-simple drawing program to master a laughing stock! I relied on the word also shows 20! Thailand inhuman! This procedure is a small program! What ah!
- 2022-03-29 20:46:57下载
- 积分:1
-
Computer graphics images of the basic functions of school, painting a straight l...
计算机图形图象学中的基本功能,如画直线,圆,Bezier曲线,B-样条曲线,KOCH曲线等.-Computer graphics images of the basic functions of school, painting a straight line, round, Bezier curves, B-spline curve, KOCH curve.
- 2022-11-05 01:15:03下载
- 积分:1
-
Java version of graphics operations rewritten version of the C 3D graphics rende...
根据一位朋友的Java版图形学作业改写的C++版3D图形软渲染代码。-Java version of graphics operations rewritten version of the C 3D graphics rendering software code.
- 2022-01-31 02:16:19下载
- 积分:1
-
告诉你如何使用DX9的HLSL语言来写着色器,这个是最简单的例子....
告诉你如何使用DX9的HLSL语言来写着色器,这个是最简单的例子.-Tell you how to use the DX9 the HLSL language to read, color, and this is the simplest example.
- 2022-03-16 00:45:22下载
- 积分:1
-
are on Glscene example, the beginning of the study, hopes to have more friends i...
都是关于Glscene的实例,刚开始学习,希望有更多的朋友参与-are on Glscene example, the beginning of the study, hopes to have more friends in
- 2023-01-10 14:20:03下载
- 积分:1
-
三维文字编程,2004年旋转三维字符及visualc编译器的使用
- 2022-03-22 20:01:28下载
- 积分:1
-
贝塞尔函数和纽曼函数是常用的数学函数,本程序是利用VC++编译的绘制贝塞尔纽曼函数的程序,值的一下...
贝塞尔函数和纽曼函数是常用的数学函数,本程序是利用VC++编译的绘制贝塞尔纽曼函数的程序,值的一下-Bessel function and Neumann function is commonly used mathematical functions, the procedure is to use VC++ Compiler drawing function besse Newman procedures, the value of the click
- 2023-07-25 20:35:03下载
- 积分:1
-
AffineTransformation computes and applies the geometric affine transformation to...
AffineTransformation computes and applies the geometric affine transformation to a 2-D image.
The program main functions are:
- Load Image: Load the image to be transformed.
- Transform Image: Computes the transformation matrix from the transformation parameters specified by the user, then it applies the transformation to the loaded image.
- Save Image: Save the transformed image.
- Quit: Exit the program.
The transformation parameters are specified by the user by editing the
values of the rotation, scale (x and y), and shear (x and y). The
translation is not icluded because it can be easily (normalized or) removed from the image by
subtracting the shape cetroid.
The affine matrix and the affinr transformation are computed using Matlab Image Processing Toolbox
functions: maketform and imtransform. So this program is only demonstrates and facilitates the computation and the applying of these functions to a 2-D image.
- 2022-01-30 20:17:04下载
- 积分:1