Show / Hide Table of Contents

Class DisposableCvObject

DisposableObject + ICvPtrHolder

Inheritance
System.Object
DisposableObject
DisposableCvObject
Algorithm
Dictionary
BOWImgDescriptorExtractor
BOWTrainer
CascadeClassifier
FeaturesMatcher
Net
DnnSuperResImpl
FacemarkAAM.Params
FacemarkLBF.Params
FileNode
FileNodeIterator
FileStorage
Index
IndexParams
FrameSource
HOGDescriptor
InputArray
StdString
VectorOfByte
VectorOfDMatch
VectorOfDouble
VectorOfDTreesNode
VectorOfFloat
VectorOfImageFeatures
VectorOfInt32
VectorOfKeyPoint
VectorOfMat
VectorOfPoint
VectorOfPoint2d
VectorOfPoint2f
VectorOfPoint3f
VectorOfRect
VectorOfRect2d
VectorOfRotatedRect
VectorOfString
VectorOfVec2f
VectorOfVec3f
VectorOfVec4f
VectorOfVec4i
VectorOfVectorByte
VectorOfVectorDMatch
VectorOfVectorDouble
VectorOfVectorInt32
VectorOfVectorKeyPoint
VectorOfVectorPoint
VectorOfVectorPoint2f
KalmanFilter
LDA
LineIterator
Mat
MatExpr
OutputArray
PCA
Ptr
QRCodeDetector
IntelligentScissorsMB
SparseMat
Stitcher
Subdiv2D
SVD
BaseOCR
TextDetector
UMat
VideoCapture
VideoWriter
WeChatQRCode
Implements
ICvPtrHolder
Inherited Members
DisposableObject.DataHandle
DisposableObject.IsDisposed
DisposableObject.IsEnabledDispose
DisposableObject.AllocatedMemory
DisposableObject.AllocatedMemorySize
DisposableObject.Dispose()
DisposableObject.Dispose(Boolean)
DisposableObject.DisposeManaged()
DisposableObject.AllocGCHandle(Object)
DisposableObject.AllocMemory(Int32)
DisposableObject.NotifyMemoryPressure(Int64)
DisposableObject.ThrowIfDisposed()
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public abstract class DisposableCvObject : DisposableObject, ICvPtrHolder

Constructors

| Improve this Doc View Source

DisposableCvObject()

Default constructor

Declaration
protected DisposableCvObject()
| Improve this Doc View Source

DisposableCvObject(IntPtr)

Constructor

Declaration
protected DisposableCvObject(IntPtr ptr)
Parameters
Type Name Description
IntPtr ptr
| Improve this Doc View Source

DisposableCvObject(IntPtr, Boolean)

Constructor

Declaration
protected DisposableCvObject(IntPtr ptr, bool isEnabledDispose)
Parameters
Type Name Description
IntPtr ptr
System.Boolean isEnabledDispose
| Improve this Doc View Source

DisposableCvObject(Boolean)

Constructor

Declaration
protected DisposableCvObject(bool isEnabledDispose)
Parameters
Type Name Description
System.Boolean isEnabledDispose

Fields

| Improve this Doc View Source

ptr

Data pointer

Declaration
protected IntPtr ptr
Field Value
Type Description
IntPtr

Properties

| Improve this Doc View Source

CvPtr

Native pointer of OpenCV structure

Declaration
public IntPtr CvPtr { get; }
Property Value
Type Description
IntPtr

Methods

| Improve this Doc View Source

DisposeUnmanaged()

releases unmanaged resources

Declaration
protected override void DisposeUnmanaged()
Overrides
DisposableObject.DisposeUnmanaged()

Implements

ICvPtrHolder
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX