All Projects → croath → Uiimageview Betterface

croath / Uiimageview Betterface

Licence: mit
a UIImageView category to let the picture-cutting with faces showing better

Projects that are alternatives of or similar to Uiimageview Betterface

Vrn
👨 Code for "Large Pose 3D Face Reconstruction from a Single Image via Direct Volumetric CNN Regression"
Stars: ✭ 4,391 (+455.82%)
Mutual labels:  face
Faceswap
Real-time FaceSwap application built with OpenCV and dlib
Stars: ✭ 611 (-22.66%)
Mutual labels:  face
Face swap
End-to-end, automatic face swapping pipeline
Stars: ✭ 722 (-8.61%)
Mutual labels:  face
Facecropper
✂️ Crop faces, inside of your image, with iOS 11 Vision api.
Stars: ✭ 479 (-39.37%)
Mutual labels:  face
R2cnn faster Rcnn tensorflow
Rotational region detection based on Faster-RCNN.
Stars: ✭ 548 (-30.63%)
Mutual labels:  face
Mobileface
A face recognition solution on mobile device.
Stars: ✭ 669 (-15.32%)
Mutual labels:  face
Brfv4 javascript examples
BRFv4 - HTML5/Javascript - examples project. Reference implementation for all other platform example packages.
Stars: ✭ 460 (-41.77%)
Mutual labels:  face
Biometricauthentication
Use Apple FaceID or TouchID authentication in your app using BiometricAuthentication.
Stars: ✭ 746 (-5.57%)
Mutual labels:  face
Pico
A minimalistic framework for real-time object detection (with a pre-trained face detector)
Stars: ✭ 561 (-28.99%)
Mutual labels:  face
Tensorflow Face Detection
A mobilenet SSD based face detector, powered by tensorflow object detection api, trained by WIDERFACE dataset.
Stars: ✭ 711 (-10%)
Mutual labels:  face
Ringnet
Learning to Regress 3D Face Shape and Expression from an Image without 3D Supervision
Stars: ✭ 504 (-36.2%)
Mutual labels:  face
Apdrawinggan
Code for APDrawingGAN: Generating Artistic Portrait Drawings from Face Photos with Hierarchical GANs (CVPR 2019 Oral)
Stars: ✭ 510 (-35.44%)
Mutual labels:  face
Uiimageview Letters
UIImageView category for using initials as a placeholder image, written in Objective-C. For a Swift implementation, see https://github.com/bachonk/InitialsImageView
Stars: ✭ 694 (-12.15%)
Mutual labels:  uiimageview
Fsa Net
[CVPR19] FSA-Net: Learning Fine-Grained Structure Aggregation for Head Pose Estimation from a Single Image
Stars: ✭ 469 (-40.63%)
Mutual labels:  face
Awesome Face
😎 face releated algorithm, dataset and paper
Stars: ✭ 739 (-6.46%)
Mutual labels:  face
Face Pose Net
Estimate 3D face pose (6DoF) or 11 parameters of 3x4 projection matrix by a Convolutional Neural Network
Stars: ✭ 464 (-41.27%)
Mutual labels:  face
Extreme 3d faces
Extreme 3D Face Reconstruction: Looking Past Occlusions
Stars: ✭ 653 (-17.34%)
Mutual labels:  face
Human Detection And Tracking
Human-detection-and-Tracking
Stars: ✭ 753 (-4.68%)
Mutual labels:  face
Emopy
A deep neural net toolkit for emotion analysis via Facial Expression Recognition (FER)
Stars: ✭ 744 (-5.82%)
Mutual labels:  face
React Native Fingerprint Scanner
Provide Fingerprint, Touch ID, and Face ID Scanner for React Native (Compatible with both Android and iOS)
Stars: ✭ 704 (-10.89%)
Mutual labels:  face

Build Status

UIImageView-BetterFace

A UIImageView extension to let the picture-cutting with faces showing better

Last update in v0.2_stable : add a UIImage+BetterFace category, so clipping images becomes possible(clap!)

Looking for an Android version? Check this! [https://github.com/beartung/tclip-android]

##Why?

  • Have problems showing the resized image previews?
  • People in the preview only have chins but not faces?
  • A group photo doesn't look well?

Try UIImageView-BetterFace!

Like this:

preview

##How?

  1. Drag UIImageView+BetterFace.h and UIImageView+BetterFace.m to your project
  2. Add CoreImage.framework to your project
  3. Import the .h file
  4. Add this:[anImageView setNeedsBetterFace:YES];
  5. If you want all setImage: methods do the magic: Add hack_uiimageview_bf(); to your main function; Otherwise call setBetterFaceImage: for every image you want to make the face detection.
  6. Done
  7. Still have problems? clone the project and see the demo.

##Too slow?

try set the fast property to YES to get the faster speed(lower accuracy)

##Known issues

  • it will be slow to render large-size images, and showing the strange animation
  • it may take a lot of memory while reusing the UIImageView

##Who use BetterFace?

If you're building your applications using UIImageView-BetterFace, please let me know! (add your application name & App Store link here and pullreuqest this README~

##Debugging Add BF_DEBUG to your pre compile macros or #define BF_DEBUG to your prefix.pch file in order to see turn ON debugging logs on the console.

##Other

Any issue and pull request is welcome.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].