필터 지우기
필터 지우기

what is ground truth image? how to create it in matlab??

조회 수: 10 (최근 30일)
lina
lina 2012년 1월 3일
댓글: ycc 2018년 11월 6일
Hi everyone,
I want to compare PSNR between some edge detection operator and the ground truth image.. But I confuse what the ground truth image is?? and how to create it in matlab?? thanks

채택된 답변

David Young
David Young 2012년 1월 3일
"Ground truth" means a set of measurements that is known to be much more accurate than measurements from the system you are testing.
For example, suppose you are testing a stereo vision system to see how well it can estimate 3D positions. The "ground truth" might be the positions given by a laser rangefinder which is known to be much more accurate than the camera system.
Sometimes synthetic data are generated from a model, to test a system whose goal is to estimate parameters of the model. In such cases the "ground truth" is the known parameters of the model. Again stereo vision provides a good example: computer graphics can generate synthetic images from a 3D model, and then a stereo vision system can try to reconstruct the model. The original model is the "ground truth".
In the case of edge detection, it's much less clear what "ground truth" means, and in fact I don't think it's well defined, as edge detection generally involves making some (more or less) arbitrary choices. Nonetheless, I can think of two possible candidates: one is the output of an edge-detector which is generally accepted to be high-quality; the other is the edges drawn by an expert human looking at the image. Neither of these is really ground truth, however, and the term "gold standard" would be more applicable.
This comes down to a question to you: what is your ultimate goal? That is, why do you want "ground truth"?

추가 답변 (4개)

Walter Roberson
Walter Roberson 2012년 1월 3일
"ground truth" is not, as best I can tell, something that can be calculated. Please see http://www.mathworks.com/matlabcentral/answers/8745-oversegmentation-was-find-groundtruth-of-an-image

lina
lina 2012년 1월 3일
Hi Walter, thanks for the reply, but in your link looks that this case have not got the truth answer right?? Maybe you have the answer??

lina
lina 2012년 1월 3일
I need the way how to create image.. for example lena.jpg 256x256 to the groundtruth image
  댓글 수: 1
Walter Roberson
Walter Roberson 2012년 1월 3일
You would have had to have been at the photo session with "Lena" in order to compare your image to the "ground truth" that was Lena herself at that time and make-up and lighting and angle.

댓글을 달려면 로그인하십시오.


MALATHI P
MALATHI P 2017년 4월 6일
how to calculate performance metrics for a segmented 3D image???

카테고리

Help CenterFile Exchange에서 Detection에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by