필터 지우기
필터 지우기

what are the algorithms exist for feature tracking and which algorithm is best for tracking in image sequence?

조회 수: 1 (최근 30일)
Hi everyone, i have 5 images of a person taken at different angles, i want to find the features and track them. i want to know what the feature tracking algorithms existed and which one is better.

답변 (2개)

Walter Roberson
Walter Roberson 2016년 1월 10일
Every possible function of up to numel(YourMatrix) inputs and up to the same number of outputs is a "feature". Some functions are more useful than others and so some features are more useful than others. You need to read research papers to decide what features you will implement, and that is not something that we will do for you.
  댓글 수: 3
Walter Roberson
Walter Roberson 2018년 4월 19일
편집: Walter Roberson 2018년 4월 29일
Suppose we start creating a list of feature tracking algorithms, like Kanade–Lucas–Tomasi, Sethi and Jain 87, Hwang 89, Salari and Sethi 90, Krishnan and DanielRaviv 95, MHT filters, PHD filters, particle filters, Arroyo, Yebes, Bergasa, Daza, Almazán 15 ...
So, these feature tracking algorithms: how many of them are there? What is the answer to the question "what are the algorithms that exist for feature tracking" ?
"About 2,950,000 results (0.16 sec)"
That's more than three, right?
Does Google Scholar find all of the algorithms? Probably not: it doesn't index everything (not even all published papers), and people keep writing new algorithms.
If we were to go through Google Scholar and create an exhaustive list of every feature tracking algorithm there, how many might we be looking at? How many different feature tracking algorithms can exist? Because we need to know all of the feature tracking algorithms that can exist in order to be able to answer the question of which one is "best" (for some meaning of "best".)
This leads us to a question of what feature tracking algorithms are -- as opposed, for example, to chequebook balancing algorithms. Given an image, what defines a "feature" ?
The answer to that turns out to be what I stated earlier: that every possible distinct function with at most (input size) inputs and a fixed number of outputs is a distinct feature calculation usable for feature tracking purposes. (Variable number of outputs cannot be used without padding to a fixed size.)

댓글을 달려면 로그인하십시오.


Spandan Samiran
Spandan Samiran 2018년 3월 23일
If you have Computer Vision System Toolbox and Image Processing Toolbox, there are examples of how to implement feature trackers in the documentation (e.g. here).

카테고리

Help CenterFile Exchange에서 Image Processing and Computer Vision에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by