CVBpy 14.0
Image Member List

This is the complete list of members for Image, including all inherited members.

boundsImagestatic
clone(self)Image
color_modelImagestatic
coordinate_systemImagestatic
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
from_images(int mapping, List[cvb.Image] images)Image
from_planes(int mapping, List[cvb.ImagePlane] planes)Image
get_pixel(self, cvb.Point2D position)Image
heightImagestatic
image_to_pixel_coordinates(self, cvb.Point2D point)Image
load(str file_name)Image
map(self, cvb.Rect source_rect, Optional[cvb.Size2D] target_size)Image
pixel_to_image_coordinates(self, cvb.Point2D point)Image
plane_data_types_identicalImagestatic
planesImagestatic
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, str file_name)Image
sizeImagestatic
unregister_event_pixel_content_changed(self, cvb.EventCookie event_cookie)Image
widthImagestatic