| SelectiveSearchSegmentationAddGraphSegmentation Method |
Add a new graph segmentation in the list of graph segementations to process.
Namespace:
OpenCvSharp.XImgProc.Segmentation
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public virtual void AddGraphSegmentation(
GraphSegmentation g
)
Public Overridable Sub AddGraphSegmentation (
g As GraphSegmentation
)
public:
virtual void AddGraphSegmentation(
GraphSegmentation^ g
)
abstract AddGraphSegmentation :
g : GraphSegmentation -> unit
override AddGraphSegmentation :
g : GraphSegmentation -> unit
Parameters
- g
- Type: OpenCvSharp.XImgProc.SegmentationGraphSegmentation
The graph segmentation
See Also