Convert keypoints to point2f to store in a file or localstorage

its working now :slight_smile: you can test it here:
https://albjeremias.github.io/trigger-cv/example/index.htm

So what i want to do is to store the object descriptors in the local storage of the browser or as a file (generated previously)

I wonder if generating it previously bring problems, but i will make some tests. the issue is that i use the videoWidth to calculate the descriptors, but it seems a bit irrelevant, since the image size changes on the camera image too…

1 Like