twistedfall
                                            twistedfall
                                        
                                    To be honest such a hack doesn't feel right with me. Maybe it's a good idea to investigate what's triggering those rebuilds and fix this? Either on the crate side...
I hope that the issue you were having is not happening anymore!
That's a very weird error to be honest. Judging by the 3 link errors you're getting it looks like OpenCV functions are not accepting `std::string` typed arguments. The only situation...
I hope you're no longer getting this issue!
@qq351469076 In you original message there seem to be a confusion between `getPerspectiveTransform` and `perspectiveTransform` functions. At least in the initial Python code the function that's used is `perspectiveTransform`, but...
This is the issue reported here: https://github.com/twistedfall/opencv-rust/issues/518 I'll see what I can do, but I would say the best approach would be to address `cv-convert` developer. I generally only have...
I think we can say that the issue is resolved here
Hi, thanks for the PR! Unfortunately it's not that easy. OpenCV allows building in a configurations where there is only 1 dynamic library called `opencv_world` which contains the code for...
I'm going to close this PR due to the reasons that this implementation won't work universally
I'm getting a rather weird error: > ERROR cargo_tarpaulin: Failed to run tests: ASLR disable failed: EPERM: Operation not permitted Are you getting the same?