mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
update OpenCV version
This commit is contained in:
parent
96c63eac86
commit
f0dc6bc7b4
3 changed files with 5 additions and 5 deletions
|
@ -9,10 +9,10 @@ include OpenCV
|
|||
class TestOpenCV < OpenCVTestCase
|
||||
def test_constants
|
||||
# OpenCV version
|
||||
assert_equal('2.4.0', CV_VERSION)
|
||||
assert_equal('2.4.2', CV_VERSION)
|
||||
assert_equal(2, CV_MAJOR_VERSION)
|
||||
assert_equal(4, CV_MINOR_VERSION)
|
||||
assert_equal(0, CV_SUBMINOR_VERSION)
|
||||
assert_equal(2, CV_SUBMINOR_VERSION)
|
||||
|
||||
# Depths
|
||||
assert_equal(0, CV_8U)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue