{ } Raw JSON

bundles / skimage 0.26.1rc0.dev0+git20260530.b607368ff / skimage / feature / brief / BRIEF / extract

function

skimage.feature.brief:BRIEF.extract

source: /dev/scikit-image/src/skimage/feature/brief.py :158

Signature

def   extract ( self image keypoints )

Summary

Extract BRIEF binary descriptors for given keypoints in image.

Parameters

image : ndarray of shape (K, L)

Input image.

keypoints : ndarray of shape (N, 2)

Keypoint coordinates as (row, col).

Aliases

  • skimage.feature.BRIEF.extract