defocus_segmentation icon indicating copy to clipboard operation
defocus_segmentation copied to clipboard

LBP-based segmentation of defocus blur

Results 2 defocus_segmentation issues
Sort by recently updated
recently updated
newest added

I wonder which value would indicate better how sharp an image is from the generated map: ```py sharpness_map = lbpSharpness(img_gray, 21, 0.016) sharpness = np.mean(sharpness_map) # (or) sharpness = np.var(sharpness_map)...

Hello Thank you for this amazing code. Can you please help me in converting the sharpness map to a segmented image