I am using EmguCV's (Ver 3.1) SurfFeature example and trying to count the amount of matched pairs of points between both images.
It seems that "mask" variable stores the match information, but I don't know how the information is stored.
For example, can you tell me how many matched pair of points are found? Which point matches which point?