You are here:
Start »
AVLDL.DeepLearning_SegmentInstances Method
AVLDL.DeepLearning_SegmentInstances Method
| Namespace: | AvlNet.DeepLearning |
| Assembly: | AvlDl.Net.dll |
Syntax
public static void DeepLearning_SegmentInstances
(
AvlNet.DeepLearning.DeepLearningConnectionState ioState,
AvlNet.Image inImage,
string inDeepModel,
IList<AvlNet.Box> outBoundingBoxes,
IList<int> outClassIds,
IList<string> outClassNames,
IList<float> outScores,
IList<AvlNet.Region> outMasks
)
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_SegmentInstances. |
Function Overrides
- DeepLearning_SegmentInstances(DeepLearningConnectionState, Image, NullableRef<Region>, String, Nullable<Single>, Nullable<Int32>, IList<Box>, IList<Int32>, IList<String>, IList<Single>, IList<Region>)
See also