Skip to content

Commit 66cb653

Browse files
committed
removed ROI code (moved to its own repo)
1 parent c3aa819 commit 66cb653

4 files changed

Lines changed: 22 additions & 460 deletions

File tree

environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ dependencies:
1414
- pip
1515
- pip:
1616
- saibr==0.1.1
17-
- opencv-python==4.2.0.34
17+
- opencv-python==4.2.0.34
18+
- matplotlib-polyroi==0.1.1

saibr/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
from .saibr import *
22
from .misc import *
3-
from .roi import *
43
from .legacy import *

0 commit comments

Comments
 (0)