Sublime Text 3 Build 3080 11 years agoThis is possible: Right click on Symbol, Goto definition. This can be easily mapped to a keybinding as well. 0ThreadHN
Rotating an image with OpenCV and Python 12 years agofrom skimage.transform import rotaterotate(image, angle, resize=True)Also, scikit-image provides a nice interface for geometric transformations: `SimilarityTransform`, `AffineTransform`, `ProjectiveTransform`, `PolynomialTransform`. 0ThreadHN
SimpleCV – Computer Vision platform using Python 12 years agoFor everyone interested in computer vision / image processing in Python, http://scikit-image.org/ in combination with http://scikit-learn.org/ are also worth a look. 0ThreadHN