Back to FabImage Deep Learning website

You are here: Start » Computer Vision

Computer Vision

Deep Learning

Icon Name Description / Applications Modules
MergeCharactersIntoLines

Converts a output of Deep Learning filter DL_ReadCharacters to lines of text.

DL_OCR
ConvertImageArrayToTensor

Converts an array of images with the same format to a NHWC tensor.

DeepLearning
ConvertImageToTensor

Converts an image to a NHWC tensor, with N equal to 1.

DeepLearning
ConvertRealArrayArrayToTensor

Converts a two dimensional array of reals to a tensor with the NL ordering.

DeepLearning
ConvertRealArrayToTensor

Converts an array of reals to a tensor with provided dimensions and the ordering.

DeepLearning
ConvertTensorToImage

Converts a NHWC tensor to an image. Only data for N equal to 0 is converted.

DeepLearning
ConvertTensorToImageArray

Converts a NHWC tensor to an array of images.

DeepLearning
ConvertTensorToRealArray

Converts a tensor to an array of reals.

DeepLearning
ConvertTensorToRealArrayArray

Converts a tensor with the NL ordering to a two dimensional array of reals.

DeepLearning
DL_ClassifyObject

Executes a Classify Object model on a single input image.

DL_CO
DL_ClassifyObject_AccessDeepModel

Returns the names of the classes used in training.

DL_CO
DL_ClassifyObject_Deploy

Loads a deep learning model and prepares its execution on a specific target device.

DL_CO
DL_ClassifyObject_Unload

Unloads a deep learning model and frees allocated memory.

DL_CO
DL_CleanDevice

Frees memory allocated for executing a models on a specific device.

DL_Common
DL_CloseConnection

Closes connection to Service (e.g. to perform training).

DL_Common
DL_Configure

Filter is used to change basic Deep Learning configuration.

DL_Common
DL_ConfigureLogging

Filter is used to set minimum level of logged messages.

DL_Common
DL_DetectAnomalies1

Executes a Detect Anomalies 1 model on a single input image.

DL_DA
DL_DetectAnomalies1_Deploy

Loads a deep learning model and prepares its execution on a specific target device.

DL_DA
DL_DetectAnomalies1_Unload

Unloads a deep learning model and frees allocated memory.

DL_DA
DL_DetectAnomalies2

Executes a Detect Anomalies 2 model on a single input image.

DL_DA
DL_DetectAnomalies2_AccessDeepModel

Returns thresholds and accepted image size for trained model.

DL_DA
DL_DetectAnomalies2_Deploy

Loads a deep learning model and prepares its execution on a specific target device.

DL_DA
DL_DetectAnomalies2_Unload

Unloads a deep learning model and frees allocated memory.

DL_DA
DL_DetectAnomalies2_WithThresholds

Executes a Detect Anomalies 2 model on a single input image.

DL_DA
DL_DetectFeatures

Executes a Detect Features model on a single input image.

DL_DF
DL_DetectFeatures_Deploy

Loads a deep learning model and prepares its execution on a specific target device.

DL_DF
DL_DetectFeatures_Unload

Unloads a deep learning model and frees allocated memory.

DL_DF
DL_IsServiceRunning

Checks if the Deep Learning Service is running. If the input is empty, the filter will try to connect indefinitely.

DL_Common
DL_ListCudaDevices

Lists all available CUDA devices

DL_Common
DL_LocateObjects

Performs locating objects using a pretrained deep learning model.

DL_LO
DL_LocateObjects_Deploy

Loads a deep learning model and prepares its execution on a specific target device.

DL_LO
DL_LocateObjects_Unload

Unloads a deep learning model and frees allocated memory.

DL_LO
DL_LocatePoints

Executes a Locate Points model on a single input image.

DL_LP
DL_LocatePoints_Deploy

Loads a deep learning model and prepares its execution on a specific target device.

DL_LP
DL_LocatePoints_Unload

Unloads a deep learning model and frees allocated memory.

DL_LP
DL_LocateText

Performs text detection using a pre-trained deep learning model.

DL_OCR
DL_LocateText_Deploy

Loads a deep learning model and prepares its execution on a specific target device.

DL_OCR
DL_LocateText_Unload

Unloads a deep learning model and frees allocated memory.

DL_OCR
DL_ReadCharacters

Performs optical character recognition using a pretrained deep learning model.

DL_OCR
DL_ReadCharacters_Deploy

Loads a deep learning model and prepares its execution on a specific target device.

DL_OCR
DL_ReadCharacters_Unload

Unloads a deep learning model and frees allocated memory.

DL_OCR
WEAVER_DeployModel

Loads a deep learning model and prepares its execution on a specific target device.

DeepLearning
WEAVER_InferMultipleTensors

Executes a model on a given input tensors.

DeepLearning
WEAVER_InferSingleTensor

Executes a model on a given input tensor.

DeepLearning
WEAVER_UnloadModel

Unloads a deep learning model and frees allocated memory.

DeepLearning