From ca9f6f315ac468ed2d5bd4f8daabb3873416db8e Mon Sep 17 00:00:00 2001 From: Josh Sumner <51797700+joshqsumner@users.noreply.github.com> Date: Tue, 9 Jun 2026 10:53:12 -0500 Subject: [PATCH 1/2] clarify docs name --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 7f8a1c83b..80f3fa3ba 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -187,7 +187,7 @@ nav: - 'Checkerboard Calibration': transform_checkerboard_calibration.md - 'Create Color Card Mask': create_color_card_mask.md - 'Convert Color Card to Matrix': get_color_matrix.md - - 'Color Correction Workflow': transform_correct_color.md + - 'Color Correct to Target Image': transform_correct_color.md - 'Quick Color Check': quick_color_check.md - 'Affine Color Correction': transform_affine_color_correction.md - 'Standard Color Matrix': std_color_matrix.md From a17e6ff7a643b52ecdff36bdebb5b204fd2f7068 Mon Sep 17 00:00:00 2001 From: Josh Sumner <51797700+joshqsumner@users.noreply.github.com> Date: Tue, 9 Jun 2026 10:56:47 -0500 Subject: [PATCH 2/2] linking to images of different color card types --- docs/transform_auto_correct_color.md | 2 +- docs/transform_auto_correct_color_nonlinear.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/transform_auto_correct_color.md b/docs/transform_auto_correct_color.md index 41bcd39eb..33b765737 100644 --- a/docs/transform_auto_correct_color.md +++ b/docs/transform_auto_correct_color.md @@ -11,7 +11,7 @@ in the RGB space after automatic detection of a color card within the image. A o - **Parameters** - rgb_img - Input RGB image data containing a color card. - - color_chip_size - Type of color card to be detected, (case insensitive, either "classic", "passport", "nano", "mini", + - color_chip_size - [Type of color card](transform_detect_color_card.md#Supported Color Card) to be detected, (case insensitive, either "classic", "passport", "nano", "mini", "cameratrax", or "astro", by default `None`). Or provide `(width, height)` of your specific color card in millimeters. If set then the type of color card (macbeth chart or astrobotany calibration sticker) and size scalings parameters `pcv.params.unit`, `pcv.params.px_width`, and `pcv.params.px_height` are automatically set, and utilized throughout linear diff --git a/docs/transform_auto_correct_color_nonlinear.md b/docs/transform_auto_correct_color_nonlinear.md index 62b94c0ea..7944a11a0 100644 --- a/docs/transform_auto_correct_color_nonlinear.md +++ b/docs/transform_auto_correct_color_nonlinear.md @@ -8,7 +8,7 @@ Corrects the color of the input image based on the target color matrix using a n - **Parameters** - rgb_img - Input RGB image data containing a color card. - - color_chip_size - Type of color card to be detected, (case insensitive, either "classic", "passport", "nano", "mini", + - color_chip_size - [Type of color card](transform_detect_color_card.md#Supported Color Card) to be detected, (case insensitive, either "classic", "passport", "nano", "mini", or "cameratrax", by default `None`). Or provide `(width, height)` of your specific color card in millimeters. If set then size scalings parameters `pcv.params.unit`, `pcv.params.px_width`, and `pcv.params.px_height` are automatically set, and utilized throughout linear and area type measurements stored to `Outputs`.