C# 클래스 OpenCvSharp.FileNode

File Storage Node class
상속: OpenCvSharp.DisposableCvObject
파일 보기 프로젝트 열기: shimat/opencvsharp 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

FileNode() 공개 메소드

The default constructor
public FileNode ( ) : System
리턴 System

FileNode() 공개 메소드

Initializes from cv::FileNode*
public FileNode ( IntPtr ptr ) : System
ptr System.IntPtr
리턴 System

ReadDMatches() 공개 메소드

public ReadDMatches ( ) : OpenCvSharp.DMatch[]
리턴 OpenCvSharp.DMatch[]

ReadDouble() 공개 메소드

public ReadDouble ( double defaultValue = default(double) ) : double
defaultValue double
리턴 double

ReadFloat() 공개 메소드

public ReadFloat ( float defaultValue = default(float) ) : float
defaultValue float
리턴 float

ReadInt() 공개 메소드

public ReadInt ( int defaultValue = default(int) ) : int
defaultValue int
리턴 int

ReadKeyPoints() 공개 메소드

public ReadKeyPoints ( ) : KeyPoint[]
리턴 KeyPoint[]

ReadMat() 공개 메소드

public ReadMat ( OpenCvSharp.Mat defaultMat = null ) : OpenCvSharp.Mat
defaultMat OpenCvSharp.Mat
리턴 OpenCvSharp.Mat

ReadObj() 공개 메소드

Reads the registered object and returns pointer to it
public ReadObj ( ) : IntPtr
리턴 System.IntPtr

ReadRaw() 공개 메소드

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
리턴 void

ReadSparseMat() 공개 메소드

public ReadSparseMat ( SparseMat defaultMat = null ) : SparseMat
defaultMat SparseMat
리턴 SparseMat

ReadString() 공개 메소드

public ReadString ( string defaultValue = default(string) ) : string
defaultValue string
리턴 string

this() 공개 메소드

returns element of a sequence node
public this ( int i ) : FileNode
i int
리턴 FileNode

this() 공개 메소드

returns element of a mapping node
public this ( string nodeName ) : FileNode
nodeName string
리턴 FileNode