소스 검색

small bugfix

Sven Sickert 11 년 전
부모
커밋
bf0e83f26b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      semseg/SemanticSegmentation.h

+ 1 - 1
semseg/SemanticSegmentation.h

@@ -109,7 +109,7 @@ class SemanticSegmentation : public NICE::Persistent
      * @param segresult segmentation results (output)
      * @param probabilities probabilities for each pixel (output)
      */
-    void classify ( const std::vector<std::string> & filelist,
+    virtual void classify ( const std::vector<std::string> & filelist,
                     NICE::MultiChannelImageT<double> & segresult,
                     NICE::MultiChannelImage3DT<double> & probabilities );