openalea.phenomenal.image.threshold

Algorithms to threshold image

Functions

threshold_hsv(image, hsv_min, hsv_max[, mask])

Binarize HSV image with hsv_min and hsv_max parameters.

threshold_meanshift(image, mean_image[, ...])

Threshold pixels in numpy array such as.

threshold_meanshift_enhance(image, mean_image)