Java Image Processing Recipes With OpenCV and JVM

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

Full description

Bibliographic Details
Main Author: Modrzyk, Nicolas
Format: eBook
Language:English
Published: Berkeley, CA Apress 2018, 2018
Edition:1st ed. 2018
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
LEADER 02309nmm a2200301 u 4500
001 EB001800833
003 EBX01000000000000000974331
005 00000000000000.0
007 cr|||||||||||||||||||||
008 180405 ||| eng
020 |a 9781484234655 
100 1 |a Modrzyk, Nicolas 
245 0 0 |a Java Image Processing Recipes  |h Elektronische Ressource  |b With OpenCV and JVM  |c by Nicolas Modrzyk 
250 |a 1st ed. 2018 
260 |a Berkeley, CA  |b Apress  |c 2018, 2018 
300 |a XVIII, 341 p. 269 illus., 83 illus. in color  |b online resource 
505 0 |a 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 
653 |a Open source software 
653 |a Computer programming 
653 |a Web Development 
653 |a Java 
653 |a Java (Computer program language) 
653 |a Open Source 
041 0 7 |a eng  |2 ISO 639-2 
989 |b Springer  |a Springer eBooks 2005- 
856 4 0 |u https://doi.org/10.1007/978-1-4842-3465-5?nosfx=y  |x Verlag  |3 Volltext 
082 0 |a 005.133 
520 |a 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