{ } Raw JSON

bundles / skimage 0.26.1rc0.dev0+git20260530.b607368ff / skimage / feature / orb / ORB / detect_and_extract

function

skimage.feature.orb:ORB.detect_and_extract

source: /dev/scikit-image/src/skimage/feature/orb.py :290

Signature

def   detect_and_extract ( self image )

Summary

Detect oriented FAST keypoints and extract rBRIEF descriptors.

Extended Summary

Note that this is faster than first calling detect and then extract.

Parameters

image : 2D array

Input image.

Aliases

  • skimage.feature.ORB.detect_and_extract