Source position: libopencv2.pas line 2355
type TCvTreeNodeIterator = record
node: Pointer;
level: Integer;
max_level: Integer;
end;