Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Deep Learning » DeepLearning_ClassifyFeatures

DeepLearning_ClassifyFeatures


Performs feature classification using trained deep-learning model.

Name Type Description
inImage Image Input image
inRoi Region* Area of interest
inDeepModel DeepModel Trained model
inOverlap Bool Add tiles overlapping to improve results quality
outHeatmaps ImageArray Returns heatmaps for all classes
outFeature1 Image Returns heatmap for first feature class
outFeature2 Image Returns heatmap for second feature class or empty image if class is not specified
outFeature3 Image Returns heatmap for third feature class or empty image if class is not specified
outFeature4 Image Returns heatmap for fourth feature class or empty image if class is not specified

Errors

This filter can throw an exception to report error. Read how to deal with errors here: Error Handling

Error type Description
DomainError Empty ROI region in DeepLearning_ClassifyFeatures
DomainError Invalid DeepModel in DeepLearning_Classify.
DomainError Empty image in DeepLearning_Classify.
IoError Unable to connect to Deep Learning Service.
IoError Connection with service lost.
IoError Missing results count.
IoError Received invalid results count. Classification aborted.
IoError Missing result.

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, Adaptive Vision Studio Professional version.