Feeds
提问
How to detect the curved region in the image shown
I have a binary edge image, I want to detect the curved area present at middle of first line I tried to use hough line and polyf...
8 years 前 | 0 个回答 | 0
0
个回答提问
How to remove the red marked region(extreme binary region )retaining the straight part
what I tried: tried to extract lines using hough trasform (but lines are not fully connected they are broken ) tried erosion bu...
8 years 前 | 0 个回答 | 0
0
个回答提问
I am getting the error "Subscript indices must either be real positive integers or logicals." just want to know what is the cause of this error.. how to resolve it I have already checked another ans for the same error but could't able to remove err
% % read an image %% img = imread('path_to_image'); %%any image gray = rgb2gray((img)); %% filter mask prx=...
8 years 前 | 3 个回答 | 0
3
个回答提问
pixel based classification .
I have to do pixel based classification. for that I have used texture feature of entire image (like wavelet,lows). now I have to...
9 years 前 | 1 个回答 | 0
1
个回答提问
I just want to take different neighbour window(3,5,7) of an image and replace the average with central pixel to extract feature vector (mean,varience,kurtosis,energy)
I just want to take different neighbour window(3,5,7) of an image and replace the average with central pixel and calculate mean,...
9 years 前 | 0 个回答 | 0
0
个回答提问
I just want to remove the red marked region from the image. I have used. morphological erosion using disk shaped strel it works but also reduce main(other than red region) image boundary. how to remove the red marked area without affecting boundary
<</matlabcentral/answers/uploaded_files/57726/masknew1.png>> <</matlabcentral/answers/uploaded_files/57728/originalImg.png>...
9 years 前 | 0 个回答 | 0

