mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
added some tests for opencv.cpp
This commit is contained in:
parent
4c123ec324
commit
3218452aa7
1 changed files with 4 additions and 0 deletions
|
@ -78,6 +78,10 @@ class TestOpenCV < OpenCVTestCase
|
|||
assert_equal(4, MATCH_TEMPLATE_METHOD[:ccoeff])
|
||||
assert_equal(5, MATCH_TEMPLATE_METHOD[:ccoeff_normed])
|
||||
end
|
||||
|
||||
def test_cvt_color_funcs
|
||||
flunk('FIXME: cvtColor functions are not tested yet.')
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue