mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
update OpenCV to 2.4.3
This commit is contained in:
parent
352a5e3981
commit
ad3fcebd25
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ OpenCV wrapper for Ruby
|
|||
== FEATURES/PROBLEMS:
|
||||
|
||||
* Some OpenCV functions are wrapped.
|
||||
* Ruby 1.8.7, 1.9.3 and OpenCV 2.4.2 are supported.
|
||||
* Ruby 1.8.7, 1.9.3 and OpenCV 2.4.3 are supported.
|
||||
|
||||
== DEPENDENCIES:
|
||||
|
||||
|
|
|
@ -9,10 +9,10 @@ include OpenCV
|
|||
class TestOpenCV < OpenCVTestCase
|
||||
def test_constants
|
||||
# OpenCV version
|
||||
assert_equal('2.4.2', CV_VERSION)
|
||||
assert_equal('2.4.3', CV_VERSION)
|
||||
assert_equal(2, CV_MAJOR_VERSION)
|
||||
assert_equal(4, CV_MINOR_VERSION)
|
||||
assert_equal(2, CV_SUBMINOR_VERSION)
|
||||
assert_equal(3, CV_SUBMINOR_VERSION)
|
||||
|
||||
# Depths
|
||||
assert_equal(0, CV_8U)
|
||||
|
|
Loading…
Reference in a new issue