Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
Classify ( |
Classifies an image as having the searched object or not.
|
|
Clone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
HaarCascadeStage ( ) : System |
Constructs a new Haar Cascade Stage.
|
|
HaarCascadeStage ( double threshold ) : System |
Constructs a new Haar Cascade Stage.
|
|
HaarCascadeStage ( double threshold, int parentIndex, int nextIndex ) : System |
Constructs a new Haar Cascade Stage.
|
public Classify ( |
||
image | ||
x | int | |
y | int | |
factor | double | |
Результат | bool |
public HaarCascadeStage ( double threshold ) : System | ||
threshold | double | |
Результат | System |
public HaarCascadeStage ( double threshold, int parentIndex, int nextIndex ) : System | ||
threshold | double | |
parentIndex | int | |
nextIndex | int | |
Результат | System |