0
votes
2answers
188 views

GPUImage CannyEdgeDetectionFilter with white edges?

I'm using GPUImage from the Git repository to apply some filters to images. I notice that the edge detection filters (I'm using the CannyEdgeDetectionFilter specifically) paint white edges on black ...
0
votes
0answers
95 views

Ultraviolet Filter Effect Simulation

I need to simulate Ultraviolet effect in my iOS app. I tried applying Histogram Filter -> Saturation -> Grey Scale. But that didnt work. Can anybody suggest me how to get this working. Can I use ...
1
vote
3answers
556 views

Apply GPUImage filter to a UIView

I've a problem. I need to apply a filter like Pixelate or Blur to an entire UIView. Like the eBay iPad app. I thought to use GPUImage but I don't know how to do it. There is a way to apply a filter ...
1
vote
0answers
284 views

Create video filter using GPUImage framework for blw file exported from Photoshop

My task on project is to create GPUImage live video and image filter. I have Black and white file exported from Photoshop. I can read values from that file But can not find appropriate filter to ...
0
votes
0answers
221 views

GPUImageToneCurveFilter bug? [closed]

I am trying to use GPUImage framework -GPUImageToneCurveFilter. when I change the image effect by thus code: //RGB [toneCorveFilter setRGBControlPoints:[NSArray arrayWithObjects: [NSValue ...
0
votes
0answers
462 views

gpuimage record sample

I want implement a record app use GPUImage framework, and the sample "SimpleVideoFilter" just record 10s, and stop. My app have a button, like "record/stop". when i fist click it, start record, click ...