質問編集履歴
2
試したことと追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -99,3 +99,13 @@
|
|
99
99
|
}
|
100
100
|
|
101
101
|
```
|
102
|
+
|
103
|
+
追記
|
104
|
+
|
105
|
+
試したこと
|
106
|
+
|
107
|
+
1.srcMat、mapMatのcols、rowsを比較しましたが同じ値でした。
|
108
|
+
|
109
|
+
2.mapMatをUIImageToMatを使用するパターン、srcMatをcv::imreadを使用するパターンでは正常に動作しました。
|
110
|
+
|
111
|
+
3.そこでデバッグエリアで po srcMat.data と実行して見るとOKの時とNGの時で値が違っていました。
|
1
バージョン情報の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,6 +8,12 @@
|
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
+
OpenCV 4.5.2
|
12
|
+
|
13
|
+
XCode 12.4
|
14
|
+
|
15
|
+
|
16
|
+
|
11
17
|
エラー内容
|
12
18
|
|
13
19
|
terminating with uncaught exception of type cv::Exception: OpenCV(4.5.2-dev) /Users/randd03/opencv/opencv/modules/core/src/matmul.dispatch.cpp:638: error: (-215:Assertion failed) src1.size == src2.size in function 'scaleAdd'
|
@@ -15,8 +21,6 @@
|
|
15
21
|
|
16
22
|
|
17
23
|
実際は画像を切り替えて使用したいのですが、テストとして固定の画像を使用しています
|
18
|
-
|
19
|
-
|
20
24
|
|
21
25
|
|
22
26
|
|