Statistics
5 Questions
0 Answers
RANK
173,430
of 295,569
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
20.0%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How can I highlight a bounded region of an image when the user clicks inside that boundary?
Is there a method to return the image of just one cell and make rest of the image white? I need to highlight a cell using a mous...
11 years ago | 1 answer | 0
1
answerQuestion
How To use polyfit on a digital image to find the best fit line of a region in the image?
not sure what way the variables should be inputted to the matlab function polyfit p = polyfit (x,y,n) If im measuring a re...
11 years ago | 0 answers | 0
0
answersQuestion
Is there any way to return just the pixels inside an area enclosed by a bwperim such as a cell? I need to return the cell I have highlighted by a mouse click. I have as far as the cell has a boundary of white pixels enclosing it from bwperim.
The seed points below are found from the ginput command using a mouse click. So the for loop moves from this point outwards to c...
11 years ago | 1 answer | 0
1
answerQuestion
I am running a for loop on a binary image, as I flag a pixel I would like to store this pixels location (x,y) in a variable that will collect all the flag points locs so I can alter them after the for loop is completed?? is there a matlab function?
the line I need help with is contained in the if statement within the nested for loop "[C,I] = find(I == (I(i,j)))" I need a lin...
11 years ago | 1 answer | 0
1
answerQuestion
I have a basic level of image processing/matlab. I need to write an m file to complete skeletisation of a binary image of the word "skeleton" in white on a black background. It is to be done without using matlab functions for skeletising. thank you
Hi, I have a basic level of image processing/matlab. I need to write an m file to complete skeletisation of a binary image of th...
11 years ago | 1 answer | 0