Alexander Panov

Results 51 comments of Alexander Panov

@asmorkalov, I opened a [new PR](https://github.com/opencv/opencv/pull/22382) for 3.4. There are differences in the code for 3.4 (another number of resize() calls). After merge #22382 to 4.x need to merge #22358.

There is problem with `resize()+INTER_LINEAR` image. Resizing with a non-integer scale factor works differently on x86/arm. cpp sample: [test.cpp..txt](https://github.com/opencv/opencv/files/9247054/test.cpp.txt) ![bin_barcode](https://user-images.githubusercontent.com/22337800/182501082-a38f48d0-6fb7-4e3e-968e-9855102d48bd.png) arm (raspberry pi 4, cortex A72, Raspberry Pi OS 64...

QR codes of large versions are still not decoded well in OpenCV

@sbrunner try to use wechat detector

> @AleksandrPanov, thanks for the patch and sorry for delay with review. Since we started refactoring remap, I'd suggest to make even more changes, not to repeat this refactoring again...

Also [Q number format](https://en.wikipedia.org/wiki/Q_(number_format)) info was added to docs

@vpisarev, @alalek, could you check the code again?