proportions of a perspective-deformed rectangle

Here is my attempt at answering my question after reading the paper Zhengyou Zhang , Li-Wei He, “Whiteboard scanning and image enhancement” http://research.microsoft.com/en-us/um/people/zhang/papers/tr03-39.pdf I manipulated the equations for some time in SAGE, and came up with this pseudo-code in c-style: // in case it matters: licensed under GPLv2 or later // legend: // sqr(x) = … Read more

What is “semantic segmentation” compared to “segmentation” and “scene labeling”?

“segmentation” is a partition of an image into several “coherent” parts, but without any attempt at understanding what these parts represent. One of the most famous works (but definitely not the first) is Shi and Malik “Normalized Cuts and Image Segmentation” PAMI 2000. These works attempt to define “coherence” in terms of low-level cues such … Read more