Commit f9dce752 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

ENH : add new function to help user finding the right parameters to use

No related merge requests found
Showing with 137 additions and 198 deletions
+137 -198
This diff is collapsed.
...@@ -58,7 +58,7 @@ public : ...@@ -58,7 +58,7 @@ public :
typedef itk::SmartPointer< Self > Pointer; typedef itk::SmartPointer< Self > Pointer;
typedef itk::SmartPointer< const Self > ConstPointer; typedef itk::SmartPointer< const Self > ConstPointer;
typedef otb::VectorImage< int , 2 > HistogramType; typedef otb::VectorImage< unsigned int , 2 > HistogramType;
typedef otb::VectorImage< double , 2 > LutType; typedef otb::VectorImage< double , 2 > LutType;
typedef itk::StreamingImageFilter< LutType , LutType > typedef itk::StreamingImageFilter< LutType , LutType >
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment