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

(ImageProcessing) F:\Users>imagepy ipy Traceback (most recent call last): File "E:\Program Files\Python38\lib\runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "E:\Program Files\Python38\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "E:\Program...

非常好的一个开源项目,但是我有个小问题想请教您: 如题、 我有很多图片,然后每张照片都需要进行种子的计数,并且计算每个种子的面积。请问如何用您开发的这个进行完成? 谢谢

pystackreg opencv_python

RGB and gray pictures are tested good. The functions need two pictures.The first is big picture,the second is the small pictues. The small picture is the part of the big...

pr can not work,so issue link: https://github.com/pengguanjun/imagepy/blob/master/imagepy/selection.dic

I checked all the occurences of *linspace* using ```bash grep -rn "linspace" ./ ``` from the main directory of ImagePy. In all the cases when the third argument of *linspace*...

handle different variants of extensions in one menu position. This is my proposition. In my work I meet different variants of tiff extension. On linux, the file chooser hide all...

Bug: File "d:\SourcesCode\gitHome\imagepy\sciwx\canvas\test.py", line 152, in draw_image o, m = mat(self.oribox, self.conbox, csbox) TypeError: mat() missing 1 required positional argument: 'cros' FIXED: cros = csbox o, m = mat(self.oribox, self.conbox,...