Komal Gaikwad
Followers: 0 Following: 0
Statistics
RANK
107,192
of 295,527
REPUTATION
0
CONTRIBUTIONS
12 Questions
3 Answers
ANSWER ACCEPTANCE
41.67%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
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
searching for original black and white image
i have image with size 194x259x3 uint8,but i want some images which do not have rgb color means original black and white image.I...
6 years ago | 0 answers | 0
0
answersQuestion
why following error is appearing when i use other image
Error using vertcat Dimensions of matrices being concatenated are not consistent.
6 years ago | 0 answers | 0
0
answersQuestion
what should i do to make both images of same size
lena.jpg image is having value 256*256 uint8 while kssk.jpg is having value 225*225*3 uint8. i want image of value 256*256 ui...
6 years ago | 2 answers | 0
2
answersQuestion
using other image following error is coming.lena.jpg is not giving any error
Error using medfilt2 Expected input number 1, A, to be two-dimensional. Error in medfilt2>parse_inputs (line 107) validatea...
6 years ago | 1 answer | 0
1
answerHow to find the variance of an image?
how to display the variance of image in command box
6 years ago | 0
Question
how to display variance of an image in command box?
median_image=medfilt2(im_n) axes(handles.axes3); imshow(median_image); %variance% IM= im2double(median_image); V_image =...
6 years ago | 1 answer | 0
1
answerQuestion
im not getting the following error .Matlab file is attached
>> maingui1 Error using vertcat Dimensions of matrices being concatenated are not consistent. Error in maingui1>fltimg_Call...
6 years ago | 1 answer | 0
1
answerQuestion
what does odd_flag=1 mean
i tried to find in documentation but couldn't found also what does ii means odd_flag=1; for j=1:im_sz(2) for ii=1...
7 years ago | 0 answers | 0
0
answersQuestion
Need to insert following
i m trying to insert the median and averaging filter in my code but it giving me errors ,as i am a beginner in matlab it is taki...
7 years ago | 0 answers | 0
0
answersI need help on following
On 2-D images and I have code for Adaptive Wiener filter ,i want to insert code of median and average filter in that code and co...
7 years ago | 0
| accepted
Question
I need help on following
I want Adaptive Wiener filter and compare it with median and average filter and show how adaptive wiener filter is better than o...
7 years ago | 2 answers | 0
2
answersQuestion
Please explain the star marked
IND=find(A_mat ~=0); V_O=[]; ************************* for h=1:length(IND) V_O=[V_O IND(h)*ones(1,A_mat(IND(h)))...
7 years ago | 0 answers | 0
0
answersQuestion
pls explain me the star marked lines,i m not getting that
function fltimg_Callback(hObject, eventdata, handles) % hObject handle to fltimg (see GCBO) % eventdata reserved - t...
7 years ago | 1 answer | 0