1
0
Fork 0
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:
ser1zw 2011-02-04 01:52:44 +09:00
parent ba17365148
commit f015503f03

View file

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