percent of similarity between images

2 ビュー (過去 30 日間)
Juan Pablo Guamn Bernal
Juan Pablo Guamn Bernal 2021 年 5 月 13 日
Hi everyone
I have a set of 8 different types of images, I need to develop a system that allows from a new image, how much look like to the differents categories, I mean as an example:
Looks like "A type image" - 70%
Looks like "B type image" - 20%
Looks like "C type image" - 8%
.. And so on
I already used bag of words and pre trained alexnet NN for classification, and both work pretty well, but it only chosed one of the different cateogories. One of the ideas, that I have, is used Fuzzy logic and trough mermership functions defined this percentages of memership for each new image, but I don`t have idea if this could work and how to do it. If there is another way to accomplish this, will be great, I really appreciate all your help, thanks to all.

採用された回答

Stephan
Stephan 2021 年 5 月 14 日
編集済み: Stephan 2021 年 5 月 14 日
When using a neural net you could use the score output argument to get this. Look at this example there is a bar chart based on the score values for classifying objects in images:
  1 件のコメント
Juan Pablo Guamn Bernal
Juan Pablo Guamn Bernal 2021 年 5 月 15 日
great, thanks a lot

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeRecognition, Object Detection, and Semantic Segmentation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by