image thumbnail

updated 3 months ago

Detect & Present movements. Mammal Visual system by Nikolay S.

This function tracks and presents moving regions in real time from still camera or file. (object tracking, movement detection, visual system)

Detect & present movements

[adaptorsWithDevices, deviceNames]=findInstalledDevices()

markMovesInCamera(videoSource, moveTresh, strelOpen, strelC...

image thumbnail

updated 3 months ago

January 2013 "Computer Vision with MATLAB" webinar demo files by Bruce Tannenbaum

MATLAB code used in the computer vision webinar held on January 29, 2013. (computer vision, face detection, object detection)

y=playControls()

FacePeopleDetection.m

ForegroundDetection.m

image thumbnail

updated 1 year ago

skin_face_detecting by suong Tran

This code can be used to detect face if the color of the background is not the same skin color. (face detecting, object tracking, image processing)

skin_face_detecting.m

image thumbnail

updated 1 year ago

Tracking of a point in video using Kalman Filter by Yogesh Kumar

Tracking of a red point in video using 5 equations of Kalman Filter (object tracking, tracking, image processing)

kalman.m

video generate.m

image thumbnail

updated 2 years ago

Tracking red color objects using matlab by A. Bhargav Anand

This program just tracks all red color objects and draws a bounding box around them. (color object tracking, video processing, image aquisition)

getCameraInfo(a)

redObjectTrack.m

image thumbnail

updated 3 years ago

A Ball Tracking Application by Fuat Cogun

The tracker implements the Covariance Tracking method to track the ball in a football match (ball, covariance, covariance matrix)

drawDetectionWindow(I,estPositionX,estPositionY,size)

findCovarianceMatrix(I, positionX, positionY, size)

getScreenSize()

Contact us