関数クイック リファレンス
次の表に、vitis::ai::OCRPost
クラスに定義されているすべての関数を示します。
表 1. 関数クイック リファレンス
タイプ |
メンバー |
引数 |
std::unique_ptr< OCRPost > |
create
|
- const std::vector< vitis::ai::library::InputTensor > & input_tensors
- const std::vector< vitis::ai::library::OutputTensor > & output_tensors
- const std::string & cfgpath
- int batch_size
- int & real_batch_size
- std::vector< int > & target_h8
- std::vector< int > & target_w8
- std::vector< float > & ratioh
- std::vector< float > & ratiow
- std::vector< cv::Mat > & oriimg
|
OCRResult |
process
|
|
std::vector< OCRResult > |
process
|
|