-
MovingTargetDetect
研究生机器视觉课程的大作业 运动目标检测 (moving target detect)
- 2009-09-15 15:52:27下载
- 积分:1
-
icpdianyunchengxu
一个基础的ICP三维点云处理程序,可用来基础学习。(A basic ICP 3D point cloud processing program can be used for basic learning.)
- 2018-05-09 10:42:19下载
- 积分:1
-
颜色直方图
它所描述的是不同色彩在整幅图像中所占的比例,而并不关心每种色彩所处的空间位置,即无法描述图像中的对象或物体。颜色直方图特别适于描述那些难以进行自动分割的图像。(It describes the proportion of different colors in the entire image, and does not care about the spatial location of each color, that is, it can not describe objects or objects in the image. Color histograms are especially suitable for describing images that are hard to segment automatically.)
- 2017-07-11 14:17:48下载
- 积分: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
-
Geometry-distortion-RECOVERY
图像几何校正,把歪斜的图像校正成正视图。。(Perspective correction)
- 2013-05-23 13:26:43下载
- 积分:1
-
ConnectedDomainEdge
该图像处理程序实现将图像二值化,灰度化,二值化图像边界扫描并编号,如果图像为火焰图像可以实现将火焰图像的尖角数计算出来并标记(The image processing program image binarization, grayscale, boundary scan and number of the binary image if the image can be implemented for the flame image
Now flame image of the sharp corners number and mark)
- 2012-03-16 21:45:51下载
- 积分:1
-
xtx
本代码是基于数学形态学的多尺度多结构算子的腐蚀与膨胀算法(This code is corrosion and expansion algorithm based on mathematical morphology of multi-scale multi-structure operator)
- 2013-03-13 14:48:37下载
- 积分:1
-
main
说明: 使用matlab对交通标志进行定位,用MATLAB强大的计算功能和各种功能齐全的函数,图像工具箱来进行道路交通标志的识别(Using MATLAB to locate traffic signs)
- 2019-03-18 14:59:14下载
- 积分:1
-
MY_TBD
关于雷达系统中目标跟踪程序-检测前跟踪(TBD)(About radar target tracking system program- TBD)
- 2021-03-21 21:19:17下载
- 积分:1
-
ImageProcessing
说明: 用matlab编写界面,实现直方图均衡化、平均滤波、梯度滤波、Laplacian滤波、Kirsch滤波、Sobel滤波、Prewitt滤波、高频提升等多种功能(Matlab prepared to use interface, the realization of histogram equalization, the average filter, Gradient filter, Laplacian filter, Kirsch filter, Sobel filter, Prewitt filter, multiple functions, such as high-frequency upgrade)
- 2008-11-23 20:21:55下载
- 积分:1