Trey Fortmuller
Trey Fortmuller
@twistedfall any chance you've given these workflows a shot before? I was able to get some results (albeit very poor calibrations) using USE_LU and USE_QR flags to `calibrate_camera`. The recommended...
Really appreciate you taking a look. My worry is the `InputArray`, `OutputArray`, and `InputOutputArray` types I chose were somehow the wrong analagous types. They're so heavily templated in C++ its...
Hello again! I gave your example a shot - [here](https://github.com/twistedfall/opencv-rust/blob/c385e7f0ad3fd93f1aaae8d11059a906acb21238/examples/camera_calibration.rs#L54) you're running the calibration only with the image points and object points from one image. We're meant to collect the...