Cantitate/Preț
Produs

Java Image Processing Recipes: With OpenCV and JVM

Autor Nicolas Modrzyk
en Limba Engleză Paperback – 29 mar 2018
Quickly obtain solutions to common Java image processing problems, learn best practices, and understand everything OpenCV has to offer for image processing. You will work with a JVM image wrapper to make it very easy to run image transformation through pipelines and obtain instant visual feedback. This book makes heavy use of the Gorilla environment where code can be executed directly in the browser, and image transformation results can also be visualized directly in the browser.

Java Image Processing Recipes includes recipes on more advanced image manipulation techniques, such as image smoothing, cartooning, sketching, and mastering masks to apply changes only to parts of the image. You’ll see how OpenCV features provide instant solutions to problems such as edges detection and shape finding. Finally, the book contains practical recipes dealing with webcams and various video streams, giving you ready-made code with which to do real-time video analysis. 

What You Will Learn
  • Create your personal real-time image manipulation environment
  • Manipulate image characteristics with OpenCV
  • Work with the Origami image wrapper
  • Apply manipulations to webcams and video streams
Who This Book Is For

Developers that want to manipulate images and use other advanced imaging techniques, through code running in the JVM.

Citește tot Restrânge

Preț: 20626 lei

Preț vechi: 25783 lei
-20% Nou

Puncte Express: 309

Preț estimativ în valută:
3948 4068$ 3333£

Carte tipărită la comandă

Livrare economică 03-17 martie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484234648
ISBN-10: 1484234642
Pagini: 185
Ilustrații: XVIII, 341 p. 269 illus., 83 illus. in color.
Dimensiuni: 155 x 235 mm
Greutate: 0.51 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

Chapter 1: OpenCV on JVM, and why Origami.- Chapter 2: Performing Image Manipulations.- Chapter 3: Analyzing Image Content.- Chapter 4: Working with Real-time Video Streams.

Notă biografică

Nicolas has over 12 years of IT experience in the United States and Asia and is currently CTO of an international consulting company in Tokyo, Japan. An author of two other published books, Nicolas began working with Clojure five years ago and loves helping customers reach their goals in many languages  When not bringing new ideas to customers, he spends time with his two fantastic daughters Mei and Manon, and playing live music internationally.

Textul de pe ultima copertă

Quickly obtain solutions to common Java image processing problems, learn best practices, and understand everything OpenCV has to offer for image processing. You will work with a JVM image wrapper to make it very easy to run image transformation through pipelines and obtain instant visual feedback. This book makes heavy use of the Gorilla environment where code can be executed directly in the browser, and image transformation results can also be visualized directly in the browser.

Java Image Processing Recipes includes recipes on more advanced image manipulation techniques, such as image smoothing, cartooning, sketching, and mastering masks to apply changes only to parts of the image. You’ll see how OpenCV features provide instant solutions to problems such as edges detection and shape finding. Finally, the book contains practical recipes dealing with webcams and various video streams, giving you ready-made code with which to do real-time video analysis. 

You will:
  • Create your personal real-time image manipulation environment
  • Manipulate image characteristics with OpenCV
  • Work with the Origami image wrapper
  • Apply manipulations to webcams and video streams

Caracteristici

Covers complex image manipulation techniques through simple and short code samples Introduces Origami, a JVM image wrapper specifically created for this book Builds a new image manipulation environment that provides instant image results