Feeds
已解决
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
8 years 前
提问
Seeing gray pixels when plotting a binary image (> 1024 x 1024 pixels)
I have a few binary images (~ 1400x1500 and larger) and when I plot each of them using imshow it shows me some gray pixels. Well...
9 years 前 | 3 个回答 | 0
3
个回答提问
Assign values to an "Editor Text" box using manual input or a push button
I want to allow user to insert different numbers in an editor text box to be used further in the code. But I also want to add a ...
9 years 前 | 1 个回答 | 0
1
个回答提问
Detect and remove T/Y joints in a binary image
I have a binary image and I want to detect and remove all pixels with >2 pixels connected to them (e.g. Y and T joints). The ima...
9 years 前 | 1 个回答 | 0
1
个回答已回答
Clearing border components from an imfreehand ROI
Thanks for the help. I dug a bit more and found a trick to get what I wanted. This is what I have used: % Build a location...
Clearing border components from an imfreehand ROI
Thanks for the help. I dug a bit more and found a trick to get what I wanted. This is what I have used: % Build a location...
9 years 前 | 0
| 已接受
提问
Clearing border components from an imfreehand ROI
I have a binary image with an ROI defined using imfreehand function; and I want to remove object touching the ROI border. imclea...
9 years 前 | 2 个回答 | 1