On Mon, Jul 15, 2013 at 10:16 PM, Fabian Peña Arellano <naibaf.omsare@gmail.com> wrote:
Dear all,

I am trying to run the ransac model estimation example given on the documentation. However, Python cannot load the line model:

Traceback (most recent call last):
  File "plot_ransac.py", line 13, in <module>
    from skimage.measure import LineModel, ransac
ImportError: cannot import name LineModel

I am using the latest stable version 0.8.2 in Ubuntu. Are the LineModel and ransac routines available on the development version only?

Yes, they're only available in the development version. Currently, the website links to the development docs. To avoid confusion, we should be linking to the docs for the current stable release.

Github issue: https://github.com/scikit-image/scikit-image/issues/658

Best,
-Tony