Welcome![Sign In][Sign Up]
Location:
Search - centroid tracking

Search list

[DSP programtrack3_jian

Description: dm642上实现运动目标检测与跟踪,使用了矩持法,基于梯度的图像分割,匹配跟踪,形心跟踪等算法。-DM642 realize the moving target detection and tracking, using the moment持法, gradient-based image segmentation, matching tracking, centroid tracking algorithm.
Platform: | Size: 659456 | Author: | Hits:

[matlabtrack

Description: matlab tracking source code to track a moving object on the scene by using centroid and rectangle method
Platform: | Size: 1024 | Author: Moh d | Hits:

[matlabhistogram_balltracker

Description: A new concept of tracking ball has been applied of detecting the ball in one frame by finding centroid ball ,finding histogram of the ball region and correlating it with candidate s histogram (by scanning the complete image) in subsequent frames. Matching of histogram indicates presence of ball ,hence tracks it.
Platform: | Size: 2048 | Author: Vishwanath | Hits:

[matlabsubtraction_obtecttracker

Description: tracker.m Continuously keeps taking snap in real time and sending to function isub for tracking isub.m It is a function which takes two consequent frames, subtracts them(background gets subtracted), converts the resulting image into binary, finds the centroid of largest area of connected pixels and marks it(tracks it) The code has been tested in MATLAB 7.6
Platform: | Size: 2048 | Author: Vishwanath | Hits:

[Special Effectscamshiftdemo

Description: Gary R.Bradski提出CamShift算法,即"Continuously Adaptive Mean-Shift"算法。是以颜色直方图为目标模式的目标跟踪算法,可以有效地解决目标变形和部分遮挡的问题,而且运算效率很高。在视频跟踪过程中,CAMSHIFT算法利用选定目标的颜色直方图模型得到每帧图像的颜色投影图,并根据上一帧跟踪的结果自适应调整搜索窗口的位置和大小,得到当前帧中目标的尺寸和质心位置。-Gary R. Bradski CamShift proposed algorithm, that is, " Continuously Adaptive Mean-Shift" algorithm. Color histogram for the target model is based on target tracking algorithms that can effectively solve the target deformation and partial occlusion of the problem, and efficient operation. In the video tracking process, CAMSHIFT algorithm uses color histogram model of the selected target by the color of each frame image projection, and according to the results on an adaptive tracking the location and size of the search window to get the target in the current frame size and centroid location.
Platform: | Size: 3072 | Author: kitty | Hits:

[Special EffectsLow-complexity-background-subtraction-using-frame

Description: Tracking w/ blob detection, morphological operation (Togeather) frames = {avi.cdata} uses the cdata from the video file fg = extractForeground(frames) do foreground extraction cmap = colormap(gray) for i = 1:length(fg) temp0{i} = edge(fg{i}, canny , 0.99) + fg{i} temp2 = temp0{i} temp2 = cat(3,temp2,temp2,temp2) fgs = rgb2gray(temp2) sedisk = strel( square ,10) fgs = imclose(fgs, sedisk) fgs = imfill(fgs, holes ) RLL = bwlabel(fgs) stats = regionprops(RLL, basic , Centroid ) fig = figure(1),imshow(RLL) hold on for n = 1:length(stats) if(stats(n).Area > 100) plot(stats(n).Centroid(1), stats(n).Centroid(2), r* ) end end hold o-Tracking w/ blob detection, morphological operation (Togeather) frames = {avi.cdata} uses the cdata from the video file fg = extractForeground(frames) do foreground extraction cmap = colormap(gray) for i = 1:length(fg) temp0{i} = edge(fg{i}, canny , 0.99) + fg{i} temp2 = temp0{i} temp2 = cat(3,temp2,temp2,temp2) fgs = rgb2gray(temp2) sedisk = strel( square ,10) fgs = imclose(fgs, sedisk) fgs = imfill(fgs, holes ) RLL = bwlabel(fgs) stats = regionprops(RLL, basic , Centroid ) fig = figure(1),imshow(RLL) hold on for n = 1:length(stats) if(stats(n).Area > 100) plot(stats(n).Centroid(1), stats(n).Centroid(2), r* ) end end hold off
Platform: | Size: 17408 | Author: sivasankar | Hits:

[Windows Developtracezhixin

Description: 可以运行的质心跟踪的VC程序,很好,很值得学习。-Can run the VC centroid tracking program, very good, very worth learning.
Platform: | Size: 3165184 | Author: lzj | Hits:

[OpenCVkalmanPcamshift

Description: 基于视频的跟踪,结合卡尔曼和camshift的目标跟踪。由鼠标选中目标区域(包含了鼠标选中程序),kalman和camshift预测质心,从而达到目标跟踪。-Based opencv, combined with the target tracking Kalman and camshift. By the mouse to select the target area, kalman and centroid camshift forecast to achieve target tracking.
Platform: | Size: 1384448 | Author: 李梦丽 | Hits:

[matlabtracking

Description: people tracking after performing background subtraction and find the centroid of the blobs use for video suvelliance
Platform: | Size: 18432 | Author: honey | Hits:

[DSP programDM642motiotest

Description: 在dm642上实现运动目标检测与跟踪,可以选择形心 全局 手工搜索-In the dm642 to achieve moving target detection and tracking, you can choose manually search the global centroid
Platform: | Size: 575488 | Author: brank | Hits:

[OpenCVedge_track

Description: 一个好用的视觉目标跟踪算法: 边缘跟踪,先分割出目标物的边缘信息,根据边缘求的目标物的质心,完成视觉目标跟踪-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 target tracking
Platform: | Size: 23507968 | Author: maolei | Hits:

[Special Effects435234paper

Description: 从边检测边跟踪的角度探讨了图象序列中机动目标的形心跟踪问题,深入分析了强高斯噪声背景下目标形心估计的统计性质及用于形心估计的图象预处理方法。-Explored from the perspective of the side edge-detection tracking the centroid tracking of maneuvering targets in the image sequence, in-depth analysis of the statistical properties of the target centroid estimates in the context of strong Gaussian noise and image pre-processing methods used for centroid estimation.
Platform: | Size: 53248 | Author: 王的 | Hits:

[Special Effects32421paper

Description: 介绍了红外成像波门形心跟踪算法的原理,通过建立跟踪误差模型,讨论分析了红外成 像波门形心跟殊算法的误差,当误判概率越小,波门内目标像素越多,背景像素越少时,形心跟踪误差越小 当信噪比越大,相关搜索的次数越少,相关运算的像素总数越多时,正确匹配系数越高。试验证明,该算法不仅能减小跟踪误差,而且能提高跟踪的精确度和稳定性。 -Infrared imaging gate centroid tracking algorithm principle, through the establishment of the tracking error model to discuss the analysis of infrared imaging gate-shaped heart with a special algorithm error, misjudgment probability of the smaller waves door target, the more pixels, the background The more pixels is low, the smaller the tracking error of the centroid of the less when the signal to noise ratio the greater the number of search related to computing the total number of pixels for a long time more correctly match the higher the coefficient. The tests show that the algorithm can not only reduce the tracking error, but also improve the tracking accuracy and stability.
Platform: | Size: 325632 | Author: 王的 | Hits:

[Special Effectsxingxin

Description: 在输入视频avi的基础上,实现对序列目标的质心跟踪,并输出跟踪结果-On the basis of the input video avi, the sequence target centroid tracking, and outputs the tracking result
Platform: | Size: 1024 | Author: 李阳 | Hits:

[OpenCVzhixingenzong

Description: 基于opencv的质心跟踪程序,已经调试过了,可以运行-Centroid tracking opencv program debugging, you can run
Platform: | Size: 23068672 | Author: winds | Hits:

[Othercamshift

Description: camshift颜色识别跟踪,通过质心不断收敛实现,并用kalman滤波,预测,精确识别-color recognition camshift tracking, convergence to achieve through the centroid constantly using kalman filtering, prediction, accurate identification
Platform: | Size: 21504 | Author: huijung | Hits:

[OS DevelopMyCentord

Description: VC实现质心跟踪算法,包含动态链接库和源文件,并且提供源代码。-VC centroid tracking algorithm contains a dynamic link library and source files, and source code.
Platform: | Size: 13312 | Author: 岳鹏 | Hits:

[source in ebookISARcode

Description: ISAR成像 包络对齐采用相关法对齐,相位聚焦采用多普勒中心跟踪法 和秩估计法-ISAR imaging envelope alignment using correlation method align phase focusing using the Doppler centroid tracking method and rank estimation method
Platform: | Size: 2048 | Author: chenyanyong | Hits:

[Graph programtracking

Description: 实现背景差分算法,输出背景图像,检测过程,目标质心变化坐标以及目标长宽比变化左边,供后续训练使用。-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, for the follow-up training to use.
Platform: | Size: 1024 | Author: 王扬 | Hits:

[Special Effectsexp_1

Description: 对视屏中动态目标的形心追踪,matlab代码,阈值分割,形心计算,序列图读取显示(The centroid tracking of dynamic targets in the video screen, matlab code, threshold segmentation, centroid calculation, sequence diagram reading and display)
Platform: | Size: 1024 | Author: ZHUCHUNCHUN | Hits:
« 12 »

CodeBus www.codebus.net