MATLAB File Help: cv.AgastFeatureDetector/findprop | Go to online doc for cv.AgastFeatureDetector/findprop | Index |
Find property of MATLAB handle object. p = FINDPROP(H,'PROPNAME') finds and returns the META.PROPERTY object associated with property name PROPNAME of scalar handle object H. PROPNAME must be a string. It can be the name of a property defined by the class of H or a dynamic property added to scalar object H.
If no property named PROPNAME exists for object H, an empty META.PROPERTY array is returned.
Help for cv.AgastFeatureDetector/findprop is inherited from superclass handle
Defining Class | handle |
Access | public |
Sealed | false |
Static | false |