Clear Filters
Clear Filters

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

1 view (last 30 days)
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
Image Analyst on 20 Oct 2015
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.

Community Treasure Hunt

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

Start Hunting!