  | EdgeBoxes Constructor  | 
 
            Creates instance by raw pointer
            
 
    Namespace: 
   OpenCvSharp.XImgProc
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntaxprotected EdgeBoxes(
	IntPtr p
)
Protected Sub New ( 
	p As IntPtr
)
protected:
EdgeBoxes(
	IntPtr p
)
new : 
        p : IntPtr -> EdgeBoxesParameters
- p
 - Type: SystemIntPtr
[Missing <param name="p"/> documentation for "M:OpenCvSharp.XImgProc.EdgeBoxes.#ctor(System.IntPtr)"]
 
See Also