workaround for the case when perf system is used in external app without TBB

This commit is contained in:
Kirill Kornyakov
2011-11-24 12:06:38 +00:00
parent 1c9d75081c
commit 913811836a
9 changed files with 84 additions and 16 deletions

View File

@@ -19,6 +19,10 @@ import org.opencv.test.OpenCVTestCase;
import org.opencv.test.OpenCVTestRunner;
public class CoreTest extends OpenCVTestCase {
public void testRNG() {
fail("kiryaaa");
}
public void testAbsdiff() {
Core.absdiff(gray128, gray255, dst);