1
0
Fork 0
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:
ser1zw 2011-01-09 22:52:27 +09:00
parent 4c123ec324
commit 3218452aa7

View file

@ -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