![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8337705_1522126002586_DEF.jpg)
Sreeda M A
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
77,013
of 297,016
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to generate a bitmap image of an input image ????? Its for a project in image processing.....using below code am getting only black white image with no dots.....please help...imean is the average of image obtained using mean() function in matlab
level = graythresh(imean); BW = im2bw(imean,level); figure imshow(BW),title('Bitmap image');
8 years ago | 0 answers | 0
0
answersQuestion
How to convert gray scale image to bitmap image??
Conversion is needed for generating bitmap feature of an image....please help
8 years ago | 1 answer | 0
1
answerQuestion
How to find floor value of a cell??? please help....
How can i find floor of a cell i.e.to get only decimal values in a cell???
8 years ago | 3 answers | 0
3
answersQuestion
How to generate a bitmap image without using function...Please help
How can i generate bitmap representation of an image using thresholding?? below code didn't work.... for i=1:r for j=1...
8 years ago | 1 answer | 0
1
answerQuestion
How to convert a row vector into a matrix ???
Using this code : C=reshape(C,[10,10]); I am getting an error like this : Error using reshape To RESHAPE the number of el...
8 years ago | 1 answer | 0