updated links in cheatsheet
renamed directory for Mat tutorial 
changed links from willow docs to opencv.itseez.com, from Trac to current Redmine
This commit is contained in:
Alexander Shishkov
2012-03-11 14:35:46 +00:00
parent 805d88a8d2
commit be63ce723f
83 changed files with 499 additions and 499 deletions

View File

@@ -742,7 +742,7 @@ public class CoreTest extends OpenCVTestCase {
Core.fillConvexPoly(gray0, polyline2, colorBlack, Core.LINE_8, 1);
assertEquals("see https://code.ros.org/trac/opencv/ticket/1284", 0, Core.countNonZero(gray0));
assertEquals("see http://code.opencv.org/issues/1284", 0, Core.countNonZero(gray0));
}
public void testFillPolyMatListOfListOfPointScalar() {