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

11章画像変換

11.1 概要

前章では、コンボリューションという観点から具体的に理解できる画像変換を扱いました。もちろん、この方法(すなわち、小さな領域で画像上を走査して何らかの処理を行う方法)で表現できない便利な演算もたくさん存在します。一般的に、コンボリューションで表現できる変換は局所的です。つまり、コンボリューションによって画像全体を変更する場合であっても、ある特定のピクセルへの効果はその周りの少数のピクセルだけから決定されるということです。本章で扱う変換のほとんどは、このような性質のものではありません。

非常に便利な画像変換のいくつかはシンプルで、みなさんがよく使うものです(例えば、リサイズなど)。それ以外のものは、より特殊な目的を持つ変換です。本章で見ていく画像変換は、ある画像を別の画像に変換するような処理です。出力画像のサイズが入力画像と異なる場合もよくありますが、本質的な意味では、出力画像も入力画像と同じようにピクセルが並んだ「絵」です。「12章 画像解析」では、画像をまったく異なる表現で描画する可能性がある演算について説明します。

コンピュータビジョンでよく使われる便利な変換はたくさんあります。OpenCVはその中でも、何度も使われるものについては全部実装していますし、自分でより複雑な変換を実装する手助けとなる道具も提供しています。

11.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