Repository for OpenCV's extra modules
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Alexander Alekhin 839db44377 Revert "suppress warning on GCC 7 and later" 3 years ago
..
include/opencv2/datasets datasets: apply CV_OVERRIDE/CV_FINAL 7 years ago
samples Merge pull request #2412 from atinfinity:fixed-typo 5 years ago
src rename the database names in or_mnist.cpp to match that from mnist offical website 4 years ago
CMakeLists.txt Revert "suppress warning on GCC 7 and later" 3 years ago
README.md minor add of text to README.md 9 years ago

README.md

Interface for interfacing with existing computer vision databases

In the src directory, there is code for reading many of the existing computer vision databases.

In the samples directory, there are examples of using the above code to read, train and test on the data.