フィルターのクリア

Rotation invarient object recognition

3 ビュー (過去 30 日間)
mustafa
mustafa 2013 年 12 月 26 日
コメント済み: mustafa 2013 年 12 月 27 日
Hi!
I recognize an object via HOG features. But it doesn't detect image's rotationals. Is there any way continuing at my point?
Secondly, in video, i detect with snapshot function. Maybe you know more efficient way..
Edit: get frame via getsnapshot(), than detect via step(dedector, photo)
frame= getsnapshot(handles.vid); bboxes = step(handles.Detector, frame);

回答 (1 件)

Image Analyst
Image Analyst 2013 年 12 月 26 日
I don't understand your first question.
If you're detecting things in video frames, you do need to call getsnapshot(). That in itself doesn't detect anything - it just gets the frame so you can do the detection with an algorithm of your choice.
  3 件のコメント
Image Analyst
Image Analyst 2013 年 12 月 27 日
Perhaps if you want to get a multitude of frames at one time instead of just one frame at a time. You still need to process just one frame at a time though, I think. Though if you're doing something like motion prediction you may have to look at several frames to predict the location in the next frame.
mustafa
mustafa 2013 年 12 月 27 日
Actually speed is not essential for my problem. Main problem is rotationals. Thanks for your support @ImageAnalyst. Sorry for my grammar :(

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

カテゴリ

Help Center および File ExchangeC4ISR についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by