Skip to content

cheind/qcv

Repository files navigation

QCV is an acronym and stands for "Quick Computer Vision". QCV is a framework for rapid development of computer vision algorithms. Does the following paragraph sound familiar to you?

Have you ever had a great idea for an algorithm but failed to implement it because setting up the environment took to much time? Have you ever felt frustrated setting up projects, managing dependencies, closing your application for a rebuilt to see the effects of the algorithm?

Sounds familiar? Then QCV might be for you. It provides a complete environment to host and run your algorithms. There is no need for an integrated development environment, since QCV supports on-the-fly compilation. You can keep the QCV running your algorithm while modifying it. QCV will detect changes to your algorithm source files and will apply those changes online.

QCV

  • allows you to concentrate on the data flow of your algorithm,
  • frees your mind from user interface questions and designing forms,
  • enforces a class design that encourages reusability of algorithms.

Head over to Wiki for more information.

About

Automatically exported from code.google.com/p/qcv

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages