-
CT-tracking
一种简单高效地基于压缩感知的跟踪算法。首先利用符合压缩感知RIP条件的随机感知矩对多尺度图像特征进行降维,然后在降维后的特征上采用简单的朴素贝叶斯分类器进行分类。该跟踪算法非常简单,但是实验结果很鲁棒,速度大概能到达40帧/秒(A simple and efficient tracking algorithm based on compressed sensing. Firstly, with the random sensing matrix compressed sensing RIP conditions for multi-scale image feature dimension reduction, and then use the naive Bias classifier simple classification in the feature reduction after the. The tracking algorithm is very simple, but the results are robust, speed can reach 40 frames per second)
- 2014-01-10 11:45:54下载
- 积分:1
-
Transfortion
计算机图形学中实现多边形平移,旋转,缩放变换。(Polygons in computer graphics to achieve translation, rotation, scaling transformation.)
- 2020-11-11 20:29:44下载
- 积分:1
-
ImageMatch
一个师兄编写的图像配准程序,其中sift代码匹配以及错误点检测值得参考学习。(A brother write image registration procedures, which sift code matches the reference point of error detection is worth learning.)
- 2012-10-10 19:07:09下载
- 积分:1
-
DE
说明:
最简单的差分格式有向前、向后和中心3种。
向前差分:f (n)=f(n+1)-f(n)
向后差分:f (n)=f(n)-f(n-1)
中心差分:f (n)=[f(n+1)-f(n-1)]/2(The easiest difference format forward, backward, and three kinds of centers.
Forward differencing: f (n) = f (n+ 1)-f (n)
Backward difference: f (n) = f (n)-f (n-1)
Central difference: f (n) = [f (n+ 1)-f (n-1)]/2)
- 2016-05-17 21:08:01下载
- 积分:1
-
hilight_dg
说明: 在autocad2007环境中直接使用API就可以亮显实体的一个示例演示(This program demonstrates how to use ObjectARX API functions to highlight and unhighlight subentities of complex entities such as ACIS solids.)
- 2009-08-23 11:22:34下载
- 积分:1
-
radon
radon算法opencv实现,能够很好的实现图像的水平旋转矫正。( implementing the radon by opencv.)
- 2021-04-21 16:58:50下载
- 积分:1
-
利用数字图像处理软件halocn来进行缺陷检测
利用数字图像处理软件halocn来进行缺陷检测,附带有之前做工程项目的原图源代码,还有ppt和实验指导书(Halocn using digital image processing software for defect detection, comes with artwork done before the project source code, as well as ppt and experimental instructions)
- 2020-06-30 03:40:01下载
- 积分:1
-
applepeo
苹果在线检测系统,实时性比较好,可用性更好,很好很好(Apple' s online testing system, real-time is better)
- 2009-02-19 15:42:10下载
- 积分:1
-
VCPP-image-processing-chapter10
VisualC++数字图像处理技术详解第2版光盘,第十章(VisualC++ digital image processing technology Detailed Version 2 discs, Chapter X)
- 2016-04-16 14:01:27下载
- 积分:1
-
demo
北航图像处理demo,目前集成了从色彩转换、彩色图像处理、灰度图像处理、二值图像处理、阈值分割、边缘检测、数学形态学方法、等多个组件(Northern image processing demo, now integrated from the color conversion, color image processing, gray-scale image processing, binary image processing, thresholding, edge detection, mathematical morphology, and many other components)
- 2014-05-21 19:46:11下载
- 积分:1