I know it could be seen as a very basic question, but, how can I calculate the fractal dimention for individual shapes in a figure?.
That is a idealised image basically genrated with cv2.fillPoly(image_blank, pts = np.int32([pol_vert]), color = (0,0,0)):
That is a kind of real one (segmented image from a SEM sample):
![Random shapes generated thorugh parametric equations for ellipseswith some noise in the radium (cv2.fillPoly(image_blank, pts = np.int32([pol_vert]), color = (0,0,0)))](https://i.stack.imgur.com/TtaeC.png)
