Find Image On Screen
スクリーンショット(またはライブ画面)内でテンプレート画像の位置を検出します。
画像・OCRImageRecognition
概要
スクリーンショット(またはライブ画面)内でテンプレート画像の位置を検出します。
Locate a template image within a screenshot (or the live screen).
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Template image | file | 必須 | Small image to find. 例: C:/temp/button.png 変数に対応 | |
| Search in image (blank = live screen) | file | 任意 | Image to search within; blank captures the screen. 変数に対応 | |
| Confidence (0-1) | number | 任意 | 0.8 | 例: 0.8 |
| Store center 'x,y' in | variable | 必須 | Set to the match center, or empty string if not found. 例: pos |