Which image processing or filtering is used in this image?

조회 수: 2 (최근 30일)
burcu bilgic
burcu bilgic 2022년 8월 8일
댓글: William Rose 2022년 8월 8일
Hi,
I want to identify which filtering or coloring is used in this image to make is yellow.
the original image is the gray one and resulting image is the yellow one.
  댓글 수: 5
Image Analyst
Image Analyst 2022년 8월 8일
@burcu bilgic please accept @William Rose's answer below by clicking on the "Accept this answer" link to award him "reputation points" for figuring this out. 🙂

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

채택된 답변

William Rose
William Rose 2022년 8월 8일
@burcu bilgic, it looks like the image on the right is the complement of the image on the left.
J=imcomplement(I)
From the help for imcomplement:
In the complement of a grayscale or color image, each pixel value is subtracted from the maximum pixel value supported by the class (or 1.0 for double-precision images). The difference is used as the pixel value in the output image. In the output image, dark areas become lighter and light areas become darker. For color images, reds become cyan, greens become magenta, blues become yellow, and vice versa..

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Processing and Computer Vision에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by