opencv/samples/android/face-detection
caorong a2adafd508 fix a bug(DetectorType never change)
changed line281 -> line220
Presentation:
because line 220 give the globle var mDetectorType,and in line 230 it will be compared with mDeteorType !!!  it will never be unequal ~
fix:
change mDetectorType(previous globle var) to a new local val tmpDetectorType
2013-06-05 15:57:54 +04:00
..
.settings
jni (#2569) simplifying code to avoid Eclipse CDT editor confusion, removing warnings and typos in comments 2012-11-26 17:32:10 +04:00
res
src/org/opencv/samples/facedetect fix a bug(DetectorType never change) 2013-06-05 15:57:54 +04:00
.classpath
.cproject
.project
AndroidManifest.xml Issue #2549 OpenCV Samples does not expand on full screen fixed. 2012-11-23 13:12:11 +04:00
CMakeLists.txt