Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YuAo committed Jan 24, 2016
1 parent 944e74f commit 56ccceb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ These steps can make the result better on the areas with high brightness. The wh

For the best result, you need to create the `CIContext` object with a sRGB working color space instead of the default light-linear color space. You can specify a working color space when creating a context using the `kCIContextWorkingColorSpace` key in the `options` dictionary.

You can also try to apply this filter only to the skin/face area of a image, by using a skin detection filter or the core image face detector.

##Usage

Use the `YUCIHighPassSkinSmoothingFilter`, like any other built in core image filters.
Expand Down

0 comments on commit 56ccceb

Please sign in to comment.