Skip to content

İOS 11 Vision Api. Image Face Cropper 💇🏻‍♂️

License

Notifications You must be signed in to change notification settings

KenanAtmaca/KFaceCropper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

KFaceCropper

İOS 11 Vision Api. Image Face Cropper 💇🏻‍♂️

alt tag

Advantages

  • Simply use.
  • Fast.
  • Less code.

Use

       cropper = KFaceCropper(image: imgVV.image!)
       cropper.crop()
Get Faces and Result types
       cropper.getFaces { (faces, type) in
            switch type {
            case .success:
                self.imgs = faces
            case .failed(let fail): print(fail)
            case .error(let error):
                print(error)
            }
        }
Faces Count
       cropper.count

License

Usage is provided under the MIT License. See LICENSE for the full details.

About

İOS 11 Vision Api. Image Face Cropper 💇🏻‍♂️

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages