Sreeda M A
自 2016 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
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 前 | 0 个回答 | 0
0
个回答提问
How to convert gray scale image to bitmap image??
Conversion is needed for generating bitmap feature of an image....please help
8 years 前 | 1 个回答 | 0
1
个回答提问
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 前 | 3 个回答 | 0
3
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0