Lines Matching refs:TiffDecoder
67 TiffDecoder::TiffDecoder() in TiffDecoder() function in cv::TiffDecoder
81 void TiffDecoder::close() in close()
91 TiffDecoder::~TiffDecoder() in ~TiffDecoder()
96 size_t TiffDecoder::signatureLength() const in signatureLength()
101 bool TiffDecoder::checkSignature( const String& signature ) const in checkSignature()
108 int TiffDecoder::normalizeChannelsNumber(int channels) const in normalizeChannelsNumber()
113 ImageDecoder TiffDecoder::newDecoder() const in newDecoder()
115 return makePtr<TiffDecoder>(); in newDecoder()
118 bool TiffDecoder::readHeader() in readHeader()
189 bool TiffDecoder::nextPage() in nextPage()
197 bool TiffDecoder::readData( Mat& img ) in readData()
432 bool TiffDecoder::readHdrData(Mat& img) in readHdrData()