orb

package
v0.0.0-...-1956adf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// The number of points that produce each element of the oriented BRIEF descriptor.
	// The default value 2 means the BRIEF where we take a random point pair and compare their brightnesses, so we get 0/1 response.
	WTAK = 2 // opencv default

)

ORB feature extractor variables TODO: configurable

Variables

This section is empty.

Functions

func Features

func Features(img gocv.Mat, initial bool) ([]gocv.KeyPoint, gocv.Mat)

Compute the feature vectors for the input image. Learning: https://www.youtube.com/watch?v=4AvTMVD9ig0 for more information (it describes SIFT but works similarly for ORB too) - Detect keypoints in the image - Compute descriptors around each keypoint

func MatchDescriptors

func MatchDescriptors(descA, descB gocv.Mat) []gocv.DMatch

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL