SelectiveSearchSegmentationStrategyTexture Constructor
|
Creates instance by raw pointer
Namespace:
OpenCvSharp.XImgProc.Segmentation
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxprotected SelectiveSearchSegmentationStrategyTexture(
IntPtr p
)
Protected Sub New (
p As IntPtr
)
protected:
SelectiveSearchSegmentationStrategyTexture(
IntPtr p
)
new :
p : IntPtr -> SelectiveSearchSegmentationStrategyTexture
OpenCvSharp.XImgProc.Segmentation.SelectiveSearchSegmentationStrategyTexture = function(p);
Parameters
- p
- Type: SystemIntPtr
See Also