_clip_warp_output(input_image, output_image, order, mode, cval, clip)
Note that this function modifies the values of :None:None:`output_image`
in-place and it is only modified if clip=True
.
The order of the spline interpolation, default is 1. The order has to be in the range 0-5. See skimage.transform.warp
for detail.
Points outside the boundaries of the input are filled according to the given mode. Modes match the behaviour of numpy.pad
.
Used in conjunction with mode 'constant', the value outside the image boundaries.
Whether to clip the output to the range of values of the input image. This is enabled by default, since higher order interpolation may produce values outside the given input range.
Input image.
Output image, which is modified in-place.
Clip output image to range of values of input image.
Hover to see nodes names; edges to Self not shown, Caped at 50 nodes.
Using a canvas is more power efficient and can get hundred of nodes ; but does not allow hyperlinks; , arrows or text (beyond on hover)
SVG is more flexible but power hungry; and does not scale well to 50 + nodes.
All aboves nodes referred to, (or are referred from) current nodes; Edges from Self to other have been omitted (or all nodes would be connected to the central node "self" which is not useful). Nodes are colored by the library they belong to, and scaled with the number of references pointing them