Skip to content

Commit d024bd1

Browse files
committed
Implement support for "colour" changes.
1 parent 1211db3 commit d024bd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

colour_checker_detection/examples/examples_detection.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,15 +379,15 @@
379379
" \n",
380380
" image_a = adjust_image(image)\n",
381381
"\n",
382-
" plot_image(colour.cctf_encoding(segmented_image), text_parameters={\n",
382+
" plot_image(colour.cctf_encoding(segmented_image), text_kwargs={\n",
383383
" 'text': 'Segmented Image',\n",
384384
" 'color': 'black'\n",
385385
" })\n",
386386
" \n",
387387
" cv2.drawContours(image_a, swatches, -1, (1, 0, 1), 3)\n",
388388
" cv2.drawContours(image_a, clusters, -1, (0, 1, 1), 3)\n",
389389
"\n",
390-
" plot_image(colour.cctf_encoding(image_a), text_parameters={\n",
390+
" plot_image(colour.cctf_encoding(image_a), text_kwargs={\n",
391391
" 'text': 'Swatches & Clusters',\n",
392392
" 'color': 'white'\n",
393393
" });"

0 commit comments

Comments
 (0)