<< cv_blur ComputerVision cv_calchist >>

ComputerVision >> ComputerVision > cv_brief

cv_brief

Feature Descriptor

Calling Sequence

kp_out,des=cv_brief(image,kp_in)

Arguments

image

Input Image

kp_in

Keypoints from Feature Extractor

kp_out

Output Keypoints from Brief (Feature Descriptor)

des

KeyPoint Descriptor from Brief

Description

Feature Descriptor

cv_brief fucntion takes an input image and keypoint related to that image obtained from the feature extractor like cv_surf and cv_sift. For more Information http://opencv-python-tutroals.readthedocs.org/en/latest/py_tutorials/py_feature2d/py_brief/py_brief.html

Examples

[keypoint,descriptor]=cv_brief(input_image,keypoints_from_cv_surf)

See Also


Report an issue
<< cv_blur ComputerVision cv_calchist >>