Table of Contents

Method BuildMap

Namespace
OpenCvSharp.Segmentation
Assembly
OpenCvSharp.dll

BuildMap(Point)

Prepares a map of optimal paths for the given source point on the image Note: applyImage() / applyImageFeatures() must be called before this call

public void BuildMap(Point sourcePt)

Parameters

sourcePt Point

The source point used to find the paths