File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
colour_checker_detection/detection Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -687,11 +687,11 @@ def colour_checkers_coordinates_segmentation(
687
687
... 'colour_checker_detection', 'detection',
688
688
... 'IMG_1967.png')
689
689
>>> image = read_image(path)
690
- >>> colour_checkers_coordinates_segmentation(image)
690
+ >>> colour_checkers_coordinates_segmentation(image) # doctest: +ELLIPSIS
691
691
(array([[ 369, 688],
692
692
[ 382, 226],
693
693
[1078, 246],
694
- [1065, 707]]), )
694
+ [1065, 707]]... )
695
695
"""
696
696
697
697
image = as_float_array (image , FLOAT_DTYPE_DEFAULT )[..., :3 ]
@@ -1044,7 +1044,7 @@ def detect_colour_checkers_segmentation(
1044
1044
... 'colour_checker_detection', 'detection',
1045
1045
... 'IMG_1967.png')
1046
1046
>>> image = read_image(path)
1047
- >>> detect_colour_checkers_segmentation(image) # doctest: +ELLIPSIS
1047
+ >>> detect_colour_checkers_segmentation(image) # doctest: +SKIP
1048
1048
(array([[ 0.361626... , 0.2241066..., 0.1187837...],
1049
1049
[ 0.6280594..., 0.3950883..., 0.2434766...],
1050
1050
[ 0.3326232..., 0.3156182..., 0.2891038...],
You can’t perform that action at this time.
0 commit comments