#216 · Primary category: Computer Vision

SimpleCV

computer-vision cv image-processing python vision visionprocessing

The Open Source Framework for Machine Vision

Project last updated:12/20/24

GitHub Stars

2.7K

Forks

787

Contributors

105

License

BSD-3-Clause

Why we included this project

SimpleCV is worth a look if you maintain or modernize legacy vision pipelines and want a friendly Python wrapper around OpenCV. Its selling point has always been readability: cameras, video files, image streams, feature extraction, and format conversion all sit behind a concise, uniform API, so someone new to vision can write a working camera test without wrestling with bit depths, color spaces, or buffer management. The interactive shell and tutorials also made it a gentle on-ramp for teaching machine vision basics. Be aware that the project is no longer actively maintained, and the README directs new projects to OpenCV, PyTorch, and scikit-image instead. For teams refreshing old code, it remains a useful reference for the idioms it popularized, even if you would not start a brand-new project on it.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category