|
|
|
|
LEADER |
00000cam a2200000Ii 4500 |
001 |
OR_ocn918862357 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
150817s2015 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d IDEBK
|d EBLCP
|d DEBSZ
|d COO
|d YDXCP
|d DEBBG
|d OCLCQ
|d MERUC
|d OCLCQ
|d OCLCF
|d CEF
|d AU@
|d UKMGB
|d OCLCQ
|d WYU
|d OCLCO
|d UAB
|d UKAHL
|d OCLCQ
|d OCLCO
|d N$T
|d HS0
|d OCLCO
|d OCLCQ
|d INARC
|d OCLCQ
|d OCLCO
|
016 |
7 |
|
|a 018007085
|2 Uk
|
019 |
|
|
|a 916530909
|a 923517864
|
020 |
|
|
|a 1783988215
|
020 |
|
|
|a 9781783988211
|q (electronic bk.)
|
020 |
|
|
|z 9781783988204
|
020 |
|
|
|z 1783988207
|
029 |
1 |
|
|a AU@
|b 000056112833
|
029 |
1 |
|
|a DEBBG
|b BV043020089
|
029 |
1 |
|
|a DEBBG
|b BV043622442
|
029 |
1 |
|
|a DEBSZ
|b 445087749
|
029 |
1 |
|
|a DEBSZ
|b 45569656X
|
029 |
1 |
|
|a GBVCP
|b 845551841
|
029 |
1 |
|
|a GBVCP
|b 882743589
|
029 |
1 |
|
|a UKMGB
|b 018007085
|
035 |
|
|
|a (OCoLC)918862357
|z (OCoLC)916530909
|z (OCoLC)923517864
|
037 |
|
|
|a CL0500000628
|b Safari Books Online
|
050 |
|
4 |
|a QA76.774.A53
|
082 |
0 |
4 |
|a 006.37
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Kapur, Salil,
|e author.
|
245 |
1 |
0 |
|a Mastering OpenCV Android application programming :
|b master the art of implementing computer vision algorithms on Android platforms to build robust and efficient applications /
|c Salil Kapur, Nisarg Thakkar.
|
246 |
3 |
0 |
|a Master the art of implementing computer vision algorithms on Android platforms to build robust and efficient applications
|
264 |
|
1 |
|a Birmingham, UK :
|b Packt Publishing,
|c 2015.
|
300 |
|
|
|a 1 online resource (1 volume) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a Community experience distilled
|
588 |
0 |
|
|a Online resource; title from cover (Safari, viewed August 11, 2015).
|
500 |
|
|
|a Includes index.
|
505 |
0 |
|
|a ""Cover""; ""Copyright""; ""Credits""; ""About the Authors""; ""About the Reviewers""; ""www.PacktPub.com""; ""Table of Contents""; ""Preface""; ""Chapter 1: Applying Effects to Images""; ""Getting started""; ""Setting up OpenCV""; ""Storing images in OpenCV""; ""Linear filters in OpenCV""; ""The mean blur method""; ""The Gaussian blur method""; ""The median blur method""; ""Creating custom kernels""; ""Morphological operations""; ""Dilation""; ""Erosion""; ""Thresholding""; ""Adaptive thresholding""; ""Summary""; ""Chapter 2: Detecting Basic Features in Images""; ""Creating our application""
|
505 |
8 |
|
|a ""Edge and Corner detection""""The Difference of Gaussian technique""; ""The Canny Edge detector""; ""The Sobel operator""; ""Harris Corner detection""; ""Hough transformations""; ""Hough lines""; ""Hough circles""; ""Contours""; ""Project � detecting a Sudoku puzzle in an image""; ""Summary""; ""Chapter 3: Detecting Objects""; ""What are features?""; ""Scale Invariant Feature Transform""; ""Understanding how SIFT works""; ""Scale-space extrema detection""; ""Keypoint localization""; ""Orientation assignment""; ""Keypoint descriptor""; ""SIFT in OpenCV""
|
505 |
8 |
|
|a ""Matching features and detecting objects""""Brute-force matcher""; ""FLANN based matcher""; ""Matching the points""; ""Detecting objects""; ""Speeded Up Robust Features (SURF)""; ""SURF detector""; ""SURF descriptor""; ""SURF in OpenCV""; ""Oriented FAST and Rotated BRIEF""; ""oFAST � FAST keypoint orientation""; ""FAST detector""; ""Orientation by intensity centroid""; ""rBRIEF � Rotation-aware brief""; ""Steered BRIEF""; ""Variance and correlation""; ""ORB in OpenCV""; ""Binary Robust Invariant Scalable Keypoints""; ""Scale-space keypoint detection""; ""Keypoint description""
|
505 |
8 |
|
|a ""Sampling pattern and rotation estimation""""Building the descriptor""; ""BRISK In OpenCV""; ""Fast Retina Keypoint""; ""A retinal sampling pattern""; ""A coarse-to-fine descriptor""; ""Saccadic search""; ""Orientation""; ""FREAK in OpenCV""; ""Summary""; ""Chapter 4: Drilling Deeper into Object Detection � Using Cascade Classifiers""; ""An introduction to cascade classifiers""; ""Haar cascades""; ""LBP cascades""; ""Face detection using the cascade classifier""; ""HOG descriptors""; ""Project � Happy Camera""; ""Summary""; ""Chapter 5: Tracking Objects in Videos""; ""Optical flow""
|
505 |
8 |
|
|a ""The Horn and Schunck method""""The Lucas and Kanade method""; ""Checking out the optical flow on Android""; ""Image pyramids""; ""Gaussian pyramids""; ""Laplacian pyramids""; ""Gaussian and Laplacian pyramids in OpenCV""; ""Basic 2D transformations""; ""Global motion estimation""; ""The Kanade-Lucas-Tomasi tracker""; ""Checking out the KLT tracker on OpenCV""; ""Summary""; ""Chapter 6: Working with Image Alignment and Stitching""; ""Image stitching""; ""Feature detection and matching""; ""Image matching""; ""Homography estimation using RANSAC""
|
520 |
|
|
|a If you are a Java and Android developer looking to enhance your skills by learning the latest features of OpenCV Android application programming, then this book is for you.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
630 |
0 |
0 |
|a Android (Electronic resource)
|
630 |
0 |
7 |
|a Android (Electronic resource)
|2 fast
|
650 |
|
0 |
|a Mobile apps
|x Development.
|
650 |
|
0 |
|a Computer programming.
|
650 |
|
6 |
|a Applications mobiles
|x Développement.
|
650 |
|
6 |
|a Programmation (Informatique)
|
650 |
|
7 |
|a computer programming.
|2 aat
|
650 |
|
7 |
|a COMPUTERS
|x Programming
|x Mobile Devices.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Internet
|x Application Development.
|2 bisacsh
|
650 |
|
7 |
|a Computer programming
|2 fast
|
700 |
1 |
|
|a Thakkar, Nisarg,
|e author.
|
776 |
0 |
8 |
|i Print version:
|a Kapur, Salil.
|t Mastering OpenCV Android application programming : master the art of implementing computer vision algorithms on Android platforms to build robust and efficient applications.
|d Birmingham, England ; Mumbai, [India] : Packt Publishing, ©2015
|h viii, 195 pages
|z 9781783988204
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781783988204/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Internet Archive
|b INAR
|n masteringopencva0000kapu
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH29022723
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL2120252
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis32252649
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12549507
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1046541
|
994 |
|
|
|a 92
|b IZTAP
|