Skip to content
Snippets Groups Projects

Resolve "undefined method GetResolutionsInfo in otbImageFileReader"

1 file
+ 0
4
Compare changes
  • Side-by-side
  • Inline
@@ -147,10 +147,6 @@ public:
virtual const char* GetFileName () const;
/** Get the resolution information from the file */
bool GetResolutionsInfo( std::vector<unsigned int>& res,
std::vector<std::string>& desc);
/** Get the number of overviews available into the file specified
* Returns: overview count, zero if none. */
unsigned int GetOverviewsCount();
Loading