回答編集履歴
1
追記
test
CHANGED
@@ -10,4 +10,14 @@
|
|
10
10
|
|
11
11
|
|
12
12
|
|
13
|
+
> image Image where the search is running. It must be 8-bit or 32-bit floating-point.
|
14
|
+
|
15
|
+
> templ Searched template. It must be not greater than the source image and have the same data type.
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
ってリファレンスにも書いてありますね.この条件に違反していないかどうかを確認してみてください.
|
20
|
+
|
21
|
+
|
22
|
+
|
13
23
|
とりあえずエラーメッセージに rows とか cols とか出ているのですから,何はともあれ画像バッファのサイズ方面をチェックしてみる場面でしょう.
|