global-matting icon indicating copy to clipboard operation
global-matting copied to clipboard

An implementation of global matting algorithm for OpenCV.

Results 3 global-matting issues
Sort by recently updated
recently updated
newest added

I'v tried this repo to generated some alpha map from trimp(first row) and the alpha result(second row) as below.Can some one tell what's wrong with this, it seems some noise...

Dear Atılım, I encountered problem when using the library on iOS, which happened when I trying to get boundary: ``` std::vector foregroundBoundary = findBoundaryPixels(trimap, 255, 128); std::vector backgroundBoundary = findBoundaryPixels(trimap,...