photo

Ralph Dunne


2013 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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年 前 | 1 件の回答 | 0

1

回答

質問


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年 前 | 0 件の回答 | 0

0

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答