Open
Description
I included an example in #31
# this generates an error, when it really shouldn't
mona <- ocv_read('https://jeroen.github.io/images/monalisa.jpg')
mona <- ocv_resize(mona, width = 320, height = 477)
pts <- ocv_keypoints(mona, method = "FAST")
This errors on the latest dev of opencv
, and R 4.0.0.
Metadata
Metadata
Assignees
Labels
No labels