How to use Lucas-Kanade and Horn-Schnuck optical flow functions in 2017a
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have written simple codes to do these optical flow computations, but I noticed that MATLAB 2017a has these functions built in now, but the MathWorks page gives no examples for their use. Since these methods depend on the comparison of a flow-on image to a flow-off image, would I simply give the functions these images, or do I have to specify block sizes and spacing and implement the functions on a block-by-block basis? Essentially, I'm not sure how to even start with these functions.
0 Kommentare
Antworten (1)
Sebastian Castro
am 30 Aug. 2017
There actually are examples! Check out the links under "Topics > MATLAB Workflow" at this page:
- Sebastian
1 Kommentar
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!