1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00

modified arguments of CvHaarClassifierCascade#detect_objects to set options more easily

This commit is contained in:
ser1zw 2011-05-21 18:22:27 +09:00
parent ca24f705ac
commit 5266eb051a
6 changed files with 77 additions and 58 deletions

View file

@ -102,6 +102,9 @@ class TestOpenCV < OpenCVTestCase
# Flags of window
assert_equal(1, CV_WINDOW_AUTOSIZE)
# Object detection mode
assert_equal(1, CV_HAAR_DO_CANNY_PRUNING)
end
def test_symbols