public partial class Frame : Form
{
ITrainee tra;
ILabeler lab;
private void ScanImage()
{
tra = new RgbHCrCbTrainee();
lab = new FloodFillLabelerUnsafe(tra, source, 10);
lab.AddFilter(new RemoveDustPreProcessFilter());
lab.AddFilter(new RemoveNoiseRegionFilter());
lab.Execute();
}
}
-
Notifications
You must be signed in to change notification settings - Fork 0
Computer Vision and Image Understanding (CV&IU). Recognition of human faces and bodies based on skin color.
paveltimofeev/Skin-analize
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Computer Vision and Image Understanding (CV&IU). Recognition of human faces and bodies based on skin color.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published