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.
You want to check the homogeneity of a triangle? What do you mean by homogeneous?
This is what I need. https://en.wikipedia.org/wiki/Split_a.... Sorry if my question is not in understandable manner. @sjhalayaka