Suggest some Tutorial book or pdf to learn Content Based Image and Video Retrieval with Matlab

2 ビュー (過去 30 日間)
hi, I want to learn CBIR with matlab. Please suggest some Tutorial, Documentation , Pdf etc for Learning this. It would be very helpfull if you suggest some.Thank you in advance:
  2 件のコメント
Anuj kumar Sahu
Anuj kumar Sahu 2021 年 3 月 12 日
Can you suggest some books to learn CBIR by matlab as the documentation seems hard to understand
Thanks in advance :)
Amit
Amit 2021 年 6 月 5 日
  1. You need to form color, shape and texture descriptors for each of your database image.
  2. You need to find color, shape and texture descriptors for query image also.
  3. Then you need to compare descriptors of unknown image to descriptors of database images display similar images.
  4. Simple Euclidean distance or Support vector machine algorithm can be used to match the descriptors.
  5. As advance feature you can use Genetic algorithm to interactive rate retrieved images to exract beter matching images in next iteration.
You can send me you database images on amit.kenjale@gmail.com, I will suggest you best descriptor and suitable approach of image retrieval that will be suitable for all of your images.

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

採用された回答

Nagasai Bharat
Nagasai Bharat 2021 年 3 月 9 日
Hi,
The following link should help you getting started on this using MATLAB.Requirement would be the Computer Vision Toolbox

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeConvert Image Type についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by