calculate_and_visualize_GVI: Calculate and Visualize Green View Index (GVI) from an image
Description
This function reads an image, performs superpixel segmentation (using the SuperpixelImageSegmentation library), calculates the Green View Index (GVI),
and returns a list containing the segmented image, the green pixels image, and the calculated GVI.
Usage
calculate_and_visualize_GVI(image_path)
Value
A list containing the Green View Index (GVI), the segmented image, and the green pixels image.