.. AUTO-GENERATED FILE -- DO NOT EDIT!

Module: :mod:`future`
=====================
.. automodule:: skimage.future

.. currentmodule:: skimage.future
.. autosummary::

   skimage.future.fit_segmenter
   skimage.future.manual_lasso_segmentation
   skimage.future.manual_polygon_segmentation
   skimage.future.predict_segmenter

   skimage.future.TrainableSegmenter

    skimage.future.graph

fit_segmenter
-------------

.. autofunction:: skimage.future.fit_segmenter


.. include:: skimage.future.fit_segmenter.examples

manual_lasso_segmentation
-------------------------

.. autofunction:: skimage.future.manual_lasso_segmentation


.. include:: skimage.future.manual_lasso_segmentation.examples

manual_polygon_segmentation
---------------------------

.. autofunction:: skimage.future.manual_polygon_segmentation


.. include:: skimage.future.manual_polygon_segmentation.examples

predict_segmenter
-----------------

.. autofunction:: skimage.future.predict_segmenter


.. include:: skimage.future.predict_segmenter.examples


:class:`TrainableSegmenter`
---------------------------


.. autoclass:: TrainableSegmenter
  :members:
  :undoc-members:
  :show-inheritance:

  .. automethod:: __init__

.. include:: skimage.future.TrainableSegmenter.examples

