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

Would be good to have some unit tests and regression tests. Also would be good to setup CI. Probably Travis CI for Linux would be a good start. Happy to...

Hey yxdragon, ImagePy looks great. I don't know if you're aware of [imglib2-imglyb](https://github.com/hanslovsky/imglib2-imglyb), but that is a native bridge between existing JVM-based ImageJ and ImgLib2 with Python. I believe that...

Does it support image formats similar as ImageJ, such as TIFF, GIF, JPEG, PNG, DICOM, BMP, PGM and FITS? It is important to me because I am building a pathology...

Traceback (most recent call last): File "E:/Tools/python3.6.3/Lib/site-packages/imagepy/__main__.py", line 4, in imagepy.show() File "E:\Tools\python3.6.3\lib\site-packages\imagepy\__init__.py", line 31, in show ImagePy(None).Show() File "E:\Tools\python3.6.3\lib\site-packages\imagepy\ui\mainframe.py", line 52, in __init__ if IPy.uimode()=='ipy': self.load_aui() File "E:\Tools\python3.6.3\lib\site-packages\imagepy\ui\mainframe.py", line...

Adding an installation example on Ubuntu 22.04.4.

wx._core.wxAssertionError: C++ assertion "CheckSizerFlags(!((flags) & (wxALIGN_RIGHT | wxALIGN_CENTRE_HORIZONTAL | wxALIGN_BOTTOM | wxALIGN_CENTRE_VERTICAL)))" failed at ..\..\src\common\sizer.cpp(2294) in wxBoxSizer::DoInsert(): wxALIGN_RIGHT | wxALIGN_CENTRE_HORIZONTAL | wxALIGN_BOTTOM | wxALIGN_CENTRE_VERTICAL will be ignored in this sizer:...

我想在3维矩阵上应用分水岭算法做分割,不知道您了解有没有相关的工具,我找到imageJ好像可以,但是还没摸索成功,谢谢

conda create --name imagepy python=3.10 git clone https://github.com/Image-Py/imagepy.git cd imagepy pip install -r requirements.txt python setup.py install 然后告诉缺少了matplotlib 和 vispy。 安装好了,还是各种报错 能否指定下依赖版本啊,报错好多处理不来啊