• caorong's avatar
    fix a bug(DetectorType never change) · a2adafd5
    caorong authored
    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
    a2adafd5
Name
Last commit
Last update
..
.settings Loading commit data...
jni Loading commit data...
res Loading commit data...
src/org/opencv/samples/facedetect Loading commit data...
.classpath Loading commit data...
.cproject Loading commit data...
.project Loading commit data...
AndroidManifest.xml Loading commit data...
CMakeLists.txt Loading commit data...