photo

bubble trouble


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

13 years 前 | 3 个回答 | 1

3

个回答

已回答
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...

13 years 前 | 0

提问


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

13 years 前 | 2 个回答 | 0

2

个回答

提问


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

13 years 前 | 1 个回答 | 0

1

个回答

已回答
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...

13 years 前 | 0

提问


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

13 years 前 | 2 个回答 | 0

2

个回答