Phase-based Optical Flow

버전 1.0.0.0 (720 KB) 작성자: Temu
Phase-based estimation of the optical flow field.
다운로드 수: 19.9K
업데이트 날짜: 2004/7/27

라이선스 없음

The code implements the optical flow algorithm described in Gautama, T. and Van Hulle, M.M. (2002). A Phase-based Approach to the Estimation of the Optical Flow Field Using Spatial Filtering,IEEE Trans. Neural Networks, 13(5), 1127--1136.

The algo proceeds in 3 steps
1. spatial filtering
2. phase gradient estimation
3. IOC using recurrent networks

인용 양식

Temu (2025). Phase-based Optical Flow (https://kr.mathworks.com/matlabcentral/fileexchange/2422-phase-based-optical-flow), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R11
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Motion Estimation에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

Update of the algorithm itself: rather than using the goal programming network for solving the intersection-of-constraints, it now finds the solution analytically. Should have done this in the first place, but ah well ...