ERROR_CODE QueryImage( void* src_imageData, int width, int height, unsigned long long* id, unsigned char* color_seq );
名前 | 説明 | |
src_imageData | 入力画像データ(Pixel Format:RGB888) | |
width | 入力画像 幅 | |
height | 入力画像 高さ | |
id | Colorbit ID取得用ポインタ | |
color_seq | 色配列取得用ポインタ |
エラー発生した場合、ERROR_CODE を返します。
入力画像データに対し、Colorbit認識処理を行います 処理結果として取得できるcolor_seqは、R=0,G=1,B=2という値で返されます。