The Warholer

버전 1.4.0.1 (89.6 KB) 작성자: Matt Tearle
GUI that displays an 8-color version of an image, based on RGB thresholding.
다운로드 수: 1.1K
업데이트 날짜: 2016/9/1

라이선스 보기

The color of each pixel in an image is specified by a combination of three values: red, green, and blue. These values typically take 256 levels, leading to 256^3 ~ 17 million possible colors.
In this GUI you can set a threshold value for each channel (R/G/B). If the color is above the threshold, it takes the maximum value (255); if not, it takes the minimum value (0). This "all or nothing" approach means that each color channel has only two possible levels, resulting in only 2^3 = 8 colors.

Hence, each of the 17 million possible colors is "rounded" to one of: red, green, blue, cyan, yellow, magenta, black, and white.

The result is an effect reminiscent of Andy Warhol's iconic celebrity paintings.

인용 양식

Matt Tearle (2024). The Warholer (https://www.mathworks.com/matlabcentral/fileexchange/37816-the-warholer), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2012b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!

warholer/

버전 게시됨 릴리스 정보
1.4.0.1

Updated license

1.4.0.0

Fixed bug where changes to G and B channel were reflected in R channel instead.

1.1.0.0

Updated file to include as an App for R2012b.

1.0.0.0