C# Class OpenCvSharp.Blob.LabelData

Label values for each pixel
Exibir arquivo Open project: shimat/opencvsharp Class Usage Examples

Public Methods

Method Description
Clone ( ) : LabelData

Returns deep copied instance of this

DebugShow ( ) : void

LabelData ( int values ) : System

LabelData ( int values, Rect roi ) : System

LabelData ( int rows, int cols ) : System

RawGetLabel ( int row, int col ) : int

RawSetLabel ( int row, int col, int value ) : void

this ( int row, int col ) : int

Method Details

Clone() public method

Returns deep copied instance of this
public Clone ( ) : LabelData
return LabelData

DebugShow() public method

public DebugShow ( ) : void
return void

LabelData() public method

public LabelData ( int values ) : System
values int
return System

LabelData() public method

public LabelData ( int values, Rect roi ) : System
values int
roi Rect
return System

LabelData() public method

public LabelData ( int rows, int cols ) : System
rows int
cols int
return System

RawGetLabel() public method

public RawGetLabel ( int row, int col ) : int
row int
col int
return int

RawSetLabel() public method

public RawSetLabel ( int row, int col, int value ) : void
row int
col int
value int
return void

this() public method

public this ( int row, int col ) : int
row int
col int
return int