photo

Ashim Chakraborty


Last seen: 거의 4년 전 2016년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to do "the black top-hat transformation"
after filtering the image i want to perform a black top hat transformation but could not find any information about it. please, ...

8년 초과 전 | 답변 수: 4 | 0

4

답변

질문


how i can create a mask to convert the colour?
j=adapthisteq(g); subplot(2,5,9); imshow(j); title('AH') level = graythresh(j); BW = im2bw(j,level); figure,imshow(BW);

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


how to remove unwanted pixels lying below threshold ?
I want to remove some unwanted pixels from the image. can anyone please help me ?

거의 9년 전 | 답변 수: 0 | 0

0

답변

질문


Hi can any one please tell me how to remove some pixels from the image which defined D4 below. basically I want to remove all pixels from D4 which lying below a threshold ?
A=imread('image.png'); g=A(:, :, 2); % subplot(3,3,1); % imshow(g); % title('green'); g2=adapthisteq(g); subplot(3,3,1); ...

거의 9년 전 | 답변 수: 0 | 0

0

답변

질문


HI I was trying to brighten grayscale image with I=rgb2gray(A) J = imadjust(I) . For some reason it was not working. Can anyone please tell me if there any other way? thanks
I was trying to brighten grayscale image with I=rgb2gray(A) J = imadjust(I) . For some reason it was not working. Can anyone ple...

거의 9년 전 | 답변 수: 2 | 0

2

답변