Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 790 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 790 Bytes

Thresholding--OpenCV

The idea of thresholding is to further-simplify visual data for analysis. First, we have to convert to gray-scale, but then we have to consider that grayscale still has at least 255 values. Thresholding can convert everything to white or black, based on a threshold value.

                                                 Outputs:

1 2 4 3