Statistics
RANK
20,081
of 301,219
REPUTATION
2
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
1
RANK
of 21,193
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,467
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
How to find pixel coordinates of a line between two points on an image?
I used an implementation of Bresenham's algorithm and it seems to be working. You can find it here: https://www.mathworks.com/...
4 years ago | 1
| accepted
Question
How to find pixel coordinates of a line between two points on an image?
Hello, If I have two pixels in an image, let's say (x1, y1) and (x2, y2) and i want to draw a line between them. I was using l...
4 years ago | 1 answer | 0