Core Image is a set of components for near real-time, pixel-accurate image and video processing for cocoa.
I'm trying to implement the built-in iOS 5 face detection API. I'm using an instance of UIImagePickerController to allow the user …
ios orientation face-detection core-image cifacefeatureI have tried the UIImage+Resize category that's popular, and with varying interpolation settings. I have tried scaling via CG …
ios graphics ios5 core-graphics core-image