-
神龙卡开发完全范例,适合视频、音频开发人员参考使用。
神龙卡开发完全范例,适合视频、音频开发人员参考使用。-Shenlong card development paradigm completely suitable for video, audio developers use and reference.
- 2022-04-10 11:10:40下载
- 积分:1
-
运动物体跟踪
应用背景机器视觉中,图像处理算法很多,但是大都处理复杂,我看了大量算法提取出一套比较简单有效的跟踪算法。基于opencv库函数对图像的强大处理能力和卡尔曼滤波原理的精妙,算法效果明显。欢迎大家借鉴使用,有意机器视觉学习的朋友欢迎提出建议。关键技术主要是利用opencv对图像的处理,灰度化,二值化,然后进行轮廓识别加上方框标记,最后利用卡尔曼滤波跟踪。关键思路是对提取出的多个轮廓进行最大值选取,从而确定跟踪点,为卡尔曼滤波的使用提供接口。为防止找不到最大轮廓的bug还设计了一个小算法。
- 2022-04-08 21:41:51下载
- 积分:1
-
zernike矩的源代码,非常不错,用matlab编的,值得下载
zernike矩的源代码,非常不错,用matlab编的,值得下载-zernike moments of the source code, very good, and Matlab series, it is worth the download
- 2023-06-02 20:55:02下载
- 积分:1
-
曼德勃罗集计算程序
曼德勃罗集计算程序-Mandelbrot set calculation program
- 2022-05-15 18:32:16下载
- 积分:1
-
image processing most basic knowledge, such as image display, image edge detecti...
图像处理最基础的知识,如图像显示、图像边缘检测等。对初学者很有启发作用-image processing most basic knowledge, such as image display, image edge detection. For beginners very instructive role
- 2022-07-13 10:39:11下载
- 积分:1
-
抛物线和Hermite曲线的生成算法
抛物线和Hermite曲线的生成算法-parabolic curve and the Hermite Algorithm
- 2022-04-26 18:18:23下载
- 积分:1
-
3d地形模型,空格键可以停止/开始动画,回车键随机生成新的地形...
3d地形模型,空格键可以停止/开始动画,回车键随机生成新的地形-3d terrain model, the space bar can stop/start animation, the ENTER key randomly generate new terrain
- 2022-03-28 17:36:11下载
- 积分:1
-
NURBS++库
NURBS++库--Non-Uniform Rational B-Splines (NURBS) curves and surface are parametric functions which can represent any type of curves or surfaces. This C++ library hides the basic mathematics of NURBS. This allows the user to focus on the more challenging parts of their projects. The library also offers a lot of features to help generate NURBS from data points.-NURBS++ Treasury Non-Uniform Rational B-Splines (NURBS) curves and surface are parametric functions which can represent any type of curves or surfaces. This C++ Library hides the basic mathematics of NURBS. This allows the user to focus on the more challenging parts of their projects. The library also offers a lot of features to help generate NURBS from data points.
- 2022-11-25 21:40:03下载
- 积分:1
-
完整的vb图像处理源代码。
完整的vb图像处理源代码。-integrity of the source code for image processing.
- 2022-02-06 11:46:03下载
- 积分:1
-
sift 旋转方向法
SIFT(Scale-invariant feature transform)是一种检测局部特征的算法,该算法通过求一幅图中的特征点(interest points,or corner points)及其有关scale 和 orientation 的描述子得到特征并进行图像特征点匹配,获得了良好效果,详细解析如下: 算法描述 SIFT特征不只具有尺度不变性,即使改变旋转角度,图像亮度或拍摄视角,仍然能够得到好的检测效果。整个算法分为以下几个部分:
- 2022-09-14 01:05:04下载
- 积分:1