s***e 发帖数: 5242 | 1 Mat in opencv only reads the first 3 frames of a tiff file, so-called RGB,
right?
but my tiff file has about 2 dozen frames/channels of images. how to extract
them?
with libtiff, how to convert the TIFFOpen-ed file to opencv Mat?
Thanks, | w***g 发帖数: 5958 | 2 OpenCV mat doesn't have a matrix element type to hold > 3 channels.
extract
【在 s***e 的大作中提到】 : Mat in opencv only reads the first 3 frames of a tiff file, so-called RGB, : right? : but my tiff file has about 2 dozen frames/channels of images. how to extract : them? : with libtiff, how to convert the TIFFOpen-ed file to opencv Mat? : Thanks,
| s***e 发帖数: 5242 | 3 对,那怎么读其它channel呢?
【在 w***g 的大作中提到】 : OpenCV mat doesn't have a matrix element type to hold > 3 channels. : : extract
|
|