質問編集履歴

1

エラー文の追記

2021/12/27 10:27

投稿

Key427427
Key427427

スコア2

test CHANGED
File without changes
test CHANGED
@@ -64,6 +64,16 @@
64
64
 
65
65
 
66
66
 
67
+ **Traceback (most recent call last):
68
+
69
+
70
+
71
+ File "C:\Users\Owner\Desktop\紫外線\合成\合成.py", line 15, in <module>
72
+
73
+ masked = np.where((mask == [255,255,255]).all(axis=2))
74
+
75
+
76
+
67
- **AttributeError: 'bool' object has no attribute 'all'**とエラーが出ます。
77
+ AttributeError: 'bool' object has no attribute 'all'**とエラーが出ます。
68
78
 
69
79
  どうすればエラーが消えるかまたは別の方法があれば教えていただきたいです。