Need help regarding Image collection for comparison and plotting graph.
이전 댓글 표시
Suppose I want to compare our processed image with the processed image of previous research paper in terms of PSNR value and plot a graph for comparison among them. How to do that ? From where i can get the output images of past research article. What is the process for doing the comparison? Please help me.
댓글 수: 4
KSSV
2021년 8월 25일
For PSNR you have inbuilt function. You can also have a look on other factor for comparison, it is known as structural similiraity index, read about ssim. Coming about images, if author menitions dataset, he shall give a link to the dataset. If not given you can try to mail the author and ask for data. Overall it depends on what specific problem you are talking about.
Arghya Pathak
2021년 8월 25일
편집: Arghya Pathak
2021년 8월 25일
DGM
2021년 8월 25일
IPT has ssim() as of R2014a
To graph, use plot()
Arghya Pathak
2021년 8월 31일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Image Quality에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!