フィルターのクリア

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).
  1 件のコメント
Walter Roberson
Walter Roberson 2018 年 4 月 19 日
True, but that does not tell you what feature tracking algorithms exist and which one is better (and why).

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeImage 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