Skip to Content
詳解 OpenCV 3 ―コンピュータビジョンライブラリを使った画像処理・認識
book

詳解 OpenCV 3 ―コンピュータビジョンライブラリを使った画像処理・認識

by Adrian Kaehler, Gary Bradski, 松田 晃一, 小沼 千絵, 永田 雅人, 花形 理
May 2018
Intermediate to advanced
992 pages
17h 31m
Japanese
O'Reilly Japan, Inc.
Content preview from 詳解 OpenCV 3 ―コンピュータビジョンライブラリを使った画像処理・認識

16章キーポイントと記述子

16.1 キーポイントとトラッキングの基礎

この章では、画像中の有益な情報である特徴点について説明します。最初にコーナーと呼ばれるものを説明し、サブピクセル領域における定義について述べます。次に、オプティカルフローを使用したコーナーのトラッキング(追跡)の手法を学びます。コーナー追跡手法は歴史的にキーポイント理論の方向に進化してきました。本章の後半では、OpenCVライブラリに実装されたキーポイントの特徴点検出器と、特徴量の記述子の広範な議論も含め、キーポイント理論について解説します†1

[†1] 本章で扱う特徴点は、主にメインライブラリに収容されメインライブラリのライセンス条項が適用されているものに限定します。これに対し、xfeatures2Dモジュール(「付録B opencv_contribモジュール」参照)には新しい実験的機能や、「nonfree(ライセンスフリーではない)」の特徴点検出器や特徴量記述子が多数収録されています。本章ではnonfreeの機能のうちSIFTとSURFだけを取り上げます。これは、その2つが歴史的、実践的、教育的にも非常に重要であるからです。

キーポイントとコーナーに共通した考え方は、似たような別々の画像に写っている同じシーンや物体を、同じか少なくとも非常に類似した不変の形式で表現することができれば、多くの応用で有用であろうという直感に基づいています。これを行うための強力な手段がコーナーとキーポイントの表現です。コーナーは、画像の局所的な情報を豊富に持った小さなパッチであり、別の画像でも同じコーナーが認識される可能性が高いものです。キーポイントはこの概念の拡張で、画像の小さな局所パッチの情報を、見つけやすく、かつ少なくとも原理的にはほぼ唯一のものになるようにエンコードしたものです。キーポイントに関する記述可能な情報は記述子という形に要約されます。記述子はたいてい、そのキーポイントを形成するピクセルパッチよりも次元数がかなり低い情報です。記述子のおかげで、そのパッチが他の異なる画像に現れたときに、対応する同じパッチを簡単に見つけることができるのです。 ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

入門 監視 ―モダンなモニタリングのためのデザインパターン

入門 監視 ―モダンなモニタリングのためのデザインパターン

Mike Julian, 松浦 隼人
詳解 iOS SDK 第4版 ―ワンランク上のiPhone/iPadプログラミング

詳解 iOS SDK 第4版 ―ワンランク上のiPhone/iPadプログラミング

Matt Neuburg, 武舎 広幸, 阿部 和也, 河村 政雄, 上西 昌弘, 福地 太郎
行動を変えるデザイン ―心理学と行動経済学をプロダクトデザインに活用する

行動を変えるデザイン ―心理学と行動経済学をプロダクトデザインに活用する

Stephen Wendel, 武山 政直, 相島 雅樹, 反中 望, 松村 草也

Publisher Resources

ISBN: 9784873118376Other