@staticmethod
    def convert_hsv_and_remove_luminance(image):
        """
        Converts an RGB colour image to use the HSV colour space (using 'cv2.cvtColor'), before removing the 'Value' channel by setting it to 0 in all pixels.