Top "Core-image" questions

Core Image is a set of components for near real-time, pixel-accurate image and video processing for cocoa.

CIDetector and UIImagePickerController

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 cifacefeature
How to scale down an image in iOS, anti-aliased but not soft?

I 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