Community Profile

photo

DB


Active since 2017

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Error using nargin ,You can only call nargin/nargout from within a MATLAB function.
When im running GUI code getting an error like this "Error using nargin You can only call nargin/nargout from within a MAT...

7 years ago | 1 answer | 0

1

answer

Question


how to write a code in matlab to segment the characters using the watershed algorithm?
<</matlabcentral/answers/uploaded_files/77309/indus2.jpg>> I'm purely new to matlab application so please tell how to segment...

7 years ago | 0 answers | 0

0

answers

Question


anyone knows how to write a function in matlab to segment the characters using the watershed algorithm? any help would be much appreciated. Thank you!
*I want to matlab code for segment characters(below image) using watershed algorithm ...?* please any one help me to solve this ...

7 years ago | 0 answers | 0

0

answers

Question


how to read column wise pixels using FOR LOOP
when I'm using this code I got below results....... *figure,plot(sum(bw,2),1:size(bw,1));* <</matlabcentral/answers/uploaded...

7 years ago | 1 answer | 0

1

answer

Question


how to do horizontal projection histogram of an image
Can any one tell me how to do horizontal projection histogram of an image

7 years ago | 1 answer | 0

1

answer

Question


how to extract pixels from a image {black and white only }
<</matlabcentral/answers/uploaded_files/70045/prewitresult.jpg>> I want to extract pixels *[black and white ]* above image ,...

7 years ago | 1 answer | 0

1

answer

Question


how to get horizontal projection and vertical projection of histogram of an binary image ? can any tell me how to get these things ?
* how to get these type of histograms can any one tell me and thanks advance >>>! how to get histogram projection for below ...

7 years ago | 3 answers | 0

3

answers

Question


Maximum recursion limit of 500 reached. Use set(0,'RecursionLimit',N) to change the limit. Be aware that exceeding your available stack space can crash MATLAB and/or your computer.
it's fine working on another laptop but in my laptop will getting above error.........? can any one solve this....? clear a...

7 years ago | 3 answers | 0

3

answers

Question


how to intersect two images
a=imread('lathink.jpg'); b=imread('sobelthink.jpg'); c=bitand(a,b); subplot(2,2,2), image(uint8(c)), title('Intersection');...

7 years ago | 1 answer | 0

1

answer