|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
EBSCO_ocn911187127 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
150618s2015 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d IDEBK
|d EBLCP
|d DEBSZ
|d DEBBG
|d YDXCP
|d COO
|d N$T
|d TEFOD
|d OCLCQ
|d MERUC
|d OCLCF
|d CEF
|d UKMGB
|d OCLCQ
|d WYU
|d UAB
|d AU@
|d UKAHL
|d VLY
|d OCLCQ
|d OCLCO
|d OCLCQ
|d QGK
|
016 |
7 |
|
|a 018007238
|2 Uk
|
019 |
|
|
|a 910706570
|a 913922113
|a 1259166307
|
020 |
|
|
|a 9781784395605
|q (electronic bk.)
|
020 |
|
|
|a 1784395609
|q (electronic bk.)
|
020 |
|
|
|z 1784398284
|
020 |
|
|
|z 9781784398286
|
029 |
1 |
|
|a CHNEW
|b 001052419
|
029 |
1 |
|
|a DEBBG
|b BV042683755
|
029 |
1 |
|
|a DEBBG
|b BV043620705
|
029 |
1 |
|
|a DEBSZ
|b 433957085
|
029 |
1 |
|
|a DEBSZ
|b 446589632
|
029 |
1 |
|
|a GBVCP
|b 832481912
|
029 |
1 |
|
|a UKMGB
|b 018007238
|
035 |
|
|
|a (OCoLC)911187127
|z (OCoLC)910706570
|z (OCoLC)913922113
|z (OCoLC)1259166307
|
037 |
|
|
|a CL0500000605
|b Safari Books Online
|
037 |
|
|
|a 2AC52312-3DF9-4010-AE36-3B53970206DB
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a QA76.73.P98
|
072 |
|
7 |
|a COM
|x 013000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 014000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 018000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 067000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 032000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 037000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 052000
|2 bisacsh
|
082 |
0 |
4 |
|a 004.20398474
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Pajankar, Ashwin,
|e author.
|
245 |
1 |
0 |
|a Raspberry Pi computer vision programming :
|b design and implement your own computer vision applications with the Raspberry Pi /
|c Ashwin Pajankar.
|
246 |
3 |
0 |
|a Design and implement your own computer vision applications with the Raspberry Pi
|
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
|
347 |
|
|
|a text file
|
490 |
1 |
|
|a Community experience distilled
|
588 |
0 |
|
|a Online resource; title from cover (Safari, viewed June 10, 2015).
|
500 |
|
|
|a Includes index.
|
505 |
0 |
|
|a Cover -- Copyright -- Credits -- About the Author -- About the Reviewers -- www.PacktPub.com -- Table of Contents -- Preface -- Chapter 1: Introduction to Computer Vision and Raspberry Pi -- Computer vision -- OpenCV -- Single-board computers and the Raspberry Pi -- Raspberry Pi -- Operating systems -- Raspbian -- Setting up your Raspberry Pi B+ -- Preparing your microSD card manually -- Booting up your Raspberry Pi for the first time -- Shutting down and rebooting your Pi safely -- Preparing your Pi for computer vision
|
505 |
8 |
|
|a Testing OpenCV installation with PythonNumPy -- Array creation -- Basic operations on arrays -- Linear algebra -- Summary -- Chapter 2 : Working with Images, Webcams, and GUI -- Running Python programs with Raspberry Pi -- Working with images -- Using matplotlib -- Drawing geometric shapes -- Working with trackbar and named window -- Working with a webcam -- Creating a timelapse sequence using fswebcam -- Webcam video recording and playback -- Working with a webcam using OpenCV -- Saving a video and playback of a video using OpenCV
|
505 |
8 |
|
|a Working with the Pi camera moduleUsing raspistill and raspivid -- Using picamera in Python with the Pi camera module -- picamera and OpenCV -- Summary -- Chapter 3 : Basic Image Processing -- Retrieving image properties -- Arithmetic operations on images -- Blending and transitioning images -- Splitting and merging image colour channels -- Creating a negative of an image -- Logical operations on images -- Exercise -- Summary -- Chapter 4 : Colorspaces, Transformations, and Thresholds -- Colorspaces and conversions -- Tracking in real time based on color
|
505 |
8 |
|
|a Image transformationsScaling -- Translation, rotation, and affine transformation -- Perspective transformation -- Thresholding image -- Otsu's method -- Exercise -- Summary -- Chapter 5 : Let's Make Some Noise -- Noise -- Introducing noise to an image -- Kernels -- 2D convolution filtering -- Low-pass filtering -- Exercise -- Summary -- Chapter 6 : Edges, Circles, and Lines' Detection -- High-pass filters -- Canny Edge detector -- Hough circle and line transforms -- Exercise -- Summary
|
505 |
8 |
|
|a Chapter 7 : Image Restoration, Quantization, and Depth MapRestoring images using inpainting -- Image segmentation -- Mean shift algorithm based segmentation -- K-means clustering and image quantization -- Comparison of mean shift and k-means -- Disparity map and depth estimation -- Summary -- Chapter 8 : Histograms, Contours, Morphological Transformations, and Performance Measurement -- Image histograms -- Image contours -- Morphological transformations on image -- OpenCV performance measurement and improvement -- Summary
|
520 |
|
|
|a This book is intended for novices, as well as seasoned Raspberry Pi and Python enthusiasts, who would like to explore the area of computer vision. Readers with very little programming or coding/scripting experience can create wonderful image processing and computer vision applications with relatively fewer lines of code in Python.
|
546 |
|
|
|a English.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Raspberry Pi (Computer)
|x Programming.
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
0 |
|a Microcomputers
|x Programming.
|
650 |
|
6 |
|a Raspberry Pi (Ordinateur)
|x Programmation.
|
650 |
|
6 |
|a Logiciels d'application
|x Développement.
|
650 |
|
6 |
|a Micro-ordinateurs
|x Programmation.
|
650 |
|
7 |
|a COMPUTERS
|x Computer Literacy.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Computer Science.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Data Processing.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Hardware
|x General.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Information Technology.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Machine Theory.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Reference.
|2 bisacsh
|
650 |
|
7 |
|a Application software
|x Development.
|2 fast
|0 (OCoLC)fst00811707
|
650 |
|
7 |
|a Microcomputers
|x Programming.
|2 fast
|0 (OCoLC)fst01019678
|
776 |
0 |
8 |
|i Print version:
|a Pajankar, Ashwin.
|t Raspberry Pi computer vision programming : design and implement your own computer vision applications with the Raspberry Pi.
|d Birmingham, England ; Mumbai, [India] : Packt Publishing, ©2015
|h ix, 155 pages
|k Community experience distilled.
|z 9781784398286
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1000042
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH28649611
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1000042
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis31694885
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12457204
|
994 |
|
|
|a 92
|b IZTAP
|