This archive contains tools to access algorithms from the CV Algorithm Collection through well-defined interfaces. You can run algorithms as "services" or as part of your "client" program space. You can easily obtain data from a "corpus" of labeled objects for training or testing. And you can exchange one algorithm for another without modifying your code (much).
Binary installers will soon be available for various operating systems.
The source code can be obtained by cloning the repository,
either via the "Clone" button above or via the command line git tool
(git clone https://github.com/NPSVisionLab/CVAC.git localCvacDirectory
).
More detail is on the Wiki pages.
See the Wiki pages.
More detailed instructions are on the Wiki. In summary:
- Fork it. (See the "Fork" button above.)
- Create a branch (
git checkout -b my_CVAC
) - Commit your changes (
git commit -am "Added parsing for MyAnnotations"
) - Push to the branch (
git push origin my_CVAC
) - Open a Pull Request
- Wait for the request to be merged