소스 검색

high precission

Bjoern Froehlich 13 년 전
부모
커밋
ce81e84c8b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      semseg/SemSegContextTree.cpp

+ 1 - 0
semseg/SemSegContextTree.cpp

@@ -1575,6 +1575,7 @@ void SemSegContextTree::semanticseg ( CachedExample *ce, NICE::Image & segresult
 
 void SemSegContextTree::store ( std::ostream & os, int format ) const
 {
+  os.precision (numeric_limits<double>::digits10 + 1);
   os << nbTrees << endl;
   classnames.store ( os );