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

https://seaborn.pydata.org/ 1. import matplotlib.pyplot as plt 2. import seaborn as sns 3. df_iris = pd.read_csv('../input/iris.csv') 4. fig, axes = plt.subplots(1,2) 5. sns.distplot(df_iris['petal length'], ax = axes[0], kde = True, rug...

[flake8](http://flake8.pycqa.org) testing of https://github.com/Image-Py/imagepy on Python 3.7.1 $ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__ ``` ./imagepy/ui/tablewindow.py:289:10: F821 undefined name 'TableFrame' tf = TableFrame() ^ ./imagepy/ui/mainframe.py:136:43: F821 undefined name 'waui' self.auimgr.AddPane(...

`Exception in thread Thread-5: Traceback (most recent call last): File "/home/customer/anaconda3/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() File "/home/customer/anaconda3/lib/python3.6/threading.py", line 864, in run self._target(*self._args, **self._kwargs) File "/home/customer/Data/imagepy/imagepy/core/engine/simple.py", line 64, in runasyn...

Hi, I need help when I start image.py by "python -m imagepy", in ubuntu14.04 python2.7 I have the following problem: caimt @ caimt-desktop ~ / anaconda / pkgs / imagepy-0.17-py_0...

A Delta Version for image Stitching module listed in Plugins/Match/ Point pair highlight position is wrong.

Win10 Python2.7 or 3.7 get this error on pip install imagepy updated everything possible but can't figure out why getting this error. Been all over GitHub and every message board...

add fft under the process menus: menue: > Process: > FFT > Inverse FFT > -------- > Bandpass Filter > Highpass Filter > Lowpass Filter

Hi, about your fifth example, I was wondering whether I can use a series of different angles jpg or png images to do the 3D reconstruction? If could, how should...