mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
modified some tests
This commit is contained in:
parent
cec9674316
commit
07c03d3290
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ require File.expand_path(File.dirname(__FILE__)) + '/test_opencv'
|
|||
|
||||
include OpenCV
|
||||
|
||||
# Tests for specific OpenCV functions
|
||||
# Tests for OpenCV::CvMat
|
||||
class TestCvMat < TestOpenCV
|
||||
def test_avg_sdv
|
||||
m = CvMat.new(1, 8, CV_32F)
|
||||
|
|
|
@ -6,7 +6,7 @@ require File.expand_path(File.dirname(__FILE__)) + '/test_opencv'
|
|||
|
||||
include OpenCV
|
||||
|
||||
# Tests for CvScalar
|
||||
# Tests for OpenCV::CvScalar
|
||||
class TestCvScalar < TestOpenCV
|
||||
def test_aref
|
||||
s = CvScalar.new
|
||||
|
|
Loading…
Reference in a new issue