This is the complete list of members for Image, including all inherited members.
bounds | Image | static |
clone(self) | Image | |
color_model | Image | static |
coordinate_system | Image | static |
copy(self, cvb.Image target_image, Optional[cvb.Rect] source_rect, Optional[cvb.Point2D] target_position) | Image | |
create(int width, int height, Optional[int] num_planes, Optional[cvb.DataType] data_type) | Image | |
create(cvb.Size2D size, Optional[int] num_planes, Optional[cvb.DataType] data_type) | Image | |
from_images(int mapping, List[cvb.Image] images) | Image | |
from_pixel_format(cvb.Size2D size, int format) | Image | |
from_pixel_format(int width, int height, int format) | Image | |
from_planes(int mapping, List[cvb.ImagePlane] planes) | Image | |
get_pixel(self, cvb.Point2D position) | Image | |
height | Image | static |
image_to_pixel_coordinates(self, cvb.Point2D point) | Image | |
image_to_pixel_coordinates(self, cvb.Area2D area) | Image | |
load(str file_name) | Image | |
map(self, cvb.Rect source_rect, Optional[cvb.Size2D] target_size) | Image | |
map_rotated(self, int rotation) | Image | |
pixel_to_image_coordinates(self, cvb.Point2D point) | Image | |
pixel_to_image_coordinates(self, cvb.Point2D area) | Image | |
plane_data_types_identical | Image | static |
planes | Image | static |
raise_pixel_content_changed(self, cvb.Rect rect) | Image | |
register_event_pixel_content_changed(self, Callable[[cvb.Image, cvb.Rect], None] handler) | Image | |
save(self) | Image | |
save(self, str file_name, float quality) | Image | |
size | Image | static |
unregister_event_pixel_content_changed(self, cvb.EventCookie event_cookie) | Image | |
width | Image | static |