twistedfall

Results 193 comments of twistedfall

The `error.txt` log is not full so it doesn't contain any helpful debug information. But from the sheer amount of linking errors it looks like you've not specified your OPENCV_LINK_LIBS...

This issue is quite old so I'm going to close it. If you still have this issue with the latest create version please feel free to reopen.

I have tried reproducing this issue today by installing Visual Studio 2022 Community and alternatively `visualstudio2022buildtools` and `visualstudio2022-workload-vctools` from choco. In both cases I could build the crate successfully without...

I’ll try this specific version, thanks!

@AdrianEddy Can you please point me to the specific packages and URLs/package managers where to download those versions? I've tried to install the mentioned versions but now I'm confused about...

Hi! What you say definitely makes sense and I agree with you. But the problem here is that the API surface of the OpenCV library is just huge and manually...

I did some experiments and moving of mutable args to return somewhat works, but I decided not to go forward with the solution. Besides increasing code complexity it also removes...

Thanks! This is related to https://github.com/twistedfall/opencv-rust/issues/489, am I right? I'm away from the computer at the moment for a while, but I'll check it as soon as possible

Sorry for taking so long to get back to you! In this case the problem is that you must use the `train_match` function instead of `match_` like this: ```rust let...

Can you please attach the full build log as produced by `cargo build -vv`?