hi_point_pair_info

Description

Defines the pixel coordinates in the input and output images.

Prototype

hi_point_pair_info = {"src_point": hi_point[4],
                      "src_point_count": src_point_count,
                      "dest_point": hi_point[4],
                      "dest_point_count": dest_point_count}

Members

Member

Description

src_point

Dictionary, pixel coordinates of the input image.

src_point_count

Int, number of pixel coordinates of the input image.

dest_point

Dictionary, pixel coordinates of the output image.

dest_point_count

Int, number of pixel coordinates of the output image.