Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/transform_auto_correct_color.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/transform_auto_correct_color_nonlinear.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down