Closed shuyangyue closed 6 years ago
Hi, Dense alignment images shown in readme are plotted by Matlab. Simply use:
imshow(image);
hold on;
pcshow(vertices);
view(2);
Notice that, the color doesn't mean correspondence, the order of vertices actually represents the dense correspondences.
Thank you! i fixed it!
In your code, there is green circle to represent the dense points, could you tell me how to plot the color dense points as shown in the readme.md