fix a bug(DetectorType never change)
authorcaorong <Lelouchcr@gmail.com>
Thu, 16 May 2013 03:26:37 +0000 (11:26 +0800)
committerRoman Donchenko <roman.donchenko@itseez.com>
Wed, 5 Jun 2013 11:57:54 +0000 (15:57 +0400)
commita2adafd5089065d44f82933c45cc4e7591141ed9
tree036a3a7aeabb7276b81ab0cc18374f68df158b5f
parent27bff3c1751fabb28b3231059f37d5ba7f99e928
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
samples/android/face-detection/src/org/opencv/samples/facedetect/FdActivity.java