Feeds
提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0