HomeSort by relevance Sort by last modified time
    Searched defs:GdalDecoder (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/imgcodecs/src/
grfmt_gdal.hpp 106 class GdalDecoder : public BaseImageDecoder{
113 GdalDecoder();
118 ~GdalDecoder();
160 }; /// End of GdalDecoder Class
grfmt_gdal.cpp 146 GdalDecoder::GdalDecoder(){
165 GdalDecoder::~GdalDecoder(){
342 bool GdalDecoder::readData( Mat& img ){
425 bool GdalDecoder::readHeader(){
504 void GdalDecoder::close(){
515 ImageDecoder GdalDecoder::newDecoder()const{
516 return makePtr<GdalDecoder>();
522 bool GdalDecoder::checkSignature( const String& signature )const
    [all...]

Completed in 1141 milliseconds