pyvale.sensorsim.imagetools module¶
- class ImageTools[source]¶
Bases:
object- static edge_function(vert_a, vert_b, vert_c)[source]¶
Calculate the signed 2D edge function for a point or point array.
- static elem_bound_box_low(coord_min)[source]¶
Return lower integer element bounds clipped to image index zero.
- static elem_bound_box_high(coord_max, image_px)[source]¶
Return upper integer element bounds clipped to the image extent.