KeyPoint_convert1
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
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;_00 argument (Point2fVector).
_11 argument (number).
_22 argument (number).
_33 argument (number).
_44 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.