imagepy icon indicating copy to clipboard operation
imagepy copied to clipboard

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

Results 58 imagepy issues
Sort by recently updated
recently updated
newest added

The ImagePy.org website, linked from this repository, seems to be unavailable. There is a DNS error when visiting the link.

as numba update a lot, many function does not work now. I want to modify all functions in jit(nopython=True) mode. But I failed to modify a function (spend two hours)...

以 pyinstaller 轉成執行檔 執行時產生錯誤信息如下 ![error message](https://user-images.githubusercontent.com/44148992/70304453-eeb27a80-183c-11ea-8d9c-14d519d4379b.jpg)

![image](https://user-images.githubusercontent.com/27288257/67467817-10d0ae80-f67c-11e9-8bbd-710a76652c99.png) ### error information is 'self.run(para) File "C:\Users\XXX\Desktop\ImagePy-64\ImagePy\programs\lib\site-packages\imagepy\menus\File\Import\roi_plg.py", line 30, in run img[polygon(ls[i]['y'], ls[i]['x'], img.shape)] = int(i) KeyError: 'y''

I opened kit3d->viewer3d -> ShowViewer 3D with error. Process finished with exit code -1073740771 (0xC000041D) I don't know what went wrong.

Following this [post ](https://forum.image.sc/t/api-documentation/25202/2 ) on the forum. I duplicate the proposal here to make a gh-pages branch to the repo and to use it to host the API documentation...

look like NI vision-development-module,very cool.TKS!

Noticed that [the license]( https://github.com/Image-Py/imagepy/blob/e835339c3b3305e3aab2812ea123cdbdcdd43a3d/LICENSE ) is [BSD 4-Clause]( https://spdx.org/licenses/BSD-4-Clause-UC ). Was curious if the intent was to have a BSD 4-Clause or simply some BSD license was desired and...