Cargando…

OpenCV 2 computer vision application programming cookbook : over 50 recipes to master this library of programming functions for real-time computer vision /

This is a cookbook that shows results obtained on real images with detailed explanations and the relevant screenshots. The recipes contain code accompanied with suitable explanations that will facilitate your learning. If you are a novice C++ programmer who wants to learn how to use the OpenCV libra...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Laganière, R. (Robert), 1964-
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Pub., 2011.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Ia 4500
001 EBSCO_ocn748270051
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 110829s2011 enka ob 001 0 eng d
040 |a UMI  |b eng  |e pn  |c UMI  |d N$T  |d E7B  |d WAU  |d YDXCP  |d OCLCQ  |d COO  |d HEBIS  |d OCLCQ  |d DEBSZ  |d OCLCQ  |d GZM  |d OCLCQ  |d IDEBK  |d TEFOD  |d S3O  |d OCLCF  |d OCLCQ  |d LOA  |d JBG  |d AGLDB  |d ICA  |d CNNOR  |d CPO  |d Z5A  |d MOR  |d PIFAG  |d NRC  |d OCLCQ  |d OCLCO  |d U3W  |d D6H  |d OCL  |d WRM  |d VTS  |d CEF  |d OCLCQ  |d OCLCO  |d NLE  |d INT  |d AU@  |d UKMGB  |d OCLCQ  |d OCLCO  |d YOU  |d AZK  |d STF  |d VT2  |d OCLCQ  |d OCLCO  |d OCLCQ  |d M8D  |d UKAHL  |d A6Q  |d VLY  |d UKCRE  |d AJS  |d NRAMU  |d CRU  |d OCLCO  |d OCLCQ 
016 7 |a 018011999  |2 Uk 
019 |a 742040282  |a 767809325  |a 816874520  |a 823130608  |a 961515099  |a 966209405  |a 988468659  |a 992072385  |a 1037703691  |a 1038575825  |a 1045545072  |a 1055396499  |a 1081241910  |a 1153013215  |a 1162040784 
020 |a 9781849513258  |q (electronic bk.) 
020 |a 1849513252  |q (electronic bk.) 
020 |z 9781849513241  |q (pbk.) 
020 |z 1849513244  |q (pbk.) 
020 |z 1283349310 
020 |z 9781283349314 
020 |a 9786613349316 
020 |a 6613349313 
029 1 |a AU@  |b 000050978680 
029 1 |a AU@  |b 000053025177 
029 1 |a AU@  |b 000058967426 
029 1 |a DEBSZ  |b 368477525 
029 1 |a DEBSZ  |b 372699502 
029 1 |a DEBSZ  |b 493094199 
029 1 |a HEBIS  |b 291544517 
029 1 |a NZ1  |b 13835855 
029 1 |a UKMGB  |b 018011999 
035 |a (OCoLC)748270051  |z (OCoLC)742040282  |z (OCoLC)767809325  |z (OCoLC)816874520  |z (OCoLC)823130608  |z (OCoLC)961515099  |z (OCoLC)966209405  |z (OCoLC)988468659  |z (OCoLC)992072385  |z (OCoLC)1037703691  |z (OCoLC)1038575825  |z (OCoLC)1045545072  |z (OCoLC)1055396499  |z (OCoLC)1081241910  |z (OCoLC)1153013215  |z (OCoLC)1162040784 
037 |a CL0500000110  |b Safari Books Online 
037 |a 307A5887-B39B-4102-90E1-C76F7DB28F34  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a TA1634  |b .L34 2011eb 
072 7 |a COM  |x 016000  |2 bisacsh 
082 0 4 |a 006.37  |2 23 
049 |a UAMI 
100 1 |a Laganière, R.  |q (Robert),  |d 1964- 
245 1 0 |a OpenCV 2 computer vision application programming cookbook :  |b over 50 recipes to master this library of programming functions for real-time computer vision /  |c Robert Laganière. 
246 3 |a OpenCV two computer vision application programming cookbook 
260 |a Birmingham, UK :  |b Packt Pub.,  |c 2011. 
300 |a 1 online resource (iii, 287 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
380 |a Bibliography 
380 |a Handbook 
504 |a Includes bibliographical references and index. 
588 0 |a Print version record. 
520 |a This is a cookbook that shows results obtained on real images with detailed explanations and the relevant screenshots. The recipes contain code accompanied with suitable explanations that will facilitate your learning. If you are a novice C++ programmer who wants to learn how to use the OpenCV library to build computer vision applications, then this cookbook is appropriate for you. It is also suitable for professional software developers wishing to be introduced to the concepts of computer vision programming. It can be used as a companion book in university-level computer vision courses. It constitutes an excellent reference for graduate students and researchers in image processing and computer vision. The book provides a good combination of basic to advanced recipes. Basic knowledge of C++ is required. 
505 0 |a 1. Playing with Images -- 2. Manipulating the Pixels -- 3. Processing Images with Classes -- 4. Counting the Pixels with Histograms -- 5. Transforming Images with Morphological Operations -- 6. Filtering the Images -- 7. Extracting Lines, Contours and Components -- 8. Detecting and Matching Interest Points -- 9. Estimating Projective Relations in Images -- 10. Processing Video Sequences. 
505 0 0 |g 1.  |t Playing with Images --  |t Introduction --  |t Installing the OpenCV library --  |t Creating an OpenCV project with MS Visual C++ --  |t Creating an OpenCV project with Qt --  |t Loading, displaying, and saving images --  |t Creating a GUI application using Qt --  |g 2.  |t Manipulating the Pixels --  |t Introduction --  |t Accessing pixel values --  |t Scanning an image with pointers --  |t Scanning an image with iterators --  |t Writing efficient image scanning loops --  |t Scanning an image with neighbor access --  |t Performing simple image arithmetic --  |t Defining regions of interest --  |g 3.  |t Processing Images with Classes --  |t Introduction --  |t Using the Strategy pattern in algorithm design --  |t Using a Controller to communicate with processing modules --  |t Using the Singleton design pattern --  |t Using the Model-View-Controller architecture to design an application --  |t Converting color spaces --  |g 4.  |t Counting the Pixels with Histograms --  |t Introduction --  |t Computing the image histogram --  |t Applying look-up tables to modify image appearance --  |t Equalizing the image histogram --  |t Backprojecting a histogram to detect specific image content --  |t Using the mean shift algorithm to find an object --  |t Retrieving similar images using histogram comparison --  |g 5.  |t Transforming Images with Morphological Operations --  |t Introduction --  |t Eroding and dilating images using morphological filters --  |t Opening and closing images using morphological filters --  |t Detecting edges and corners using morphological filters --  |t Segmenting images using watersheds --  |t Extracting foreground objects with the GrabCut algorithm --  |g 6.  |t Filtering the Images --  |t Introduction --  |t Filtering images using low-pass filters --  |t Filtering images using a median filter --  |t Applying directional filters to detect edges --  |t Computing the Laplacian of an image --  |g 7.  |t Extracting Lines, Contours and Components --  |t Introduction --  |t Detecting image contours with the Canny operator --  |t Detecting lines in images with the Hough transform --  |t Fitting a line to a set of points --  |t Extracting the components' contours --  |t Computing components' shape descriptors --  |g 8.  |t Detecting and Matching Interest Points --  |t Introduction --  |t Detecting Harris corners --  |t Detecting FAST features --  |t Detecting the scale-invariant SURF features --  |t Describing SURF features --  |g 9.  |t Estimating Projective Relations in Images --  |t Introduction --  |t Calibrating a camera --  |t Computing the fundamental matrix of an image pair --  |t Matching images using random sample consensus --  |t Computing a homography between two images --  |g 10.  |t Processing Video Sequences --  |t Introduction --  |t Reading video sequences --  |t Processing the video frames --  |t Writing video sequences --  |t Tracking feature points in video --  |t Extracting the foreground objects in video. 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a OpenCV. 
630 0 7 |a OpenCV.  |2 blmlsh 
650 0 |a Computer vision. 
650 0 |a Image processing  |x Digital techniques. 
650 0 |a Image analysis. 
650 0 |a Application software  |x Development. 
650 6 |a Vision par ordinateur. 
650 6 |a Traitement d'images  |x Techniques numériques. 
650 6 |a Analyse d'images. 
650 6 |a Logiciels d'application  |x Développement. 
650 7 |a digital imaging.  |2 aat 
650 7 |a COMPUTERS  |x Computer Vision & Pattern Recognition.  |2 bisacsh 
650 7 |a Application software  |x Development.  |2 fast  |0 (OCoLC)fst00811707 
650 7 |a Computer vision.  |2 fast  |0 (OCoLC)fst00872687 
650 7 |a Image analysis.  |2 fast  |0 (OCoLC)fst00967482 
650 7 |a Image processing  |x Digital techniques.  |2 fast  |0 (OCoLC)fst00967508 
650 7 |a Digital bildbehandling.  |2 sao 
650 7 |a Bildbehandling  |x databehandling.  |2 sao 
650 7 |a Bildanalys.  |2 sao 
655 2 |a Handbook 
655 7 |a Handbooks and manuals.  |2 fast  |0 (OCoLC)fst01423877 
655 7 |a Handbooks and manuals.  |2 lcgft 
655 7 |a Guides et manuels.  |2 rvmgf 
776 0 8 |i Print version:  |a Laganière, R. (Robert), 1964-  |t OpenCV 2 computer vision application programming cookbook.  |d Birmingham, UK : Packt Pub., 2011  |z 9781849513241  |w (OCoLC)745429565 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=369127  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26943704 
938 |a ebrary  |b EBRY  |n ebr10477260 
938 |a EBSCOhost  |b EBSC  |n 369127 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n 334931 
938 |a YBP Library Services  |b YANK  |n 6939146 
994 |a 92  |b IZTAP