sfm_euclideanToHomogeneous
import { sfm_euclideanToHomogeneous } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSsrc, dst
FUNCTIONsfm_euclideanToHomogeneous
RETURN TYPEvoid
Converts points from Euclidean to homogeneous space. E.g., ((x,y)->(x,y,1))
sfm_euclideanToHomogeneous(src: Mat, dst: Mat): void;srcInput vector of N-dimensional points.
dstOutput destination, filled by the native operation. Output vector of N+1-dimensional points.
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.