I impliment the random delaunay triangulation on a image, using subdiv2d in python. I want to check the each triangle region(Generated by delaunay triangulation) is homogeneous or not. How can I achieve this using openCV? Thanks.
1 | initial version |
I impliment the random delaunay triangulation on a image, using subdiv2d in python. I want to check the each triangle region(Generated by delaunay triangulation) is homogeneous or not. How can I achieve this using openCV? Thanks.