Skip to content

KeyPoint_convert1

Core and matricesfunctionOpenCV 5.0.0
import { KeyPoint_convert1 } from '@banou/opencv-wasm'

Use after await initOpenCV(). See the initialization and named imports guide.

ARGUMENTS_0, _1, _2, _3
FUNCTIONKeyPoint_convert1
RETURN TYPEKeyPointVector
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Convert point coordinates into keypoints with the supplied shared size, response, octave and class identifier.

KeyPoint_convert1(_0: Point2fVector, _1: number, _2: number, _3: number, _4: number): KeyPointVector;
_0

0 argument (Point2fVector).

_1

1 argument (number).

_2

2 argument (number).

_3

3 argument (number).

_4

4 argument (number).

Returns

The KeyPointVector result. Release returned native handles with using or delete(), including handles nested in results.

These signatures describe this package. Upstream documentation can mention optional backends that are absent from this build. Check runtime compatibility before choosing a backend or file format.