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:
parent
ca24f705ac
commit
5266eb051a
6 changed files with 77 additions and 58 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue