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)
Afficher commentaires plus anciens
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
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!