Skip to content

sorflex/CVAC

 
 

Repository files navigation

CVAC - the Computer Vision Algorithm Collection

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).

Download

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.

Documentation

See the Wiki pages.

Contributing

More detailed instructions are on the Wiki. In summary:

  1. Fork it. (See the "Fork" button above.)
  2. Create a branch (git checkout -b my_CVAC)
  3. Commit your changes (git commit -am "Added parsing for MyAnnotations")
  4. Push to the branch (git push origin my_CVAC)
  5. Open a Pull Request
  6. Wait for the request to be merged

About

The Computer Vision Algorithm Collection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 81.5%
  • Java 13.7%
  • C 4.8%