pub fn draw_feature_coord(
x: PixelAddress,
y: PixelAddress,
img: &mut Frame,
three_color: bool,
color: Option<[u8; 3]>,
)
Expand description
Draw a cross on the given img
at the given x
and y
coordinates
pub fn draw_feature_coord(
x: PixelAddress,
y: PixelAddress,
img: &mut Frame,
three_color: bool,
color: Option<[u8; 3]>,
)
Draw a cross on the given img
at the given x
and y
coordinates