Tag Archives: gaussian filter

Matched Filters with OpenCV

Creating Custom Filter Banks with OpenCV¶ Suppose in order to extract curved lines from the image, we create a bank of filters (matched filters) designed to illicit a response from line segments of different orientation. To reconstruct the curves we apply each filter in the bank to the given image and then return the maximum… Read More »