Python Computer Vision Snippets
A collection of Sublime Text snippets for computer vision in Python.
Overview
Python Computer Vision Snippets is a collection of useful Sublime Text snippets I organized and published. As the name suggests, the snippets are all related to computer vision in the Python programming language.
Motivation
While working on computer vision projects in Python, I noted that some code appeared over and over again in my programs. I kept track of these commands and made them into snippets to avoid repeatedly typing them.
Snippets
Python Computer Vision Snippets contains over 20 snippets for 2 popular Python libraries. The included snippets are listed in the project’s README, available on GitHub and Package Control.
Learn More
The code for this plugin can be found here. Its Package Control listing is located here.
To learn more about my other Sublime Text plugins, visit this page.