forked from lforet/cad_vision
-
Notifications
You must be signed in to change notification settings - Fork 1
isotope11/cad_vision
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Dependants: OpenCV >2.3 potrace get_contour.py: 2 params - path&filename of image to process and tuple of size to resize image before processing defaults are: def get_contour(Img_PathandFilename = 'temp_image_file', resize_dim=(640,480) ): ... ... right now just saves SVG to current directory: os.system('potrace --svg -k 0.1 contour_image.bmp -o object_contour.svg') if called from python it returns SVG image: return SVG_to_return
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 99.8%
- Shell 0.2%