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 ―コンピュータビジョンライブラリを使った画像処理・認識

付録A平面分割

A.1 ドロネー三角形分割、ボロノイ分割

ドロネー(Delaunay)三角形分割法は、1934年に発明されたもので、空間内の点を連結して三角形のグループにし、その三角形のすべての角の最小角度が最大になるようにする技術です[Delaunay34]。これは、ドロネー三角形分割法が点を三角形分割するときに、細長い三角形ができないようにしているということです。三角形分割の要点を理解するために図A-1を見てください。これにより与えられた任意の三角形の頂点に接する任意の円の内部には、その他の頂点が含まれないようにして三角形分割が行われています。これは、外接円特性と呼ばれています(図のパネルc)。

ドロネー三角形分割法。(a)点の集合。(b)点の集合のドロネー三角形分割。外側を囲む三角形の頂点につながる線を持つ。(c)外接円特性を示す円の例

図A-1 ドロネー三角形分割法。(a)点の集合。(b)点の集合のドロネー三角形分割。外側を囲む三角形の頂点につながる線を持つ。(c)外接円特性を示す円の例

計算効率のために、ドロネーアルゴリズムは、かなり離れた外側に三角形を作り、そこからアルゴリズムを始めます。図A-1(b)はこの架空の外側の三角形を、その頂点に向かう点線で表しています。図A-1(c)は外接円特性の例を示しています。円のうちの1つは、実データの外側の2つの点と、架空の外側の三角形の頂点の1つに外接しています(右下の隅にある円弧)です。

今日、ドロネー三角形分割を計算するアルゴリズムはたくさんあります。そのいくつかは非常に効率的ですが、内部の詳細は難解です。比較的簡単なアルゴリズムの要点は次のとおりです。

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