Documentation of Remap Implementation
I was going through OpenCV remap() implementation. I am particularly interested in bilinear interpolation. I am bit overwhelmed with the complexity of the implementation. I couldn't find any documentation which explains the implementation.
Where can I find documentation on OpenCV remap() implementation? Thanks in advance.
documentation, tutorial
@sturkmen Thank you. But, I want implementation details rather than usage details. I would like to re implement it in hardware. Is there any implementation specific documentation?