How to recovered image from "estimateGeometricTransform" function?
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi,
I use KLT algorithm for tracking on video file and using "estimateGeometricTransform" function I would like to estimate the transform matrix. The tracking is carried out fine but I tried, without success, to restore the frames with the movements using this transform matrix and a "Affine" transform, so eventually the frames will be displayed as it was initially in the first frame - motionless. can you help me to use the "estimateGeometricTransform" function and "Affine" transform correctly? I used in the example "FaceTrackingUsingKLTExample" from your wensite (<http://www.mathworks.com/help/vision/examples/face-detection-and-tracking-using-the-klt-algorithm.html#vision_product-FaceTrackingUsingKLTExample> ) but I change only the object after him the tracking is performed (I tracks after a cross in the video file, not after a face) the code is attached.
Thanks, Itai
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Tracking and Motion Estimation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!