About Lucas-Kanade optical flow method
조회 수: 4 (최근 30일)
이전 댓글 표시
I'm trying to code Lucas-Kanade method by following the help document https://www.mathworks.com/help/vision/ref/opticalflowlk.html?s_tid=srchtitle
I have some questions about the algorithm details:
- In the step "Compute
between images 1 and 2 using the
kernel", does this equals to
? - In the step "Smooth the gradient components", is the isotropic 5-by-5 element kernel computed by
? - In the final step's case 2:
and
, for a specific pixel, could someone show me an example on how to normalize the gradient flow?
Thanks.
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Optics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!