Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
OpenCV Android Programming By Example

You're reading from   OpenCV Android Programming By Example Leverage OpenCV to develop vision-aware and intelligent Android applications.

Arrow left icon
Product type Paperback
Published in Dec 2015
Publisher
ISBN-13 9781783550593
Length 202 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Toc

Digital images

Images can be found around us wherever we look; so it is very important to understand how images are represented and how the images' colors are mapped if we want to understand, process, and analyze these images automatically.

Color spaces

We live in a continuous world, so to capture a scene in a discreet digital sensor, a discrete spatial (layout) and intensity (color information) mapping has to happen in order to store the real-world data in a digital image.

The two-dimensional digital image, D(i,j), represents a sensor response value at the pixel indicated by the row number i and column number j, starting from the left upper corner as i=j=0.

To represent colors, a digital image usually contains one or more channels to store the intensity value (color) of each pixel. The most widely used color representation is a one-channel image, also known as a grayscale image, where every pixel is assigned a shade of gray depending on its intensity value: zero is black and the maximum...

You have been reading a chapter from
OpenCV Android Programming By Example
Published in: Dec 2015
Publisher:
ISBN-13: 9781783550593
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image