Laplacian Blob Detector Using Python

Scale-Space Blob Detection Implementing a Laplacian blob detector in python from scratch Features generated from Harris Corner Detector are not invariant to scale. For feature tracking, we need features which are invariant to affine transformations. Laplacian blob detector is one of the basic methods which generates features that are invariant Read more…