Azzera filtri
Azzera filtri

what is the coding to get a feature extraction gmlog for a image?

1 visualizzazione (ultimi 30 giorni)
hi matlab community, i try to get the feature extraction of gmlog for all the image in LIVE database but i do not know the right coding. This is for my final year project. Can see the file attach. I really2 appreciate your help.
  1 Commento
Image Analyst
Image Analyst il 9 Giu 2023
If you have any more questions, then attach at least two of your images after you read this:
Also, I don't know what the "LIVE database" is.

Accedi per commentare.

Risposte (1)

Udit06
Udit06 il 24 Nov 2023
Hi Rachel,
I understand that you want to perform Gradient Magnitude of Laplacian of Gaussian(gmlog) on each image present in the Laboratory for Image & Video Engineering (LIVE) image dataset. You can follow the following steps to achieve the same.
1) Compute the Laplacian of Gaussian of the image. You can refer the following MATLAB answer to understand how to perform the same.
2) Compute the gradient magnitude of the resultant image obtained after step 1. You can refer to the following MathWorks documentation to understand how to compute gradient magnitude of an image.
3) Repeat the steps 1 and 2 for each image present in the dataset. You can either use a loop to process each image or you can use "imageDatastore" object for the same. You can refer to the following MathWorks documentation to understand more about "imageDatastore" object.
I hope this helps.

Prodotti


Release

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by