You are here:
Start »
AVLDL.DeepLearning_DetectAnomalies1 Method
AVLDL.DeepLearning_DetectAnomalies1 Method
| Namespace: | AvlNet.DeepLearning |
| Assembly: | AvlDl.Net.dll |
Syntax
public static void DeepLearning_DetectAnomalies1
(
AvlNet.DeepLearning.DeepLearningConnectionState ioState,
AvlNet.Image inImage,
string inDeepModel,
bool inComputeReconstruction,
AvlNet.Image outHeatmap,
out bool outIsValid,
out float outScore,
out bool outIsConfident,
NullableRef<AvlNet.Image> outReconstructedImage
)
Parameters
Remarks
- Model provided on inDeepModel input will be loaded to service automatically on first usage of Deep Learning filters.
- These filters only communicates with service and cannot be use for parallel computation.
Errors
List of possible exceptions:
| Error type |
Description |
| DomainError |
Not supported inImage pixel format in DeepLearning_DetectAnomalies1. |
Function Overrides
See also