diff options
author | Wei-Ta Chen <weita@google.com> | 2011-06-14 16:53:04 -0700 |
---|---|---|
committer | Angus Kong <shkong@google.com> | 2011-07-27 07:37:20 +0800 |
commit | bdc7e2b461064b25b7f17b0941077fc97653093d (patch) | |
tree | 98bca1531a7e5eec6f7a531cd2a89901bb419e21 /jni | |
parent | f8e7cdfca602c5f9699b54f25e1552fc20fadd15 (diff) | |
download | LegacyCamera-bdc7e2b461064b25b7f17b0941077fc97653093d.zip LegacyCamera-bdc7e2b461064b25b7f17b0941077fc97653093d.tar.gz LegacyCamera-bdc7e2b461064b25b7f17b0941077fc97653093d.tar.bz2 |
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
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()); } } |