Skip to content
Snippets Groups Projects
Commit 712b5a69 authored by OTB Bot's avatar OTB Bot
Browse files

STYLE

parent f059c855
No related branches found
No related tags found
No related merge requests found
......@@ -584,7 +584,7 @@ void Multi3DMapToDEMFilter<T3DImage, TMaskImage, TOutputDEMImage>::ThreadedGener
default:
itkExceptionMacro(<< "Unexpected value cell fusion mode :"<<this->m_CellFusionMode)
;
;
break;
}
}
......@@ -722,7 +722,7 @@ void Multi3DMapToDEMFilter<T3DImage, TMaskImage, TOutputDEMImage>::AfterThreaded
default:
itkExceptionMacro(<< "Unexpected value cell fusion mode :"<<this->m_CellFusionMode)
;
;
break;
}
}
......
......@@ -133,7 +133,7 @@ public:
* is set from the CMake configuration option */
void SetAutomaticAdaptativeStreaming(unsigned int availableRAM = 0, double bias = 1.0);
/** Override Update() from ProcessObject
/** Override Update() from ProcessObject
* This filter does not produce an output */
virtual void Update();
......
......@@ -146,7 +146,7 @@ int otbConfusionMatrixMeasurementsNew(int argc, char* argv[])
{
/*typedef unsigned long ConfusionMatrixEltType;
typedef itk::VariableSizeMatrix<ConfusionMatrixEltType> ConfusionMatrixType;
typedef unsigned char LabelType;*/
typedef unsigned char LabelType; */
// filter types
typedef otb::ConfusionMatrixMeasurements<ConfusionMatrixType, ClassLabelType> ConfusionMatrixMeasurements2TemplatesType;
......@@ -182,7 +182,7 @@ int otbConfusionMatrixMeasurementsTest(int argc, char* argv[])
typedef otb::ConfusionMatrixMeasurements<ConfusionMatrixType, ClassLabelType> ConfusionMatrixMeasurementsType;
typedef ConfusionMatrixMeasurementsType::MapOfClassesType MapOfClassesType;
typedef ConfusionMatrixMeasurementsType::MapOfIndicesType MapOfIndicesType;
typedef ConfusionMatrixMeasurementsType::MeasurementType MeasurementType;*/
typedef ConfusionMatrixMeasurementsType::MeasurementType MeasurementType; */
// mapOfClasses[label] = index in the rows/columns of the confusion matrix
MapOfClassesType mapOfClasses;
......
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