@staticmethod
    def extract_rows_cols_pixels_image(required_rows, required_cols, image):
        """
        Extracts the pixel defined at each specified row-column position within the image by calculating the cartesian product
        between the collection of specified rows and columns.