You are here: Start » AVLDL Class

AVLDL Class

Namespace:AvlNet.DeepLearning
Assembly:AvlDl.Net.dll

Methods

 NameDescription
DeepLearning_ClassifyObject_AccessDeepModel(string, IList<string>)
DeepLearning_ClassifyObject(AvlNet.Image, string, bool, IList<AvlNet.ClassConfidence>, string, int, float, AvlNet.Image)
DeepLearning_ClassifyObject(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, string, bool, IList<AvlNet.ClassConfidence>, string, int, float, AvlNet.Image)
DeepLearning_CloseConnection()
DeepLearning_Configure(int)
DeepLearning_Configure(int, int?)
DeepLearning_DetectAnomalies1(AvlNet.DeepLearning.DeepLearningConnectionState, AvlNet.Image, string, bool, AvlNet.Image, bool, float, bool)
DeepLearning_DetectAnomalies1(AvlNet.DeepLearning.DeepLearningConnectionState, AvlNet.Image, string, bool, AvlNet.Image, bool, float, bool, NullableRef<AvlNet.Image>)
DeepLearning_DetectAnomalies2(AvlNet.DeepLearning.DeepLearningConnectionState, AvlNet.Image, string, AvlNet.Image, bool, float, bool)
DeepLearning_DetectFeatures(AvlNet.Image, string, bool, IList<AvlNet.Image>)
DeepLearning_DetectFeatures(AvlNet.Image, NullableRef<AvlNet.Region>, string, bool, IList<AvlNet.Image>)
DeepLearning_DetectFeatures(AvlNet.Image, string, bool, IList<AvlNet.Image>, NullableRef<AvlNet.Image>, NullableRef<AvlNet.Image>, NullableRef<AvlNet.Image>, NullableRef<AvlNet.Image>)
DeepLearning_DetectFeatures(AvlNet.Image, NullableRef<AvlNet.Region>, string, bool, IList<AvlNet.Image>, NullableRef<AvlNet.Image>, NullableRef<AvlNet.Image>, NullableRef<AvlNet.Image>, NullableRef<AvlNet.Image>)
DeepLearning_IsServiceRunning(bool)
DeepLearning_IsServiceRunning(int?, bool)
DeepLearning_LoadModel_AnomalyDetection1(AvlNet.DeepLearning.DeepLearningConnectionState, string, string)
DeepLearning_LoadModel_AnomalyDetection2(AvlNet.DeepLearning.DeepLearningConnectionState, string, string)
DeepLearning_LoadModel_FeatureDetection(string, string)
DeepLearning_LoadModel_InstanceSegmentation(AvlNet.DeepLearning.DeepLearningConnectionState, string, string)
DeepLearning_LoadModel_ObjectClassification(string, string)
DeepLearning_LoadModel_PointLocation(string, string)
DeepLearning_LocatePoints(AvlNet.Image, string, float, bool, IList<AvlNet.Location>, IList<int>, IList<string>, IList<float>)
DeepLearning_LocatePoints(AvlNet.Image, NullableRef<AvlNet.Region>, string, float, float?, bool, IList<AvlNet.Location>, IList<int>, IList<string>, IList<float>)
DeepLearning_SegmentInstances(AvlNet.DeepLearning.DeepLearningConnectionState, AvlNet.Image, string, IList<AvlNet.Box>, IList<int>, IList<string>, IList<float>, IList<AvlNet.Region>)
DeepLearning_SegmentInstances(AvlNet.DeepLearning.DeepLearningConnectionState, AvlNet.Image, NullableRef<AvlNet.Region>, string, float?, int?, IList<AvlNet.Box>, IList<int>, IList<string>, IList<float>, IList<AvlNet.Region>)
DestroyDeepLearningConnectionState()
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
LoadObject(string, IList<T>)
LoadObject(string, INullable<T>)
LoadObject(string, T)
LoadObject(string, T)
SaveObject(string, T)
SaveObject(string, T, int)
ToString()Inherited from System.Object

See also