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

asked 2018-09-18 12:08:54 -0600

Vikum Dheemantha gravatar 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.

edit retag flag offensive close merge delete

Comments

You want to check the homogeneity of a triangle? What do you mean by homogeneous?

sjhalayka gravatar imagesjhalayka ( 2018-09-18 13:25:44 -0600 )edit

This is what I need. https://en.wikipedia.org/wiki/Split_a.... Sorry if my question is not in understandable manner. @sjhalayaka

Vikum Dheemantha gravatar imageVikum Dheemantha ( 2018-09-19 02:59:20 -0600 )edit