Module: | DL_LO |
---|
Performs locating objects using a pretrained deep learning model.
Name | Type | Description | |
---|---|---|---|
inImage | Image | Input image | |
inRoi | Region* | Limits the area where objects may be located | |
inModelId | LocateObjectsModelId | Identifier of a Locate Objects model | |
inMinDetectionScore | Real | Sets a minimum required score for an object to be returned. | |
outObjects | ClassifiedRectangleArray |
Requirements
For input inImage only pixel formats are supported: 1⨯uint8, 3⨯uint8.
Read more about pixel formats in Image documentation.
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Not supported inImage pixel format in AvsFilter_DL_LocateObjects. Supported formats: 1xUInt8, 3xUInt8. |
Complexity Level
This filter is available on Basic Complexity Level.
Disabled in Lite Edition
This filter is disabled in Lite Edition. It is available only in full, Aurora Vision Studio Professional version.