Community Profile

photo

Suki Sandhu


coop student

Active since 2017

Software Engineering Student

Statistics

  • First Review
  • Thankful Level 3

View badges

Content Feed

View by

Question


Finding Connected Components of Superpixels?
If I know the idx of the following figure to be [ 261 325 331 333 339]. What sort of algorithm can I use that would dete...

5 years ago | 1 answer | 1

1

answer

Question


Translating an Axes Plane in 3D
Visuals of what I am trying to achieve can be viewed here: http://imgur.com/a/61eRH I am wondering if there is any way to tr...

7 years ago | 1 answer | 0

1

answer

Question


Creating a paintbrush tool?
Does anybody know of a way to replicate a paintbrush tool in Matlab? Something similar to the way that imfreehand() in combinati...

7 years ago | 0 answers | 3

0

answers

Question


Transparent Scrollable Overlay Help
Hey there, I am working on a GUI through GUIDE and instead of imfuse()'ing the images together, I want to get an overlay so I ca...

7 years ago | 0 answers | 0

0

answers

Question


Filling in Matrix (Interpolation
If I have a (10,3) matrix like so, 10 20 1 0 0 0 0 0 0 40 80 4 ...

7 years ago | 3 answers | 0

3

answers

Question


imellipse not working for updated images
I have a piece of code that is like this: h = imellipse(gca); bwCurr = createMask(h); and from there taking the m...

7 years ago | 0 answers | 0

0

answers

Question


How to make line objects and be able to track / zoom into them?
Working on this little program and I want it to be able to zoom into lines as shown in the following images: http://imgur.com...

7 years ago | 1 answer | 0

1

answer

Question


How to zoom into a figure in matlab GUI
I have the following piece of code that does what I want it to. I am having a hard time trying to get it to work for the figure ...

7 years ago | 2 answers | 0

2

answers