Skip to content

Commit

Permalink
remove colorize step from code example
Browse files Browse the repository at this point in the history
debug image already has a colorful image now so not needed
  • Loading branch information
HaleySchuhl committed Jul 29, 2024
1 parent dd14d7d commit d2bdce4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/Points.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ marker.import_list(coords=centroid_coords, label="stomata")
# Filter the binary mask based on corrected annotations
corrected_mask, num = marker.correct_mask(bin_img=bin_mask)

# Optional visualization
colorful = pcv.visualize.colorize_label_img(label_img=corrected_mask)

# Analysis steps here
size_img = pcv.analyze.size(img=img, labeled_mask=corrected_mask, n_labels=num)
```
Expand Down

0 comments on commit d2bdce4

Please sign in to comment.