Statistics
3 Questions
0 Answers
RANK
250,208
of 301,244
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 21,208
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,626
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
Question
How can I calculate the line shift from the center of the image
I = imread('14.jpg'); [ny,nx] = size(I) ; imshow(I) ; hold on % Center C = round([nx ny]/2) ; plot(C(1),C(2),'*r') % mi...
4 years ago | 0 answers | 0
0
answersQuestion
Calculate the line shift from the center of the image matlab
How to calculate the line shift from the center of the image(on x axis, y must be in the middle of the picture). Line shift is “...
5 years ago | 0 answers | 0
0
answersQuestion
Detect circles on the image and write the position of each circle (center of circle) from center of the image
I am trying to detect only these 3 circles in the image and then write the position of each circle using a line like this : ...
5 years ago | 1 answer | 0
