set_stitch_overlap method
Use this method to set the overlap between sub-images when a scrolled window is stitched.
Syntax
configval = config.set_stitch_overlap(stitch_overlap)
Parameters
- stitch_overlap
- Type:int
- The width of the stitch overlap in pixels.
Return value
- Type: Self
-
The value returned is the object that called the method.
This allows you to use a fluent style to call the
setXXXX
methods of the Configuration class.