You are here:
Start »
AVLDL.DeepLearning_DetectFeatures Method
AVLDL.DeepLearning_DetectFeatures Method
| Namespace: | AvlNet.DeepLearning |
| Assembly: | AvlDl.Net.dll |
Syntax
public static void DeepLearning_DetectFeatures
(
AvlNet.Image inImage,
NullableRef<AvlNet.Region> inRoi,
string inDeepModel,
bool inOverlap,
IList<AvlNet.Image> outHeatmaps,
NullableRef<AvlNet.Image> outFeature1,
NullableRef<AvlNet.Image> outFeature2,
NullableRef<AvlNet.Image> outFeature3,
NullableRef<AvlNet.Image> outFeature4
)
Parameters
Remarks
- Model provided on inDeepModel input will be loaded automatically on first usage of this filter.
- This filter should not be executed along with running Deep Learning Service as it may result in degraded performance or even out-of-memory errors. However, if stopping Deep Learning Service is not an option (e.g. program uses other Deep Learning filters) it is advised that this filter should be executed before other Deep Learning filters. Such "warm up" execution does not have to use real image or roi as long as provided image and roi have similar size.
Errors
List of possible exceptions:
| Error type |
Description |
| DomainError |
Not supported inImage pixel format in DeepLearning_DetectFeatures. |
Function Overrides
- DeepLearning_DetectFeatures(Image, String, Boolean, IList<Image>)
- DeepLearning_DetectFeatures(Image, NullableRef<Region>, String, Boolean, IList<Image>)
- DeepLearning_DetectFeatures(Image, String, Boolean, IList<Image>, NullableRef<Image>, NullableRef<Image>, NullableRef<Image>, NullableRef<Image>)
See also