Datasets¶
-
class
datasets.imm.
IMMPoints
(filename=None, points_list=None)[source]¶ Accepts IMM datapoint file which can be shown or used
-
get_image
()[source]¶ Get the image corresponding to the filename If filename == image_1.asf, then we read image_1.jpg from disk and return this to the user.
- Returns:
- ndarray image
-
get_points
()[source]¶ Get the flattened list of points
- Returns:
- ndarray. flattened array of points, see AAMPoints for more information.
-