mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
add getFrameCount()
This commit is contained in:
@@ -279,6 +279,7 @@ bool TiffDecoder::readHeader()
|
||||
|
||||
m_width = wdth;
|
||||
m_height = hght;
|
||||
m_frame_count = TIFFNumberOfDirectories(tif);
|
||||
if (ncn == 3 && photometric == PHOTOMETRIC_LOGLUV)
|
||||
{
|
||||
m_type = CV_32FC3;
|
||||
|
||||
Reference in New Issue
Block a user