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…

signature

Signature Recognition and validation System with forgery detection

Signature is a basic biometric trait of a human being used for human identity including finger recognition, face recognition, and voice recognition. Signature verification can be classified as offline(static) and online(dynamic). This project is an offline based one and works by using correlation techniques and signature pre-processing i.e., thinning, resizing, rotating Read more…