can any one tell me what is the meaning of mask = redChannel <= 20 & greenChannel <= 20 & blueChannel <= 20;

2 views (last 30 days)
mask = redChannel <= 20 & greenChannel <= 20 & blueChannel <= 20; this statement is in the test.m programe so any one can explain me why we use this line code i attached the code

Accepted Answer

Walter Roberson
Walter Roberson on 7 May 2014
The result would be to detect anything "close" to absolute black.

More Answers (0)

Categories

Find more on Vector Fields in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!