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

2 vues (au cours des 30 derniers jours)
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

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Creating and Concatenating Matrices dans Help Center et File Exchange

Tags

Aucun tag saisi pour le moment.

Community Treasure Hunt

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

Start Hunting!

Translated by