Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

Connecting 2 points?

Nick_T_1
Beginner
324 Views

Hi Folks:

I have a image initialized with 0 for every pixel. Then there are tow points between which I would like to retrive a line with each pixel on this line being set to 1.

For the two points, there coordinates (x, y) are known, so the challenge I am facing is to get coordinates of all the pixels on the line (sub-pixel problem) that connects the two points. Once I retrived all (x, y) coordinates for the line, I should set thier value to 1.

Is there any IPP function can do this? Basically, connecting two points, and return the coordinates? Thanks a lot.

Nick

0 Kudos
1 Reply
SergeyKostrov
Valued Contributor II
324 Views
Hi Nick, >>...Is there any IPP function can do this? Basically, connecting two points, and return the coordinates? Please take a look at Bresenham's Line algorithm for drawing a line between two points. Best regards, Sergey
0 Kudos
Reply