嗨MartyG。
你是对的,png是24位,但它有3个通道(RGB,矩阵为240 x424),每个通道有8位(每个通道从0到255),因为它是灰度图像R = G =
B.
所以最后你只有一个8位的通道。
如果它是16位图像,则值的范围将是0到65535(2 ^ 16)。
240x424的值取决于您在realsense查看器中指定的分辨率(在我的上一张图像中为1280x720)。
以上来自于谷歌翻译
以下为原文
Hi
MartyG. You are right, the png is of 24 bits but it has 3 channels (RGB, which are matrices of 240 x424 ) each one of 8 bits (from 0 to 255 per chanel) and as it is a gray scale image R=G=B. so at the end you only have one chanel of 8 bits.
If it were a 16 bits image the range of values would be from 0 to 65535 (2^16).
The value of 240x424 depends on the resolution you specify on the realsense viewer (in my last image it was of 1280x720).
嗨MartyG。
你是对的,png是24位,但它有3个通道(RGB,矩阵为240 x424),每个通道有8位(每个通道从0到255),因为它是灰度图像R = G =
B.
所以最后你只有一个8位的通道。
如果它是16位图像,则值的范围将是0到65535(2 ^ 16)。
240x424的值取决于您在realsense查看器中指定的分辨率(在我的上一张图像中为1280x720)。
以上来自于谷歌翻译
以下为原文
Hi
MartyG. You are right, the png is of 24 bits but it has 3 channels (RGB, which are matrices of 240 x424 ) each one of 8 bits (from 0 to 255 per chanel) and as it is a gray scale image R=G=B. so at the end you only have one chanel of 8 bits.
If it were a 16 bits image the range of values would be from 0 to 65535 (2^16).
The value of 240x424 depends on the resolution you specify on the realsense viewer (in my last image it was of 1280x720).
举报