I have detected edges from an image and now I want to compare my result with the groundtruth of that image which has .mat/.seg extension.
Show older comments
anyone who can help me?
Answers (1)
Image Analyst
on 31 May 2014
0 votes
You can read in your .mat ground truth image with load(). I don't know how to read in a .seg format file, nor have I ever heard of it. Then you can just subtract the images and count up the number of times (# of pixels) they agree and disagree.
Categories
Find more on Computer Vision Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!