HOF特徴量を出す関数はありますか。

3 views (last 30 days)
Maya Nakamura
Maya Nakamura on 3 Oct 2018
Commented: Maya Nakamura on 4 Oct 2018
HOF(Histgrams of Optical Flow)を出す関数はMATLABに入っていますか。 入っていない場合、どのようにプログラムを組めばよいでしょうか。

Accepted Answer

Hirokazu Tanaka
Hirokazu Tanaka on 3 Oct 2018
MATLAB にはないみたいです。ただ、検索の過程でこちらが見つかりました。
"Matlab source code available for the real-time densely extracted HOG, HOF, and MBG descriptors as described in our IJMIR journal article. Download the code and run demo.m. Please note that the Matlab Computer Vision toolbox is required. For the best experience, please use Matlab 2013b or later (otherwise the optical flow may be needlessly slow)."
との記載があり、Computer Vision System Toolbox が必要みたいです。
  1 Comment
Maya Nakamura
Maya Nakamura on 4 Oct 2018
丁寧な回答ありがとうございます。
上記の手順で行ってみます。

Sign in to comment.

More Answers (0)

Categories

Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!