C# Class OpenCvSharp.FileNode

File Storage Node class
Inheritance: OpenCvSharp.DisposableCvObject
Afficher le fichier Open project: shimat/opencvsharp Class Usage Examples

Méthodes publiques

Méthode Description
FileNode ( ) : System

The default constructor

FileNode ( IntPtr ptr ) : System

Initializes from cv::FileNode*

ReadDMatches ( ) : OpenCvSharp.DMatch[]

ReadDouble ( double defaultValue = default(double) ) : double

ReadFloat ( float defaultValue = default(float) ) : float

ReadInt ( int defaultValue = default(int) ) : int

ReadKeyPoints ( ) : KeyPoint[]

ReadMat ( OpenCvSharp.Mat defaultMat = null ) : OpenCvSharp.Mat

ReadObj ( ) : IntPtr

Reads the registered object and returns pointer to it

ReadRaw ( string fmt, IntPtr vec, long len ) : void

Reads node elements to the buffer with the specified format

ReadSparseMat ( SparseMat defaultMat = null ) : SparseMat

ReadString ( string defaultValue = default(string) ) : string

this ( int i ) : FileNode

returns element of a sequence node

this ( string nodeName ) : FileNode

returns element of a mapping node

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FileNode() public méthode

The default constructor
public FileNode ( ) : System
Résultat System

FileNode() public méthode

Initializes from cv::FileNode*
public FileNode ( IntPtr ptr ) : System
ptr System.IntPtr
Résultat System

ReadDMatches() public méthode

public ReadDMatches ( ) : OpenCvSharp.DMatch[]
Résultat OpenCvSharp.DMatch[]

ReadDouble() public méthode

public ReadDouble ( double defaultValue = default(double) ) : double
defaultValue double
Résultat double

ReadFloat() public méthode

public ReadFloat ( float defaultValue = default(float) ) : float
defaultValue float
Résultat float

ReadInt() public méthode

public ReadInt ( int defaultValue = default(int) ) : int
defaultValue int
Résultat int

ReadKeyPoints() public méthode

public ReadKeyPoints ( ) : KeyPoint[]
Résultat KeyPoint[]

ReadMat() public méthode

public ReadMat ( OpenCvSharp.Mat defaultMat = null ) : OpenCvSharp.Mat
defaultMat OpenCvSharp.Mat
Résultat OpenCvSharp.Mat

ReadObj() public méthode

Reads the registered object and returns pointer to it
public ReadObj ( ) : IntPtr
Résultat System.IntPtr

ReadRaw() public méthode

Reads node elements to the buffer with the specified format
public ReadRaw ( string fmt, IntPtr vec, long len ) : void
fmt string
vec System.IntPtr
len long
Résultat void

ReadSparseMat() public méthode

public ReadSparseMat ( SparseMat defaultMat = null ) : SparseMat
defaultMat SparseMat
Résultat SparseMat

ReadString() public méthode

public ReadString ( string defaultValue = default(string) ) : string
defaultValue string
Résultat string

this() public méthode

returns element of a sequence node
public this ( int i ) : FileNode
i int
Résultat FileNode

this() public méthode

returns element of a mapping node
public this ( string nodeName ) : FileNode
nodeName string
Résultat FileNode