photo

Ralph Dunne


Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort