Commit a45b398f715ed8b34b1c58fef6cc4c98d3706201

Authored by Jordan Cheney
1 parent 777c5ca5

unecessary files

docs/docs/api_docs.md deleted
1 -# API Documentation  
2 -  
3 -OpenBR offers four APIs for your convenience:  
4 -  
5 -* [C API](api_docs/c_api.md)  
6 -* [Command Line API](api_docs/cl_api.md)  
7 -* [Python API](api_docs/python_api.md)  
8 -* [C++ Plugin API](api_docs/cpp_api.md)  
9 -  
10 -Please see the detailed documentation for each to learn more.  
docs/docs/plugin_docs.md deleted
1 -# Plugin Documentation  
2 -  
3 -OpenBR offers over 300 prebuilt plugins for your convenience when designing and running your own algorithms. The plugins have been organized into twelve separate modules:  
4 -  
5 -* [Classification](plugin_docs/classification.md)  
6 -* [Cluster](plugin_docs/cluster.md)  
7 -* [Core](plugin_docs/core.md)  
8 -* [Distance](plugin_docs/distance.md)  
9 -* [Format](plugin_docs/format.md)  
10 -* [Gallery](plugin_docs/gallery.md)  
11 -* [GUI](plugin_docs/gui.md)  
12 -* [Image Processing](plugin_docs/imgproc.md)  
13 -* [I/O](plugin_docs/io.md)  
14 -* [Metadata](plugin_docs/metadata.md)  
15 -* [Output](plugin_docs/output.md)  
16 -* [Video](plugin_docs/video.md)  
17 -  
18 -Please see the detailed documentation on each module for a description of the plugins in that module.