Ask Your Question
0

Linear Interpolation meaning

asked 2017-08-03 00:45:26 -0600

arqam gravatar image

I am going through a paper in computer vision, and I come through this line :

the L values, or the luminance values, for
these pixels are then linearly and horizontally interpolated between
the pixels on the (one pixel wide) brightest column in region B, and
the pixels in regions A and C.

So, what does linear and horizontal interpolation actually mean wrt image processing?

Paper : http://140.118.9.222/publications/jou...

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2017-08-03 03:32:07 -0600

There is basically 2 concepts here

  • Horizontally means in my opinion that it works on rows, not on columns
  • Linearly means that given two points that you actually know, all points in between are interpolated by having a value between value of pointA and value of pointB, and then the whole distance is basically 100%. If the new pixel is at distance 30% it will probably get the value that is there. Its basically what linear interpolation is ...
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-08-03 00:45:26 -0600

Seen: 715 times

Last updated: Aug 03 '17