How to find the accuracy using MatLab between referenced value and measured one??
조회 수: 1 (최근 30일)
이전 댓글 표시
How to find the accuracy using MatLab between referenced value and measured one??
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/151773/image.jpeg)
Attached figure is bar graph between 7 Query image (Major axis) and retrieved image((Major axis)
How to calculate the Sensitivity and specificity Or Accuracy and precision using matlab؟؟
댓글 수: 0
답변 (1개)
Image Analyst
2015년 7월 1일
Depends on what you're looking for. My statistician friends would tell you to contact your friendly statistician colleague for a tutorial on Gauge R&R: https://en.wikipedia.org/wiki/ANOVA_gauge_R%26R
Or maybe you just want to use immse() or psnr() or some simpler but less theoretically robust methods than Gauge R&R.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!