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 次查看(过去 30 天)
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

回答(1 个)

Image Analyst
Image Analyst 2015-10-20
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!

Translated by