Set the value of X-dimension for the center point of the selection rectangle. e.g. i_c_x_100 will set the center point X-value to 100. Value can be an integer and in pixels or it can be in [0, 1] range float number which is interpreted as percentage of the original image size.
i_c_y_{value}
Set the value of Y-dimension for the center point of the selection rectangle. e.g. i_c_y_100 will set the center point Y-value to 100. Value can be an integer and in pixels or it can be in [0, 1] range float number which is interpreted as percentage of the original image size.
i_h_{value}
Set the height of the selection rectangle. e.g. i_h_200 will set the selection rectangle height to 200 pixels. Value can be an integer and in pixels or it can be in [0, 1] range float number which is interpreted as percentage of the original image size.
i_w_{value}
Set the width of the selection rectangle. e.g. i_w_200 will set the selection rectangle width to 200 pixels. Value can be an integer and in pixels or it can be in [0, 1] range float number which is interpreted as percentage of the original image size.
i_h_ih
Set the height of the selection rectangle to image height.
i_w_iw
Set the width of the selection rectangle to image width.
Set the selection rectangle to the most focused face.
i_c_face_{value}
Set the selection rectangle to the n`th face present in the image. The face number automatically asigned according to the focusness of that specefic face and starting from zero. e.g. i_c_face_2 will select the third face in the image.
Set the selection rectangle to the object specified by the value. e.g. i_c_object_car will set the selection rectangle around the car objects in the image.
Info
The list of objects we detect are documented in object detection API reference.