http://www.emgu.com
Create an OutputArray from an existing unmanaged outputArray pointer
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic OutputArray(
IntPtr outputArrayPtr,
Object parent
)
Public Sub New (
outputArrayPtr As IntPtr,
parent As Object
)
public:
OutputArray(
IntPtr outputArrayPtr,
Object^ parent
)
new :
outputArrayPtr : IntPtr *
parent : Object -> OutputArray
Parameters
- outputArrayPtr
- Type: SystemIntPtr
The pointer to the unmanaged outputArray - parent
- Type: SystemObject
The parent object to keep reference to
See Also