Community Profile

photo

Ramin Dastanpour


UBC

Active since 2015

Statistics

All
  • Thankful Level 1
  • Scavenger Finisher
  • Solver

View badges

Content Feed

View by

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

7 years ago

Question


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

8 years ago | 3 answers | 0

3

answers

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 1 answer | 0

1

answer

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

8 years ago | 0

| accepted

Question


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

8 years ago | 2 answers | 1

2

answers