株式会社極東書店トップ商品一覧Image Operators: Image Processing in Python.

商品詳細

Image Operators: Image Processing in Python.

Image Operators: Image Processing in Python.

・ISBN 978-1-4987-9618-7 hard GB£ 145.99

¥46,249.- (税込) (※)価格はご注文時の参考価格となります。
納品価格につきましては書籍の入荷時点で確定となります。
版元の原価改定、外国為替の変動等により異なる場合がございますので、予めご了承下さい。

お気に入り
電子版あり 大学・学術機関向け電子ブック(eBook)ISBN 9780429451188
著者・編者Kinser, Jason M.,
出版社 (CRC Press Inc, US)
出版年月2018
ページ数366 pp.
言語ENG
ニュース番号<A00-42345>

解説

For decades, researchers have been developing algorithms to manipulate and analyze images. From this, a common set of image tools now appear in many high-level programming languages. Consequently, the amount of coding required by a user has significantly lessened over the years. While the libraries for image analysis are coalescing to a common toolkit, the language of image analysis has remained stagnant. Often, textual descriptions of an analytical protocol consume far more real estate than does the computer code required to execute the processes. Furthermore, the textual explanations are sometimes vague or incomplete. This book offers a precise mathematical language for the field of image processing. Defined operators correspond directly to standard library routines, greatly facilitating the translation between mathematical descriptions and computer script. This text is presented with Python 3 examples.

  • This text will provide a unified language for image processing
  • Provides the theoretical foundations with accompanied Python (R) scripts to precisely describe steps in image processing applications
  • Linkage between scripts and theory through operators will be presented
  • All chapters will contain theories, operator equivalents, examples, Python (R) codes, and exercises