Closed davydog187 closed 6 months ago
Ah...it's an inheritance issue as cv::FlannBasedMatcher
is a sub-class of cv::DescriptorMatcher
. It should be fixed in the next version!
@cocoa-xu i saw you released 0.2.1. Once you publish it to hex.pm I'll give it a go!
@cocoa-xu i saw you released 0.2.1. Once you publish it to hex.pm I'll give it a go!
I'll let you know once it's shipped on hex.pm. I'm finishing some last bits with CUDA modules. It should be available later today if not tomorrow! But this won't be a complete fix until #245 is addressed.
v0.2.1 is shipped!
This is now fixed, thanks @cocoa-xu !
I'm getting the following dialyzer error locally
The issue is that
knnMatch/1
expects aEvision.FlannBasedMatcher.t()
, but the typespec has aEvisin.DescriptorMatcher.t()
, which is not correct