Overload List
Name | Description |
---|---|
ExtractSURF(SURFDetector%) |
Finds robust features in the image (basic descriptor is returned in this case). For each feature it returns its location, size, orientation and optionally the descriptor, basic or extended. The function can be used for object tracking and localization, image stitching etc
|
ExtractSURF(Image<(Of <<'(Gray, Byte>)>>), SURFDetector%) |
Finds robust features in the image (basic descriptor is returned in this case). For each feature it returns its location, size, orientation and optionally the descriptor, basic or extended. The function can be used for object tracking and localization, image stitching etc
|