SkillAgentSearch skills...

KFaceCropper

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

Install / Use

/learn @KenanAtmaca/KFaceCropper
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

KFaceCropper

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

alt tag

Advantages

  • [X] Simply use.
  • [X] Fast.
  • [X] 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.

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated1y ago
Forks3

Languages

Swift

Security Score

80/100

Audited on Aug 14, 2024

No findings