Method | Description | |
---|---|---|
FileNode ( ) : System |
The default constructor
|
|
FileNode ( |
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 ( ) : |
Reads the registered object and returns pointer to it
|
|
ReadRaw ( string fmt, |
Reads node elements to the buffer with the specified format
|
|
ReadSparseMat ( SparseMat defaultMat = null ) : SparseMat |
|
|
ReadString ( string defaultValue = default(string) ) : string |
|
|
this ( int i ) : |
returns element of a sequence node
|
|
this ( string nodeName ) : |
returns element of a mapping node
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
|
public ReadDMatches ( ) : OpenCvSharp.DMatch[] | ||
return | OpenCvSharp.DMatch[] |
public ReadDouble ( double defaultValue = default(double) ) : double | ||
defaultValue | double | |
return | double |
public ReadFloat ( float defaultValue = default(float) ) : float | ||
defaultValue | float | |
return | float |
public ReadInt ( int defaultValue = default(int) ) : int | ||
defaultValue | int | |
return | int |
public ReadMat ( OpenCvSharp.Mat defaultMat = null ) : OpenCvSharp.Mat | ||
defaultMat | OpenCvSharp.Mat | |
return | OpenCvSharp.Mat |
public ReadRaw ( string fmt, |
||
fmt | string | |
vec | ||
len | long | |
return | void |
public ReadSparseMat ( SparseMat defaultMat = null ) : SparseMat | ||
defaultMat | SparseMat | |
return | SparseMat |
public ReadString ( string defaultValue = default(string) ) : string | ||
defaultValue | string | |
return | string |