The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
0answers
41 views

Perceptually Corresponding Error Map

Is there any better measurement of error between two images than just taking pixel value differences? The problem I am tackling is stitching images containing "sensitive" objects, such as moving ...
6
votes
1answer
776 views

How do I evaluate the performance of a segmentation algorithm?

I'm currently on a project of liver tumor segmentation. I segmented the liver using region growing, and I have to assess how accurate the result is. I recently learnt that there are certain metrics ...
5
votes
1answer
306 views

What segmentation methods can be used for simple images?

As related to the project I am currently involved in, I have come to realize that one thing that might help is for me to 'segment' my image. To that end, I have shown a very simple example below. ...
20
votes
3answers
1k views

Best way of segmenting veins in leaves?

I have done a lot of research and found out methods like adaptive thresholding , watershed etc that can be used of detecting veins in leaves . However thresholding isn't good as it introduces a lot of ...