Borrar filtros
Borrar filtros

Feature detection on image

2 visualizaciones (últimos 30 días)
Leslie Wong
Leslie Wong el 20 de Abr. de 2020
Respondida: Aditya Mittal el 22 de Abr. de 2020
Want to know the best detection method in matlab for the feature on the attached image. I have also attached the original jpg file

Respuesta aceptada

Aditya Mittal
Aditya Mittal el 22 de Abr. de 2020
Hi,
There are various feature detection and extraction algorithms. All of them are directly available to use in Computer Vision Toolbox.
As per my knowledge, according to your image Local Binary Pattern (LBP) feature extraction algorithm will give the best results. As in your image, feature is an area in the image which is of different intensisty then it’s neighbours. Which means you are trying to detect the texture of the image, which can be best done by LBP.
Below is the link for documentation of local feature detection and extraction-

Más respuestas (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by