-
```
What steps will reproduce the problem?
1. Find an image that produces good OCR output in tesseract
2. Rotate it by a few degrees in the GIMP, so a horizontal line passes through
2 lines of text
3…
-
I was trying to mimic the example with radon and households with my own data. I'm only starting to learn pymc3, so maybe my error is related to clueless model specification, so I will happily apprecia…
-
Please if someone can help me to install properly scikit-image.. I already made various attempts and tests in issue #1556 but I still can not find a solution..
-
Hi,
I recently upgraded most of my packages and noticed that `cascaded_union` applied to a list of `LineString` objects stopped working. Until about a month ago it worked perfectly fine (I was rerunn…
-
The distribution missing many files present in the git repository.
mindw updated
10 years ago
-
I am trying to install skikit-image on OSX 10.9.2:
$ sudo pip install -U scikits-image
I am getting the following error messages:
clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command…
-
Trying to run plot_radon_transform.py example. But I get an error on line 154:
ImportError: cannot import name iradon_sart
I have installed all the build package requirements. Is the iradon_sart s…
-
I'm getting the following build error when I try to build the master branch using cython 0.16:
```
cython -o /Volumes/Projects/skimage/skimage/transform/_radon_transform.c /Volumes/Projects/skimage/s…
-
The definition of the center of each projection in radon and iradon are not in agreement. This leads to artifacts in reconstructions.
A minimal failing example can be found here: http://nbviewer.ipyt…
-
_Original ticket http://projects.scipy.org/scipy/ticket/1579 on 2012-01-03 by @WarrenWeckesser, assigned to unknown._
The function radon() in scipy.misc has no docstring.