Commit ae8e1b5f authored by Davis King's avatar Davis King

updated docs

parent 33939c49
...@@ -58,6 +58,9 @@ Other: ...@@ -58,6 +58,9 @@ Other:
- Turned the array object into a single implementation object. Now arrays - Turned the array object into a single implementation object. Now arrays
can be created using the normal array<type> obj; syntax. Additionally, can be created using the normal array<type> obj; syntax. Additionally,
all extensions were merged into the array object. all extensions were merged into the array object.
- Added an example program which better documents how to create training
data for the object detection tools as well as how this data can be used.
See the train_object_detector.cpp example for details.
</current> </current>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment