Previous: DgFileHandlerUp: PARC DataGlyph Toolkit 4.0 APINext: DgFindGlyphInfo
DgFindGlyphGeom  (from DgFindGlyphInfo.c)

Summary

Parameters

context Specify context
image Specify which image to analyze
rect Specify a region of the image, or NULL for the entire image
minAngle Specify the smallest angle, between -PI/4 and PI/4 in radians, to consider
maxAngle Specify the largest angle, between -PI/4 and PI/4 in radians, to consider.
info Pointer to an array, each entry of which may be used to hold a possible configuration info of the glyph image on output.
lenInfo On input, *lenInfo indicates the length of array info[]; On output, *lenInfo indicates the number of possible configurations detected. The implementation of this interface is responsible to make sure that the output value of *lenInfo is no greater than the input value of *lenInfo.

Output Parameters

info See above explanation
lenInfo See ahove explanation

Return Value