TiffDecoder 67 modules/imgcodecs/src/grfmt_tiff.cpp TiffDecoder::TiffDecoder() TiffDecoder 81 modules/imgcodecs/src/grfmt_tiff.cpp void TiffDecoder::close() TiffDecoder 91 modules/imgcodecs/src/grfmt_tiff.cpp TiffDecoder::~TiffDecoder() TiffDecoder 96 modules/imgcodecs/src/grfmt_tiff.cpp size_t TiffDecoder::signatureLength() const TiffDecoder 101 modules/imgcodecs/src/grfmt_tiff.cpp bool TiffDecoder::checkSignature( const String& signature ) const TiffDecoder 108 modules/imgcodecs/src/grfmt_tiff.cpp int TiffDecoder::normalizeChannelsNumber(int channels) const TiffDecoder 113 modules/imgcodecs/src/grfmt_tiff.cpp ImageDecoder TiffDecoder::newDecoder() const TiffDecoder 115 modules/imgcodecs/src/grfmt_tiff.cpp return makePtr<TiffDecoder>(); TiffDecoder 118 modules/imgcodecs/src/grfmt_tiff.cpp bool TiffDecoder::readHeader() TiffDecoder 189 modules/imgcodecs/src/grfmt_tiff.cpp bool TiffDecoder::nextPage() TiffDecoder 197 modules/imgcodecs/src/grfmt_tiff.cpp bool TiffDecoder::readData( Mat& img ) TiffDecoder 432 modules/imgcodecs/src/grfmt_tiff.cpp bool TiffDecoder::readHdrData(Mat& img) TiffDecoder 97 modules/imgcodecs/src/grfmt_tiff.hpp TiffDecoder(); TiffDecoder 98 modules/imgcodecs/src/grfmt_tiff.hpp virtual ~TiffDecoder(); TiffDecoder 89 modules/imgcodecs/src/loadsave.cpp decoders.push_back( makePtr<TiffDecoder>() );