bundles / skimage latest / skimage / graph / _mcp / MCP_Connect
class
skimage.graph._mcp:MCP_Connect
source: /dev/scikit-image/build/cp314/src/skimage/graph/_mcp.cpython-314-darwin.so
Signature
class MCP_Connect ( costs , offsets = None , fully_connected = True ) Members
Summary
Connect source points using the distance-weighted minimum cost function.
Extended Summary
A front is grown from each seed point simultaneously, while the origin of the front is tracked as well. When two fronts meet, create_connection() is called. This method must be overloaded to deal with the found edges in a way that is appropriate for the application.
Aliases
-
skimage.graph.MCP_Connect