Skip to content
Snippets Groups Projects
Commit b042b0b2 authored by Guillaume Borrut's avatar Guillaume Borrut
Browse files

ENH. RAD format drivers

parent 3022534f
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@
#include "otbGDALImageIOFactory.h"
#include "otbLUMImageIOFactory.h"
#include "otbBSQImageIOFactory.h"
#include "otbRADImageIOFactory.h"
#ifdef OTB_COMPILE_JPEG2000
#include "otbJPEG2000ImageIOFactory.h"
......@@ -80,6 +81,9 @@ namespace otb
// MSTAR Format for OTB
itk::ObjectFactoryBase::RegisterFactory( MSTARImageIOFactory::New() );
// RAD Format for OTB
itk::ObjectFactoryBase::RegisterFactory( RADImageIOFactory::New() );
#ifdef OTB_USE_CURL
// TileMap : New format for OTB
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment