Source position: libopencv2.pas line 3028
type TcvFindFeaturesBoxed = function(
tr: pCvFeatureTree;
bounds_min: pCvMat;
bounds_max: pCvMat;
out_indices: pCvMat
):Integer;