Hey! I wrote a test that compares the projected pixels against actual OpenCV implementation.
By randomly sampling parameters and input points, it reaches about 97.5% success rate. It shows the Rust implementation covers most cases. I look into the failing parts and it seems due to numeric computation issues.
Do you consider to import or refer to the test, or document potential failing scenarios?