Skip to content

Commit 565f079

Browse files
committed
Update transform_detect_color_card.md
extra examples of grabbing outputs
1 parent 948979b commit 565f079

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/transform_detect_color_card.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ rgb_img, path, filename = pcv.readimage("target_img.png")
3333
cc_mask = pcv.transform.detect_color_card(rgb_img=rgb_img)
3434

3535
avg_chip_size = pcv.outputs.observations['default']['median_color_chip_size']['value']
36+
avg_chip_w = pcv.outputs.observations['default']['median_color_chip_width']['value']
37+
avg_chip_h = pcv.outputs.observations['default']['median_color_chip_height']['value']
3638

3739
```
3840

0 commit comments

Comments
 (0)