Files
scikit-image/doc/examples
Kevin Keraudren 040a53456d Merged LineModel3D with LineModel in order to form a unified model.
- model.params holds the legacy params (2D representation),
 - model.new_params holds the true ND line representation.

The proposed LineModel behaves identically as the implementation in master in the 2D case. In the 3D case, it behaves similarly to the previously proposed LineModel3D, as long as new_params is used instead of params. This implementation thus takes advantage that the 2D case is a special case of the ND general model.
2015-12-02 08:58:16 +00:00
..
2014-03-19 17:18:33 +05:30
2014-03-19 17:18:33 +05:30
2014-03-19 17:18:33 +05:30
2015-06-05 11:54:28 -06:00
2013-10-14 16:14:30 +02:00
2014-03-19 17:18:33 +05:30
2013-11-30 19:37:55 +01:00

.. _examples_gallery:

General examples
-------------------

General-purpose and introductory examples for the scikit.