フィルターのクリア

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

1 回表示 (過去 30 日間)
RACHEL LYN JAHIRIN
RACHEL LYN JAHIRIN 2023 年 6 月 9 日
回答済み: Udit06 2023 年 11 月 24 日
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 件のコメント
Image Analyst
Image Analyst 2023 年 6 月 9 日
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.

サインインしてコメントする。

回答 (1 件)

Udit06
Udit06 2023 年 11 月 24 日
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.

カテゴリ

Help Center および File ExchangeImage Processing and Computer Vision についてさらに検索

製品


リリース

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by