Ask Your Question
0

Documentation of Remap Implementation

asked 2017-11-15 04:02:38 -0600

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.

edit retag flag offensive close merge delete

Comments

sturkmen gravatar imagesturkmen ( 2017-11-15 06:36:09 -0600 )edit

@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?

Gilson Varghese gravatar imageGilson Varghese ( 2017-11-16 00:28:22 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2017-11-17 20:57:00 -0600

Tetragramm gravatar image

There's no real documentation. There's nothing particularly novel about it.

Your best bet is probably looking at the OpenCL implementation. It's broken up into more manageable pieces, and is written closer to the hardware level.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-11-15 04:02:38 -0600

Seen: 380 times

Last updated: Nov 17 '17