|
@@ -236,20 +236,20 @@ class SemanticSegmentation : public NICE::Persistent
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * @brief Save probability maps of all classes to iamge files
|
|
|
+ * @brief Save probability maps of all classes to image files
|
|
|
* @author Sven Sickert
|
|
|
* @param prob class probability maps
|
|
|
*/
|
|
|
- void getProbabilityMap( const NICE::MultiChannelImage3DT<double> & prob );
|
|
|
+ void saveProbabilityMapAsImage( const NICE::MultiChannelImage3DT<double> & prob );
|
|
|
|
|
|
/**
|
|
|
* @author Alexander Freytag
|
|
|
* @date 06-02-2014 ( dd-mm-yyyy )
|
|
|
*/
|
|
|
void setClassNames ( const OBJREC::ClassNames * _classNames ) ;
|
|
|
-
|
|
|
+
|
|
|
void setIterationCountSuffix( const int & _iterationCountSuffix);
|
|
|
-
|
|
|
+
|
|
|
///////////////////// INTERFACE PERSISTENT /////////////////////
|
|
|
// interface specific methods for store and restore
|
|
|
///////////////////// INTERFACE PERSISTENT /////////////////////
|