Skip to content

Commit 80f05e4

Browse files
authored
Merge pull request #143 from matthewpurri/patch-1
Update images.ipynb
2 parents 4c71f41 + 1b7557e commit 80f05e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/label_export/images.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@
264264
" tool[\"instanceURI\"]).content)))[:, :, :3]\n",
265265
" mask[:, :, 1] *= 0\n",
266266
" mask[:, :, 2] *= 0\n",
267-
" cv2.addWeighted\n",
268267
" weighted = cv2.addWeighted(image, alpha, mask, 1 - alpha, 0)\n",
269268
" image[np.sum(mask, axis=-1) > 0] = weighted[np.sum(mask, axis=-1) > 0]\n",
270269
" return image"

0 commit comments

Comments
 (0)