https://github.com/cheind/qcv
Automatically exported from code.google.com/p/qcv
https://github.com/cheind/qcv
Last synced: over 1 year ago
JSON representation
Automatically exported from code.google.com/p/qcv
- Host: GitHub
- URL: https://github.com/cheind/qcv
- Owner: cheind
- License: other
- Created: 2015-03-16T16:28:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-28T07:39:53.000Z (almost 11 years ago)
- Last Synced: 2025-01-30T14:24:56.869Z (over 1 year ago)
- Language: C#
- Size: 6.97 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
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.