Cargando…

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

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Modrzyk, Nicolas (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: New York : Apress, [2018]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1030303356
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 180403s2018 nyua o 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d N$T  |d GW5XE  |d EBLCP  |d OCLCF  |d UMI  |d UPM  |d OCLCQ  |d COO  |d STF  |d YDX  |d TOH  |d CEF  |d KSU  |d VT2  |d U3W  |d OCLCQ  |d DEBBG  |d SNK  |d YOU  |d UAB  |d WYU  |d A6Q  |d G3B  |d LVT  |d S9I  |d C6I  |d UKMGB  |d K6U  |d OCLCQ  |d CAUOI  |d D6H  |d AUD  |d MERER  |d LIV  |d LEAUB  |d OCLCQ  |d ESU  |d AU@  |d UKAHL  |d OCLCQ  |d OCLCO  |d LQU  |d FVL  |d OCLCQ  |d ADU  |d UHL  |d LEATE  |d OCLCQ  |d BRF  |d OCLCQ  |d OCLCO  |d COM  |d OCLCQ  |d OCLCO 
016 7 |a 019140162  |2 Uk 
019 |a 1030476925  |a 1030600622  |a 1030767276  |a 1031706584  |a 1033670848  |a 1034542557  |a 1048144204  |a 1066625654  |a 1066654050  |a 1081197380  |a 1086527373  |a 1103272228  |a 1105183208  |a 1105708272  |a 1112866668  |a 1113330734  |a 1122810734  |a 1129346234 
020 |a 9781484234655  |q (electronic bk.) 
020 |a 1484234650  |q (electronic bk.) 
020 |z 9781484234648 
020 |z 1484234642 
024 7 |a 10.1007/978-1-4842-3465-5  |2 doi 
027 |a SPRINTER 
029 1 |a AU@  |b 000062228555 
029 1 |a AU@  |b 000066231881 
029 1 |a AU@  |b 000066531927 
029 1 |a AU@  |b 000066972055 
029 1 |a AU@  |b 000067074815 
029 1 |a AU@  |b 000067109775 
029 1 |a AU@  |b 000067495266 
029 1 |a CHNEW  |b 001063384 
029 1 |a CHVBK  |b 575139447 
029 1 |a GBVCP  |b 1020522097 
029 1 |a UKMGB  |b 019140162 
035 |a (OCoLC)1030303356  |z (OCoLC)1030476925  |z (OCoLC)1030600622  |z (OCoLC)1030767276  |z (OCoLC)1031706584  |z (OCoLC)1033670848  |z (OCoLC)1034542557  |z (OCoLC)1048144204  |z (OCoLC)1066625654  |z (OCoLC)1066654050  |z (OCoLC)1081197380  |z (OCoLC)1086527373  |z (OCoLC)1103272228  |z (OCoLC)1105183208  |z (OCoLC)1105708272  |z (OCoLC)1112866668  |z (OCoLC)1113330734  |z (OCoLC)1122810734  |z (OCoLC)1129346234 
037 |a CL0500000958  |b Safari Books Online 
050 4 |a TA1637 
072 7 |a COM  |x 000000  |2 bisacsh 
082 0 4 |a 006.6  |2 23 
049 |a UAMI 
100 1 |a Modrzyk, Nicolas,  |e author. 
245 1 0 |a Java image processing recipes :  |b with OpenCV and JVM /  |c Nicolas Modrzyk. 
264 1 |a New York :  |b Apress,  |c [2018] 
264 4 |c Ã2018 
300 |a 1 online resource :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
347 |b PDF 
500 |a Includes index. 
588 0 |a Vendor-supplied metadata. 
505 0 |a Intro; Table of Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; Chapter 1: OpenCV on the JavaVM; 1-1 Getting Started with Leiningen; Problem; Solution; How it works; Installing Leiningen; Creating a New OpenCV-Ready Java Project with Leiningen; 1-2 Writing Your First OpenCV Java Program; Problem; Solution; How it works; 1-3 Automatically Compiling and Running Code; Problem; Solution; How it works; 1-4 Using a Better Text Editor; Problem; Solution; How it works; 1-5 Learning the Basics of the OpenCV Mat Object; Problem; Solution; How it works. 
505 8 |a 1-6 Loading Images from a FileProblem; Solution; How it works; 1-7 Saving Images into a File; Problem; Solution; How it works; 1-8 Cropping a Picture with Submat; Problem; Solution; How it works; 1-9 Creating a Mat from Submats; Problem; Solution; How it works; Mat of Colored Submats; Mat of Picture Submats; 1-10 Highlighting Objects in a Picture; Problem; Solution; How it works; 1-11 Using a Canny Result as a Mask; Problem; Solutions; How it works; 1-12 Detecting Edges with Contours; Problem; Solution; How it works; 1-13 Working with Video Streams; Problem; Solution; How it works. 
505 8 |a Taking Still PicturesWorking in Real Time; 1-14 Writing OpenCV Code in Scala; Problem; Solution; How it works; Basic Setup; Blurred; Canny Effect; 1-15 Writing OpenCV Code in Kotlin; Problems; Solutions; How it works; Basic Setup; Color Mapping; User Interface; Kotlin Setup; UI for Dummies; UI with Reactive Buttons; Blurring Application; Chapter 2: OpenCV with Origami; 2-1 Starting to Code with Origami; Problem; Solution; How it works; Project Setup with a Leiningen Template; Everything Is OK; Webcam Check; The Auto Plug-in Strikes Back; At the REPL; REPL from Atom; Gorilla Notebook. 
505 8 |a 2-2 Working with MatsProblem; Solution; How it works; Creating a Mat; Creating a Colored Mat; Using a Submat; Setting One Pixel Color; Piping Process and Some Generative Art; 2-3 Loading, Showing, Saving Mats; Problem; Solution; How it works; Loading; Saving; Showing; Loading from URL; 2-4 Working with Colors, ColorMaps, and ColorSpaces; Problem; Solution; How it works; Simple Colors; Color Maps; Color Space; 2-5 Rotating and Transforming Mats; Problem; Solution; How it works; Flipping; Rotation; Warp; 2-6 Filtering Mats; Problem; Solution; How it works; Manual Filter; Multiply; Luminosity. 
505 8 |a HighlightFilter 2d; Threshold; 2-7 Applying Simple Masking Techniques; Problem; Solution; How it works; 2-8 Blurring Images; Problem; Solution; How it works; Simple Blur and Median Blur; Gaussian Blur; Bilateral Filter; Median Blur; Chapter 3: Imaging Techniques; 3-1 Playing with Colors; Problem; Solution; How it works; Applying Threshold on a Colored Mat; Channels by Hand; Transform; Artful Transformations; 3-2 Creating Cartoons; Problem; Solution; How it works; Bilateral Cartoon; Grayed with Update Channel; 3-3 Creating Pencil Sketches; Problem; Solution; How it works; Background. 
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. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Java (Computer program language) 
650 0 |a Image processing. 
650 6 |a Java (Langage de programmation) 
650 6 |a Traitement d'images. 
650 7 |a image processing.  |2 aat 
650 7 |a Computer programming  |x software development.  |2 bicssc 
650 7 |a Web programming.  |2 bicssc 
650 7 |a Programming & scripting languages: general.  |2 bicssc 
650 7 |a COMPUTERS  |x General.  |2 bisacsh 
650 7 |a Image processing  |2 fast 
650 7 |a Java (Computer program language)  |2 fast 
776 0 8 |i Printed edition:  |z 9781484234648 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484234655/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH34377557 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL5341352 
938 |a EBSCOhost  |b EBSC  |n 1743504 
938 |a YBP Library Services  |b YANK  |n 15252771 
994 |a 92  |b IZTAP