Commit 6c767b28 authored by Andrey Kamaev's avatar Andrey Kamaev

Java API: generated test stubs for 2 new functions

parent 02c98152
......@@ -181,6 +181,14 @@ public class HOGDescriptorTest extends OpenCVTestCase {
fail("Not yet implemented");
}
public void testGetDaimlerPeopleDetector() {
fail("Not yet implemented");
}
public void testGetDefaultPeopleDetector() {
fail("Not yet implemented");
}
public void testGetDescriptorSize() {
fail("Not yet implemented");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment