搜索资源列表
lanstoolbox
- 计算图像的质心,各种矩以及基于矩的图像重构算法,对模式识别和图像处理有较大的研究价值。-calculated image of the center of mass, and for the moment the various moments of image reconstruction algorithm, on Pattern Recognition and Image Processing of a larger research value.
vision
- 本程序实现了基于质心法的目标跟踪,由于算法比较简单,因此背景颜色必须简单,最好是纯白色的。本程序先经过对视频图像的灰度化,二值化等一些图像处理,然后找出质心。程序中用到了Opencv库函数
camshiftdemo
- Gary R.Bradski提出CamShift算法,即"Continuously Adaptive Mean-Shift"算法。是以颜色直方图为目标模式的目标跟踪算法,可以有效地解决目标变形和部分遮挡的问题,而且运算效率很高。在视频跟踪过程中,CAMSHIFT算法利用选定目标的颜色直方图模型得到每帧图像的颜色投影图,并根据上一帧跟踪的结果自适应调整搜索窗口的位置和大小,得到当前帧中目标的尺寸和质心位置。-Gary R. Bradski CamShift proposed algorithm,
ear-recognition
- 基于小波变换和正交质心算法的人耳识别研究,其中算法较为复杂-Based on Wavelet Transform and Orthogonal Centroid algorithm recognition of the human ear, which is more complicated algorithm
CVMoments
- 本工程是利用c#实现了经典的均值偏移算法目标跟踪,特征数自定义,同时将背景二值化,显示目标的质心-this project use C# complise the mean shift algorithm ,the target track is very well
opencv_
- 很好的质心算法,求图像的运动轨迹,用opencv实现的 -Centroid algorithm, find the image of the trajectory with opencv
zhixin
- 介绍了质心算法,并对其进行了仿真分析,该算法易于理解-Centroid algorithm and its simulation analysis, the algorithm is easy to understand
edge_track
- 一个好用的视觉目标跟踪算法: 边缘跟踪,先分割出目标物的边缘信息,根据边缘求的目标物的质心,完成视觉目标跟踪-An easy to use visual target tracking algorithm: edge of the track, the first split to the edge of the target, according to the centroid of the edge of the demand target to complete the visual
ZhiXin
- 获取图像质心形心算法-Get image centroid centroid algorithm
zhixinfa
- 质心法-图像处理中一种很好的经典的光斑中心提取算法-centroid method
circle_center_find
- 采用质心算法来计算输入的激光光斑图像的中心位置,开始的时候可以选择图片的名称和路径-Using centroid algorithm to calculate the position of the input laser spot center of the image, you can select the picture at the beginning of the name and path
tracking
- 实现背景差分算法,输出背景图像,检测过程,目标质心变化坐标以及目标长宽比变化左边,供后续训练使用。-Achieve background subtraction algorithm outputs the background image, the detection process, the coordinates of the target and the target centroid change the aspect ratio of the change to the left, f
isodataPro
- 此程序为ISODATA聚类算法的改进,主要是优化了其初始化,其初始化为两类,一类质心为极值最大点,另一类质心为离该质心最远的质心-This procedure is a clustering algorithm for the ISODATA , The original method is improved by the initialization . let a maximum point as the center of the first class,and let the c
fish_centriod
- 通过OTSU算法自适应分割,获取鱼体目标,获得连通区域质心-By OTSU adaptive segmentation algorithm to obtain the target fish, get connected region centroid
suanfa
- 各种定位算法质心算法、RRSI算法、TOA算法、AOA算法-A variety of positioning algorithm centroid algorithm, RRSI algorithm, TOA algorithm, AOA algorithm
circle
- 质心定位算法,代码在matlab2013b下调试通过,希望对下载君有所帮助。(Centroid positioning algorithm, the code in matlab2013b debugging through, and I hope to download Jun help.)
基于opencv的质心算法
- C++语言,用于图像处理,求解图片的质心,二维定位,(For image processing, the centroid of the image is solved, two-dimensional location)
canny
- 基于canny算法的物体边缘提取,可用于提取质心及提取物体尺寸。(Object edge extraction based on Canny algorithm.)