Closed Skgland closed 4 months ago
In the description of e.g. imageproc::drawing::draw_antialiased_line_segment there is a link to an interpolate function which gets resolved as imageproc::drawing::interpolate which doesn't exist. Based on looking at the source and especially the tests it appearse this is supposed to referee to imageproc::pixelops::interpolate instead.
imageproc::drawing::draw_antialiased_line_segment
interpolate
imageproc::drawing::interpolate
imageproc::pixelops::interpolate
In the description of e.g.
imageproc::drawing::draw_antialiased_line_segment
there is a link to aninterpolate
function which gets resolved asimageproc::drawing::interpolate
which doesn't exist. Based on looking at the source and especially the tests it appearse this is supposed to referee toimageproc::pixelops::interpolate
instead.