Obtaining the current size

void unweaverCurrentSize(SEAM_UNWEAVER *weaver, int *widthptr,int *heightptr);

Returns the current size of the specified unweaver. The current size is the size the input image would have reached after the sequence of horizontal and vertical seam removals already performed via unweaverNextHorizontal and unweaverNextVertical.

weaver
Pointer to the unweaver whose size is desired.
widthptr
A pointer to an integer that will receive the current width.
heightptr
A pointer to an integer that will receive the current height.



Hayden Walles 2015-09-02
SourceForge.net Logo