diff options
Diffstat (limited to 'jni')
-rw-r--r-- | jni/feature_stab/src/dbreg/dbreg.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/jni/feature_stab/src/dbreg/dbreg.cpp b/jni/feature_stab/src/dbreg/dbreg.cpp index b87cbbd..fb42838 100644 --- a/jni/feature_stab/src/dbreg/dbreg.cpp +++ b/jni/feature_stab/src/dbreg/dbreg.cpp @@ -763,7 +763,6 @@ void db_FrameToReferenceRegistration::GenerateQuarterResImage(const unsigned cha if ( (smooth_val < 0) || (smooth_val > 255)) { return; - //throw(std::exception()); } } @@ -787,7 +786,6 @@ void db_FrameToReferenceRegistration::GenerateQuarterResImage(const unsigned cha if ( (smooth_val < 0) || (smooth_val > 255)) { return; - //throw(std::exception()); } } |