Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How can I check homogenity of the grayscale region of the image?

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.