bayesian-matting
bayesian-matting copied to clipboard
Wrong argument type in the main file
I think there is a wrong type in the example available here: https://github.com/MarcoForte/bayesian-matting/blob/master/bayesian_matting.py#L192
Should not this be just:
trimap = scipy.misc.imread("gandalfTrimap.png", flatten=True)