Computer Vision for Student Competitions: Object Detection - Part 1

Object Detection - Part 1 (Chapter 5): Computer Vision Training for Student Competition Teams
ダウンロード: 1.5K
更新 2017/10/12

Learn to detect objects using binary classifiers; template matching, histogram of gradients (HOG), and cascade object detection.

You’ll learn how Template Matching works and how to use it. The concepts behind HOG will be taught to prepare you for the Cascade Object Detector. The Cascade Object Detector is a robust detector which provides the option to use Haar, Local Binary Patterns (LBP), and HOG to detect objects within an image.

Template Matching and Cascade Object Detection are used to detect objects in an image that are aspect ratio and orientation invariant. Template Matching has an additional limitation that the object must be scale invariant. Both methods are useful for determining if an object is located within an image, and if so, where the object is located within the image.

Using these methods, teams in the AUVSI Foundation competitions should be able to perform a variety target identification tasks.

Images from bike and non-bike folders were obtained from the object detection image database created by Dr. Axel Pinz from the Graz University of Technology. www.tugraz.at/en/institutes/emt/personal-pages/pinz/

引用

MathWorks Student Competitions Team (2024). Computer Vision for Student Competitions: Object Detection - Part 1 (https://github.com/mathworks/auvsi-cv-object-1), GitHub. 取得済み .

MATLAB リリースの互換性
作成: R2015a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersRecognition, Object Detection, and Semantic Segmentation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

GitHub の既定のブランチを使用するバージョンはダウンロードできません

バージョン 公開済み リリース ノート
15.1.1.0

Documentation Updated
Description Updated
Adding files
Adding files

この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。