Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
HandsFree
Blob
C# Class HandsFree.Blob
Exibir arquivo
Open project: Ractiv/HandsFree
Class Usage Examples
Public Properties
Property
Type
Description
Data
List
Length
double
P0
Point
Width
int
XMin
int
Public Methods
Method
Description
Add
(
int
x
,
int
y
) :
void
Compute
( ) :
void
ComputeMaxWidth
( ) :
int
ComputeMedianWidth
( ) :
int
Method Details
Add()
public
method
public
Add
(
int
x
,
int
y
) :
void
x
int
y
int
return
void
Compute()
public
method
public
Compute
( ) :
void
return
void
ComputeMaxWidth()
public
method
public
ComputeMaxWidth
( ) :
int
return
int
ComputeMedianWidth()
public
method
public
ComputeMedianWidth
( ) :
int
return
int
Property Details
Data
public_oe property
public
List
Data
return
List
Length
public_oe property
public
double
Length
return
double
P0
public_oe property
public
Point
P0
return
Point
Width
public_oe property
public
int
Width
return
int
XMin
public_oe property
public
int
XMin
return
int