Image-Py / imagepy

Image process framework based on plugin like imagej, it is esay to glue with scipy.ndimage, scikit-image, opencv, simpleitk, mayavi...and any libraries based on numpy
http://imagepy.org
BSD 4-Clause "Original" or "Old" License
1.3k stars 333 forks source link

ROI add operation doesnt work #150

Open wcyjerry opened 2 years ago

wcyjerry commented 2 years ago

The version I installed with pip is ok to use ROI add But the codes I download from github doesn't work When I draw a roi and add it it doesn't work image image

qixinbo commented 2 years ago

Thanks a lot for the feedback @q671383789 . This bug is fixed by the PR #151 .