You are here: Start » AVL.NET » AVL.DeepModelToDeepModel_InstanceSegmentation

AVL.DeepModelToDeepModel_InstanceSegmentation

Conversion between DeepModel and DeepModel_ImageSegmentation

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void DeepModelToDeepModel_InstanceSegmentation
(
	string inDeepModel,
	out string outDeepModel_InstanceSegmentation
)

Parameters

Name Type Range Default Description
inDeepModelstring
outDeepModel_InstanceSegmentationstring

See also