Constructor
obj = cv.VGG()
obj = cv.VGG('OptionName',optionValue, ...)
Options
- Desc Type of descriptor to use, '120' is default (120
dimensions float). Available types are:
- Sigma Gaussian kernel value for image blur. default is 1.4
- ImgNormalize Use image sample intensity normalization.
default true
- UseScaleOrientation Sample patterns using keypoints
orientation. default true
- ScaleFactor Adjust the sampling window of detected
keypoints to 64.0 (VGG sampling window).
- DescNormalize Clamp descriptors to 255 and convert to
uint8
. default false