core-image
Having trouble creating UIImage from CIImage in iOS5
I\'m using the AVFoundation framework. In my sample buffer delegate I have the following code: -(void)captureOutput:(AVCaptureOutput *)captureOutput didOutputSampleBuffer:(CMSampleBufferRef)sampleBuf[详细]
2023-04-13 05:09 分类:问答How can you use Core Image filters to adjust contrast or sharpness?
How do you adjust contrast or sharpness using the Core Image framework?Which filters should be used an开发者_Go百科d why?[详细]
2023-04-12 21:27 分类:问答Core Image autoAdjustmentFilters are not detecting red eye
I\'m using the new Core Image APIs in iO开发者_StackOverflow中文版S 5 that do auto enhancements. However, the array returned from autoAdjustmentFilters or autoAdjustmentFiltersWithOptions never remove[详细]
2023-04-12 11:24 分类:问答Edge detetction in iOS application
I have a requirement to implement a functionality to draw edge of a object in a given image. So, when the user taps on a object in the Image ,it should draw its edge. For Eg:if I have a Image which ha[详细]
2023-04-12 02:37 分类:问答What is CIVector's CIAttributeTypeRectangle?
I am using Apple\'s Core Image Filter reference. It references: \"A CIVector class whose attribute type is CIAttributeTypeRectangle and whose disp开发者_开发知识库lay name is Rectangle.\"[详细]
2023-04-10 20:35 分类:问答Applying CIFilter destroys data from .BMP File
I seem to be tying myself up in knots trying to read into all of the different ways you can represent images in a Cocoa app for OSX.[详细]
2023-03-29 06:43 分类:问答Are the Core Image filters in iOS 5.0 fast enough for realtime video processing?
Now that Apple has ported the Core Image framework over to iOS 5.0, I\'m wondering: is Core Image is fast enough to apply live filters and effects to 开发者_StackOverflow社区camera video?[详细]
2023-03-18 02:12 分类:问答Fasted way to detect and remove transparent space around NSImage
What is the fastest way to trim an image (NSImage or CGImageRef) so that all transparent areas around the image are removed?[详细]
2023-03-12 03:51 分类:问答Any suggestions on how to handle this crash in CGImageDestinationFinalize?
My application reads and resizes images that are loaded from the internet; and unfortunately I can\'t control the creation of these images.[详细]
2023-03-09 13:53 分类:问答Seam Carving – Accessing pixel data in cocoa
I want to implement the seam carving algorithm by Avidan/Shamir. After the energy computing stage which can be implemented using a core image filter, I need to compute the seams with the lowest energy[详细]
2023-03-07 23:03 分类:问答