- https://in.mathworks.com/help/vision/tracking-and-motion-estimation.html (Tracking and Motion estimation).
- https://in.mathworks.com/help/vision/examples/motion-based-multiple-object-tracking.html (Motion based multiple object tracking).
Finding coordinates of an moving object in every frame of a tif file movie
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
i have a tif file movie and I want to find the x and y coordinates of a moving object in each frame of the move.
i have used this code
Ic = imcomplement(I1); % Make the moust bright
otsu = graythresh(Ic);
I1b = imbinarize(Ic,otsu);
and the object is now bright in the foreground and everything else is dark, but i am not sure what to do next.
댓글 수: 0
답변 (1개)
Prabhan Purwar
2020년 5월 12일
Hi,
Kindly refer to the following links:
Hope it helps!!
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!