Removed references to opencv.itseez.com

This commit is contained in:
Kirill Kornyakov
2013-06-28 12:48:12 +04:00
parent 0339dd51f1
commit aef347e7b3
8 changed files with 117 additions and 119 deletions

View File

@@ -56,7 +56,7 @@ static void help( char** argv )
}
int main( int argc, char** argv ) {
// check http://opencv.itseez.com/doc/tutorials/features2d/table_of_content_features2d/table_of_content_features2d.html
// check http://docs.opencv.org/doc/tutorials/features2d/table_of_content_features2d/table_of_content_features2d.html
// for OpenCV general detection/matching framework details
if( argc != 3 ) {