Метод | Описание | |
---|---|---|
Clone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
FromXml ( Stream stream ) : |
Loads a HaarCascade from a OpenCV-compatible XML file.
|
|
FromXml ( |
Loads a HaarCascade from a OpenCV-compatible XML file.
|
|
FromXml ( string path ) : |
Loads a HaarCascade from a OpenCV-compatible XML file.
|
|
HaarCascade ( int baseWidth, int baseHeight, |
Constructs a new Haar Cascade.
|
|
ToCode ( |
Saves a HaarCascade to C# code.
|
|
ToCode ( string path, string className ) : void |
Saves a HaarCascade to C# code.
|
Метод | Описание | |
---|---|---|
HaarCascade ( int baseWidth, int baseHeight ) : System |
Constructs a new Haar Cascade.
|
Метод | Описание | |
---|---|---|
checkTiltedFeatures ( |
Checks if the classifier contains tilted (rotated) features
|
public static FromXml ( Stream stream ) : |
||
stream | Stream |
/// A |
Результат |
public static FromXml ( |
||
stringReader |
/// A |
|
Результат |
public static FromXml ( string path ) : |
||
path | string | /// The file path for the xml definition of the classifier to be loaded. |
Результат |
protected HaarCascade ( int baseWidth, int baseHeight ) : System | ||
baseWidth | int | Base feature width. |
baseHeight | int | Base feature height. |
Результат | System |
public HaarCascade ( int baseWidth, int baseHeight, |
||
baseWidth | int | Base feature width. |
baseHeight | int | Base feature height. |
stages | Haar-like features classification stages. | |
Результат | System |
public ToCode ( |
||
textWriter | ||
className | string | |
Результат | void |
public ToCode ( string path, string className ) : void | ||
path | string | |
className | string | |
Результат | void |