You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/get_color_matrix.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Computes the average *R*, *G*, *B* values for each region in the RGB image denot
8
8
9
9
-**Parameters**
10
10
- rgb_img - RGB image with color chips visualized
11
-
- mask - a gray-scale img with unique values for each segmented space, representing unique, discrete color chips.
11
+
- mask - a gray-scale img with unique values for each segmented space, representing unique, discrete color chips. Likely created with [`pcv.transform.detect_color_card`](transform_detect_color_card.md).
12
12
13
13
-**Returns**
14
14
- color_matrix - a *n* x 4 matrix containing the average red value, average green value, and average blue value for each color chip.
Copy file name to clipboardexpand all lines: docs/transform_affine_color_correction.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,8 @@ Euclidean distance between the transformed source color values and the target co
15
15
- rgb_img - an RGB image with color chips visualized
16
16
- source_matrix - array of RGB color values (intensity in the range [0-1]) from the image to be corrected where each row is one color reference and the columns are organized as index,R,G,B
17
17
- target_matrix - array of target RGB color values (intensity in the range [0-1]) where each row is one color reference and the columns are organized as index,R,G,B
0 commit comments