-
图像的正交变换,傅立叶变换,离散余弦变换,沃尔什变换,哈达玛变换...
图像的正交变换,傅立叶变换,离散余弦变换,沃尔什变换,哈达玛变换-Images of the orthogonal transformation, Fourier transform, discrete cosine transform, Walsh transform, Hadamard transform
- 2022-02-04 08:34:22下载
- 积分:1
-
显示b样条曲线,和非均匀有理B样条曲线.
显示b样条曲线,和非均匀有理B样条曲线.-Show the b-spline curves, and non-uniform rational B-spline curve.
- 2022-08-03 08:43:47下载
- 积分:1
-
基于各种背景模型的行人检测与跟踪
背景模型: Running Average, Median Background,Gaussian Mixture
行人跟踪算法: Meanshift, Optical Flow
- 2022-11-09 18:05:20下载
- 积分: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
-
一个源代码,可以看很多种格式的模型文件,c
一个源代码,可以看很多种格式的模型文件,c-one source code, one can see a variety of formats model document, c
- 2023-07-25 19:05:03下载
- 积分:1
-
图像数据的显示(读入bmp文件)
图像数据的显示(读入bmp文件)-Image Data Display (read bmp files)
- 2022-07-10 21:05:08下载
- 积分:1
-
使用映射曲线的质谱图对照,直方图和饼图,并可切换…
使用MS Chart控件绘制曲线图,柱状图及饼图,并可以切换显示-MS Chart control using the mapping curve, histogram and pie chart, and can switch display
- 2022-03-01 15:51:54下载
- 积分:1
-
是txt格式的,win大师游戏编程中的
是txt格式的,win大师游戏编程中的-Txt format is, win the game Master of the Eastern Programming
- 2023-06-13 12:20:03下载
- 积分:1
-
该代码是一个用C++编写的面向对象的计算机视觉库,它包含了许多的功能用于解决数学问题,许多的图像处理算法等...
该代码是一个用C++编写的面向对象的计算机视觉库,它包含了许多的功能用于解决数学问题,许多的图像处理算法等-the code is a C prepared by the object-oriented computer vision library, which contains many of the functions for solving mathematical problems, many of the image processing algorithm
- 2022-08-21 07:25:37下载
- 积分:1
-
This program is a simple Java 2D spaceship. Feel free to turn it into asteroids....
This program is a simple Java 2D spaceship. Feel free to turn it into asteroids. It uses the JAMA class for it s matrix operations
- 2022-07-01 22:02:10下载
- 积分:1