Make it easier to use user defined colormaps in matplotlib. Default colormaps are from NCL website. Users can define a environmental variable CMAP_DIR pointing to the folder containing the ...
Use a fixed threshold value (e.g., 127) for global thresholding with cv2.threshold(). Pixels with intensity above this value are set to maximum intensity (255), and the rest are set to minimum ...