Trainable COSFIRE filters for keypoint detection and pattern recognition
A COSFIRE filter is automatically configured to be selective for a local contour pattern specified by a single example. The configuration comprises selecting given channels of a bank of Gabor filters and determining certain blur and shift parameters. Gabor filters are, however, not intrinsic to the method and any other orientation-selective filters can be used. A COSFIRE filter response is computed as the weighted geometric mean of the blurred and shifted responses of the selected Gabor filters. It shares similar properties with some shape-selective neurons in visual cortex, which provided inspiration for this work.
In our publication, which is given below, we demonstrated the effectiveness of the proposed filters in three applications: the detection of retinal vascular bifurcations (DRIVE data set: 98.50% recall, 96.09% precision), the recognition of handwritten digits (MNIST data set: 99.48% correct classification),
and the detection and recognition of traffic signs in complex scenes (100% recall and precision).
COSFIRE filters are conceptually simple and easy to implement. They are versatile keypoint detectors and are highly effective in practical computer vision applications.
You are kindly invited to use this Matlab implementation and cite the following article:
George Azzopardi and Nicolai Petkov, "Trainable COSFIRE filters for keypoint detection and pattern recognition", IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 35(2), pp. 490-503, 2013.
Paper [pdf]: http://www.computer.org/csdl/trans/tp/2013/02/ttp2013020490.pdf
Cita come
George Azzopardi (2025). Trainable COSFIRE filters for keypoint detection and pattern recognition (https://www.mathworks.com/matlabcentral/fileexchange/37395-trainable-cosfire-filters-for-keypoint-detection-and-pattern-recognition), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- Image Processing and Computer Vision > Computer Vision Toolbox > Feature Detection and Extraction >
- AI and Statistics > Deep Learning Toolbox > Image Data Workflows > Pattern Recognition and Classification >
- Signal Processing > Wavelet Toolbox > Filter Banks >
Tag
Riconoscimenti
Ispirato: Gender recognition from face images with trainable COSFIRE filters, Genetic algorithm-based optimization for COSFIRE filters with application to object recognition, Trainable COSFIRE filters for curvilinear structure delineation in images
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
COSFIRE/COSFIRE_MatlabCode/Application/
COSFIRE/COSFIRE_MatlabCode/COSFIRE/
COSFIRE/COSFIRE_MatlabCode/Gabor/
Versione | Pubblicato | Note della release | |
---|---|---|---|
1.11 | Fixed a bug with the handling of parameter params.COSFIRE.t2 in configureCOSFIRE.m |
|
|
1.9.0.0 | Changed link to pdf file |
||
1.8.0.0 | Fixed a spelling mistake in the description |
||
1.7.0.0 | Corrected the url to download the paper |
||
1.6.0.0 | Added a hyperlink in the Description to download the paper. |
||
1.5.0.0 | Removed a pre-compiled version of a c-function. |
||
1.4.0.0 | 1. Added the compilation of a required c-function.
|
||
1.2.0.0 | Added file dilate.mexw64 which is needed for 64-bit machines. |
||
1.0.0.0 |