Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Browsing all 5 articles
Browse latest View live

Comment by eyal for The depth indicate to type of each pixel of image. for...

Thank you!

View Article



Answer by Mostafa Sataki for Hi all,I'm kind of new to OpenCv and I'm a...

The depth indicate to type of each pixel of image. for example for derivatives of image you need 16bit instead of 8bit. The channel indicate to count of channel of image (3 = RGB, 1 = Gray)

View Article

Comment by eyal for 'Depth' is type of data of your image. Most used type is...

Thank you!

View Article

Answer by Michael Burdinov for Hi all,I'm kind of new to OpenCv and I'm a...

'Depth' is type of data of your image. Most used type is unsigned char but other data types may be used (signed char, unsigned short, signed short, int, float, double). 'Type' is combination of two...

View Article

image type vs image depth

Hi all, I'm kind of new to OpenCv and I'm a little confused. Say I load and image via imread("someImage") into a Mat object named image. What is the difference between image.depth() and image.type() ??...

View Article

Browsing all 5 articles
Browse latest View live




Latest Images