how to convert webcam inputed code to video inputed code in matlab for tracking object
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
rujul mankad
am 25 Apr. 2017
Kommentiert: Walter Roberson
am 25 Apr. 2017
i have a code that works perfectly for motion detection and tracking using webcam. But now i want to convert this code in which we can give video (mp4,avi etc) as an input. i have attached zip file of whole code. Run GUI and code will execute properly.
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 25 Apr. 2017
Convert the webcam() call into a VideoReader() call. Convert the snapshot() calls into readFrame() calls.
3 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!