Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: how to implement lucas kanade algorithm in matlab
Posted:
Dec 11, 2012 9:35 AM
|
|
"Sabrina Tuli" <sabrina.tuli07@gmail.com> wrote in message news:ka58rq$9jv$1@newscl01ah.mathworks.com... > i can not understand how lucas kanade algorithm find motion vector between > every frames of a video. please anyone help me to understand lucas kanade > algorithm and help me implement it in matlab.
The Wikipedia article suggests the implementation will be a call to the backslash operator with specifically constructed matrices.
http://en.wikipedia.org/wiki/Lucas%E2%80%93Kanade_method
If you're looking for technical information about the algorithm and how it functions on a theoretical basis, CSSM (this newsgroup) may not be the best place to ask that question. Try a newsgroup devoted to image processing, like sci.image.processing. You can access that group through Google Groups if your news server doesn't carry it.
-- Steve Lord slord@mathworks.com To contact Technical Support use the Contact Us link on http://www.mathworks.com
|
|
|
|