Matlab: I want to perform skin pixel detection on those 208 images and the conditions are like this (R,G,B) is classified as : R>95&G>40&B>20 & max{R,G,B}-min{R,G,B}>15 & |R-G|>20 & R>G & R>B on single i am able to apply but on folder i am not gett
Show older comments
I want to perform skin pixel detection on those 208 images and the conditions are like this (R,G,B) is classified as : R>95&G>40&B>20 & max{R,G,B}-min{R,G,B}>15 & R-G>20 & R>G & R>B on single i am able to apply but on folder i am not getting how to
Answers (1)
Image Analyst
on 20 Oct 2015
0 votes
Do you want to know how to process a sequence of files in a folder? Then see the FAQ: http://matlab.wikia.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F for code samples.
Categories
Find more on Face Detection in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!