pyaesthetics.visualcomplexity.get_visual_complexity_gradient¶
- pyaesthetics.visualcomplexity.get_visual_complexity_gradient(image)¶
Calculate the visual complexity of an image using gradient magnitude.
- Parameters:
image – Input image (color).
- Returns:
Mean of the merged gradient magnitudes.