mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
removed unnecessary lines
This commit is contained in:
parent
ba17365148
commit
f015503f03
1 changed files with 0 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
# -*- mode: ruby; coding: utf-8-unix -*-
|
||||
require 'test/unit'
|
||||
require 'opencv'
|
||||
require 'pp'
|
||||
require File.expand_path(File.dirname(__FILE__)) + '/helper'
|
||||
|
||||
include OpenCV
|
||||
|
@ -1683,7 +1682,6 @@ class TestCvMat < OpenCVTestCase
|
|||
end
|
||||
|
||||
def test_perspective_transform
|
||||
# flunk('FIXME: CvMat#perspective_transform is not tested yet.')
|
||||
mat = CvMat.new(1, 1, :cv32f, 2)
|
||||
mat[0] = CvScalar.new(2, 3)
|
||||
transmat = CvMat.new(3, 3, :cv32f, 1).clear
|
||||
|
|
Loading…
Reference in a new issue