Skip to content

Commit

Permalink
Fix a typo, make it use HSV at all times.
Browse files Browse the repository at this point in the history
  • Loading branch information
bediger4000 committed May 10, 2016
1 parent 1a92687 commit 6621472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion region_colors.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$input_file = $argv[1];

$detector = new NudeDetector($input_file, 'HSV');
echo "map sking pixels\n";
echo "map skin pixels\n";
$detector->map_skin_pixels();
echo "determine regions\n";
$detector->determine_regions();
Expand Down

0 comments on commit 6621472

Please sign in to comment.