This repository was archived by the owner on Nov 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2k
DataSets
César Souza edited this page Oct 17, 2017
·
3 revisions
The framework comes with a collection dataset classes that can be used to retrieve popular datasets or data collections from the web into your development machine.
The TestImages class can be used to retrieve common image processing test images, such as Lena Söderberg's picture:
var ds = new TestImages();
Bitmap lena = ds["lena.bmp"];The FreeSpokenDigitsDataset class can be used to retrieve audio samples from the Free Spoken Digits Dataset project.
Help improve this wiki! Those pages can be edited by anyone that would like to contribute examples and documentation to the framework.
Have you found this software useful? Consider donating only U$10 so it can get even better! This software is completely free and will always stay free. Enjoy!