메소드 | 설명 | |
---|---|---|
Detect ( Byte>.Image |
Find rectangular regions in the given image that are likely to contain objects and corresponding confidence levels
|
|
LatentSvmDetector ( String fileName ) : System |
Load the trained detector from file
|
메소드 | 설명 | |
---|---|---|
DisposeObject ( ) : void |
Release the unmanaged memory associated with the LatenSvnDetector
|
public Detect ( Byte>.Image |
||
image | Byte>.Image | The image to detect objects in |
overlapThreshold | float | Threshold for the non-maximum suppression algorithm, Use default value of 0.5 |
리턴 | Emgu.CV.Structure.MCvObjectDetection[] |
public LatentSvmDetector ( String fileName ) : System | ||
fileName | String | The trained laten svm file |
리턴 | System |