DL_LocateObjects


Module: DL_LO

Performs locating objects using a pretrained deep learning model.

Name Type Description
Input value inImage Image Input image
Input value inRoi Region* Limits the area where objects may be located
Input value inModelId LocateObjectsModelId Identifier of a Locate Objects model
Input value inMinDetectionScore Real Sets a minimum required score for an object to be returned.
Output value 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 FisFilter_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, FabImage Studio Professional version.