MATLAB File Help: cv.GeneralizedHoughBallard/findobj Go to online doc for cv.GeneralizedHoughBallard/findobj Index
cv.GeneralizedHoughBallard/findobj

Find objects matching specified conditions. The FINDOBJ method of the HANDLE class follows the same syntax as the MATLAB FINDOBJ command, except that the first argument must be an array of handles to objects.

HM = FINDOBJ(H, ) searches the handle object array H and returns an array of handle objects matching the specified conditions. Only the public members of the objects of H are considered when evaluating the conditions. Help for cv.GeneralizedHoughBallard/findobj is inherited from superclass handle

See also
Method Details
Defining Class handle
Access public
Sealed false
Static false