You are here: Start » AVL.NET » Function Reference » Computer Vision » Optical Character Recognition » AVL.OcrSvmModelToOcrModel

AVL.OcrSvmModelToOcrModel

Converts OcrSvmModel(old type) to OcrModel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void OcrSvmModelToOcrModel
(
	AvlNet.OcrSvmModel inOcrSvmModel,
	AvlNet.OcrModel outOcrModel
)

Parameters

Name Type Range Default Description
inOcrSvmModelAvlNet.OcrSvmModel
outOcrModelAvlNet.OcrModel

See also