Skip to content
Snippets Groups Projects
Commit c6298672 authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

ADD: import ImageSVMClassifier application

parent 05bbad9b
Branches
Tags
No related merge requests found
......@@ -68,7 +68,15 @@ typedef enum
ImagePixelType_double,
} ImagePixelType;
typedef otb::Image<float> FloatImageType;
typedef otb::Image<char> Int8ImageType;
typedef otb::Image<unsigned char> UInt8ImageType;
typedef otb::Image<short> Int16ImageType;
typedef otb::Image<unsigned short> UInt16ImageType;
typedef otb::Image<int> Int32ImageType;
typedef otb::Image<unsigned int> UInt32ImageType;
typedef otb::Image<float> FloatImageType;
typedef otb::Image<double> DoubleImageType;
typedef otb::VectorImage<char> Int8VectorImageType;
typedef otb::VectorImage<unsigned char> UInt8VectorImageType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment