Class TemplateProcessor
TemplateProcessor class
テンプレートと画像を処理するためのクラス。 このクラスの各インスタンスは、単一の OMR テンプレートで動作します。 コンストラクタで指定されたテンプレートのイメージを認識できます。
public class TemplateProcessor
メソッド
名前 | 説明 |
---|---|
Recalculate(RecognitionResult, int) | 微調整されたパラメーターを使用して認識結果を更新します。 |
RecognizeFolder(string, int) | folder から画像を認識します |
RecognizeImage(MemoryStream, int) | メモリストリームから画像認識中 |
RecognizeImage(string, int) | 画像認識 |
RecognizeMultiPageTemplate(string[], int) | 複数ページのテンプレートを認識します |
例
OmrEngine engine = new OmrEngine();
TemplateProcessor templateProcessor = engine.GetTemplateProcessor(templatePath);
RecognitionResult result = templateProcessor.RecognizeImage(imagePath);
string csvResult = result.GetCsv();
関連項目
- 名前空間 Aspose.OMR.Api
- 組み立て Aspose.OMR