필터 지우기
필터 지우기

In the mouse brain perfusion image attached, could you please tell me how to remove the blue background?

조회 수: 1 (최근 30일)
im = imread('Picture1.png'); I = rgb2gray(im); imshow(im); rgbImage = ind2rgb(I, jet(256)); imshow(rgbImage); maskedImage = double(repmat(rgbImage, 1, 1, 3)); imshow(maskedImage);
  댓글 수: 1
Image Analyst
Image Analyst 2016년 3월 21일
편집: Image Analyst 2016년 3월 21일
Read this to format your code. Then be sure to use the green and brown picture frame icon to insert your picture into your post.
And explain what "remove" means to you. Do you mean crop? Do you mean blue goes to black? What???

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Convert Image Type에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by