Statistics
3 Questions
0 Answers
RANK
280,408
of 300,392
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,934
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168,373
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
what is the most effective way of using laplacian filter
How is this laplacian filter(in code) more effective than this la = [0 1 0;1 -4 1;0 1 0]; m = imfilter(rgb_2_gray, la); sharp = ...
2 years ago | 1 answer | 0
1
answerQuestion
Is there any built in function for rgb to HSI and CMY?
is there any other way to convert hsi and cmy I = imread('garden.jpg'); % Plotting RGB Image subplot(3,3,1); imshow(I); tit...
2 years ago | 1 answer | 0
1
answerQuestion
why this code is not working for a slightly diff lungs image?
below code works fine with only this image for the slightly different image the results are different like the lung mask is show...
2 years ago | 1 answer | 0