Show / Hide Table of Contents

Class CvObject

A class which has a pointer of OpenCV structure

Inheritance
System.Object
CvObject
Implements
ICvPtrHolder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public abstract class CvObject : ICvPtrHolder

Constructors

| Improve this Doc View Source

CvObject()

Default constructor

Declaration
protected CvObject()
| Improve this Doc View Source

CvObject(IntPtr)

Declaration
protected CvObject(IntPtr ptr)
Parameters
Type Name Description
IntPtr ptr

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

Implements

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