From bdc7e2b461064b25b7f17b0941077fc97653093d Mon Sep 17 00:00:00 2001 From: Wei-Ta Chen Date: Tue, 14 Jun 2011 16:53:04 -0700 Subject: Check in the Mosaic Stitching codes. 1. Camera setup moved to activity level. 2. Fixed releasing and acquiring camera process. 3. Unused .xml files removed. 4. Style issues fixed. Bug: 5031489 Change-Id: Ifd271588ca2168398e17f204f065681ead2d8f2f --- jni/feature_stab/src/dbreg/dbreg.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'jni') 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()); } } -- cgit v1.1