Skip to content

Commit

Permalink
Merge pull request #12 from vipermu/master
Browse files Browse the repository at this point in the history
fix: wrong import
  • Loading branch information
LingDong- authored Mar 5, 2021
2 parents c19dcf8 + 79e6de6 commit f5dd65e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Uses numpy. This example uses opencv to read/display images, but the library its
It also tries to use skimage's faster raster thinning by default, and falls back to homemade implementation if skimage is not installed.

```python
from traceSkeleton import *
from trace_skeleton import *
import cv2
import random

Expand All @@ -34,4 +34,4 @@ cv2.imshow('',im0);cv2.waitKey(0)
```


**Developed at [Frank-Ratchye STUDIO for Creative Inquiry](https://studioforcreativeinquiry.org) at Carnegie Mellon University.**
**Developed at [Frank-Ratchye STUDIO for Creative Inquiry](https://studioforcreativeinquiry.org) at Carnegie Mellon University.**

0 comments on commit f5dd65e

Please sign in to comment.