The image analyzer is able to detect and recognize faces in an image. More...
Public Member Functions | |
ImageAnalyzer (ImageAnalyzerConfiguration configuration) | |
void | Dispose () |
void | Dispose (bool fromIDisposable) |
void | AnalyzeImage (Image image, ImageAnalyzerCompletion completion) |
Tells the face tracker that it should track the objects in the given video frame. More... | |
void | AnalyzeImage (Image image, string personId, ImageAnalyzerCompletion completion) |
Tells the face tracker that it should track the objects in the given video frame. More... | |
void | AnalyzeImage (DetectedFace detectedFace, ImageAnalyzerCompletion completion) |
void | AnalyzeImage (DetectedFace detectedFace, string personId, ImageAnalyzerCompletion completion) |
Properties | |
ImageAnalyzerConfiguration | Configuration [get, set] |
The configuration More... | |
The image analyzer is able to detect and recognize faces in an image.
RealNetworks.ArgusKit.ImageAnalyzer.ImageAnalyzer | ( | ImageAnalyzerConfiguration | configuration | ) |
Creates an image analyzer instance which can be used to detect and recognize objects in an image.
configuration | the configuration |
void RealNetworks.ArgusKit.ImageAnalyzer.AnalyzeImage | ( | DetectedFace | detectedFace, |
ImageAnalyzerCompletion | completion | ||
) |
void RealNetworks.ArgusKit.ImageAnalyzer.AnalyzeImage | ( | DetectedFace | detectedFace, |
string | personId, | ||
ImageAnalyzerCompletion | completion | ||
) |
void RealNetworks.ArgusKit.ImageAnalyzer.AnalyzeImage | ( | Image | image, |
ImageAnalyzerCompletion | completion | ||
) |
Tells the face tracker that it should track the objects in the given video frame.
image | the image |
completion | the completion handler |
void RealNetworks.ArgusKit.ImageAnalyzer.AnalyzeImage | ( | Image | image, |
string | personId, | ||
ImageAnalyzerCompletion | completion | ||
) |
Tells the face tracker that it should track the objects in the given video frame.
image | the image |
personId | merge to this person identity |
completion | the completion handler |
void RealNetworks.ArgusKit.ImageAnalyzer.Dispose | ( | ) |
void RealNetworks.ArgusKit.ImageAnalyzer.Dispose | ( | bool | fromIDisposable | ) |
|
getset |
The configuration