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: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic 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
function AddGraphSegmentation(g);
Parameters
- g
- Type: OpenCvSharp.XImgProc.SegmentationGraphSegmentation
The graph segmentation
See Also