Community Profile

photo

bubble trouble


Active since 2011

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


how to delcare a 2 dimensional array in matlab?
heyy i am trying to declare an 2D array in c++ it was easy like: array[i][j]= _value i want to assign_ but in matlab how is it ...

12 years ago | 3 answers | 1

3

answers

Answered
is there an alternative of thresholding an image automatically rather than setting it manually?
% remove all object containing fewer than 30 pixels bw = bwareaopen(bw,30); now the above line is removing objects less th...

12 years ago | 0

Question


is there an alternative of thresholding an image automatically rather than setting it manually?
actually i am trying to implement a code that identifies just the round objects from an image referring http://www.mathworks.c...

12 years ago | 2 answers | 0

2

answers

Question


shape based object identification from an image?
how is it possible to do shape based detection from an image? example circle or rectangle? i have seen color wise but i need to ...

12 years ago | 1 answer | 0

1

answer

Answered
Reading and showing multiple .png format pictures from a folder
welll this is my code without loop and now i want to read multiple image files from a folder and perform the same task from line...

12 years ago | 0

Question


Reading and showing multiple .png format pictures from a folder
heyyy i am stuck in reading multiple .png format files from a folder and then i want to show it as well... i am using imread and...

12 years ago | 2 answers | 0

2

answers