GPUImage is an open source iOS framework for GPU-based image and video processing.
3
votes
0answers
54 views
Convert CATransform3D into CIVector's for CIPerspectiveTransform, replace UIGetScreenImage
Is it possible to convert a CATransform3D into a set of CIVectors in order to transform a UIImage with a CATransform3D?
I believe that is now finally possible to replace UIGetScreenImage()'s ability ...
3
votes
0answers
88 views
GPUImageHistogramFilter for a still image giving zero data
Very similar this answer, except I want to generate a histogram for a still image.
Below is what I'm doing, and it's giving a histogram with all 0 data. Is there some trick to getting this working?
...
3
votes
0answers
156 views
GPUImageMovieWriter without the camera
I'm new to GPUImage, but I think that it is really nice: good work Brad. I love the way the filters chain together so cleanly.
GOAL
I'm trying to wire up the following:
* create an openGL scene
* ...
3
votes
0answers
138 views
Does GPUImageMovieWriter support AVFileTypeMPEG4 with audio?
GPUImage has allowed me to manipulate my video files incredibly efficiently in just the way I desire, but only if I use AVFileTypeQuickTimeMovie when I specify the fileType of the GPUImageMovieWriter.
...
2
votes
0answers
95 views
How to blend a smaller texture at certain coordinate of the source picture (a still image) using GPUImage
i'm using GPUImage library and i wish to put a small logo or text at certain coordinate of a still image.
i tried using GPUImageSourceOverBlendFilter, it blends the 2nd picture into source picture ...
2
votes
0answers
584 views
Create Sketch effect to photos using Brad Larson GPUImage in Obj C
Hi I would like to try sketch effect on photos using Brad Larson's GPUImage sdk in iOS. I am trying to create sketch effect like this
But the sketch effect i get is like this
I am using ...
2
votes
0answers
556 views
How can I calculate the crop size (rect) of the UIImage with different resolution
In my app, I have a 'Capture from Camera' function, I am using GPUImageFramework by Brad Larson (ty) , GPUImageStillCamera when capturing still images.
stillCamera = [[GPUImageStillCamera alloc] ...
2
votes
0answers
526 views
Can i set frame on video with GPUImage?
I have one local video file, Now i have applied filters with help of GPUImage library,
here is code to make filtered video with GPUImage
movieFile = [[GPUImageMovie alloc] initWithURL:sampleURL];
...
1
vote
0answers
6 views
Using the GPUImageFilter library in android
i m new to android and after having long search and also tried some java code for implement filter effect like the instagram so going with java code filter effect are working but too slow,so week ...
1
vote
0answers
25 views
GPUImage and Voronoi filter
I'm trying to make the Voronoi filter work on my UIImage and no matter what I do - I can't make it work....
Here's my code:
GPUImageJFAVoronoiFilter *jfaVoronoiFilter = [[GPUImageJFAVoronoiFilter ...
1
vote
0answers
31 views
Proper way to rotate UIImage with GPUImage
I want to rotate a large UIImage using GPUImage because it's so much faster than core graphics, at least on iOS devices.
Here's what I'm doing:
GPUImagePicture *src = [GPUImagePicture alloc] ...
1
vote
0answers
55 views
GPUImage : Apply filer to existing video file
I was trying to use video filters of GPUImage framework. I followed Filtering and re-encoding a movie tutorial. It giving me error Unknown type name GPUImageRotationFilter. So i tried to apply a ...
1
vote
0answers
20 views
GPUImageView Integration in my project
What I am trying to do is this.
- (void)viewDidLoad
{
[super viewDidLoad];
NSURL *url2 = [[NSBundle mainBundle] URLForResource:@"NAN" withExtension:@"mov"];
GPUImageMovie *movie2 = ...
1
vote
0answers
72 views
Button Rotate GPUImage
I want to build a button that every time you press rotates the image by 90 °. I tried to do so, but it does not work
(IBAction)Rotate:(id)sender {
...
1
vote
0answers
86 views
Transforming a Rectangle to an Quadrilateral with CATransform3D and GPUImage
I'm trying to transform a rectangle to an quadrilateral and created a CATransform3D projection matrix as described by hfossli here.
The matrix works with a CALayer with out problem, but i would ...
1
vote
0answers
127 views
GPUImageMovieWriter - crashing with “Cannot call method when status is 2”
Trying to get started with the really great GPUImage framework so graciously shared by Brad Larson, but having an issue.
When running the SimpleVideoFileFilter sample it always crashes at completion ...
1
vote
0answers
101 views
GPUImage background subtraction iOS
I start capturing the camera with startCameraCapture and using setFrameProcessingCompletionBlock for take a GPUImageOutput (my background image).
Now I want for each frame to subtract my background ...
1
vote
0answers
165 views
Recording a video with audio using GPUImageMovieWriter without jerkiness at start and end of recording?
I am using GPUImage framework to record multiple videos one after other in close intervals with having various filters enabled in real time using GPUImageVideoCamera and GPUImageMovieWriter.
When I ...
1
vote
0answers
120 views
GPUImage 2 video inputs
I am trying to blend 2 videos together using GPUImageAlphaBlendFilter. The ouput looks like what I want but there are some frames are put out of their time. For example, a frame at time 0.32 is put at ...
1
vote
0answers
189 views
GPUImage's GPUImageOpacityFilter not behaving as expected, doesn't change alpha channel
I'm trying to do an Overlay Blend of a stock image with the output of the camera feed where the stock image has less than 100% opacity. I figured I could just place a GPUImageOpacityFilter in the ...
1
vote
0answers
124 views
GPUImage crash when switching to background while processing a video file
I am having some problems with GPUImage while switching to the background.
In my app I don't capture video using the GPUImage classes. The user selects a video from the roll and then my app applies 3 ...
1
vote
0answers
234 views
GPUImage Video with transparency over UIView
I am working on an iOS project that uses AV-Out to show contents in a 1280x720 window on a second screen.
I have a MPMoviePlayerController's view as background and on top of that different other ...
1
vote
0answers
286 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 ...
1
vote
0answers
258 views
GPUImageMovieWriter and avfiletypempeg4 filetype
First of all I would like congratulate Brad for the amazing work on GPUImage.
I'm trying to apply a rotation to a given video file and obtain an mpeg4 (AVFileTypeMPEG4) file as output.
When doing ...
1
vote
0answers
113 views
GPUImageMovieWriter crashes on assetWriterPixelBufferInput
UPDATE: I know now that i'm sending messages to a deallocated instance, i think i've setup my project correct, but are starting to doubt this....
I've read brad's documentation and set up my project ...
1
vote
0answers
245 views
GPUImage take a long time to save image in iphone4 4s . How can i do?
I define this function in a view class, filter = GPUImageWhiteBalanceFilter
[self.stillCamera capturePhotoAsImageProcessedUpToFilter:self.filter withCompletionHandler:^(UIImage * image,NSError ...
1
vote
0answers
172 views
GPUImage:how to save imageView with subview
I use the code from github named DLCImagePickerController.the sample just tell me how to use filter and then save,now i create a subImageView on the imageView to display the frame(just some ...
1
vote
0answers
329 views
How to implement both GPUImageWhiteBalanceFilter and uiElement blend more efficiently?
I'm working on an app which use GPUImage framework. I want to use GPUImageWhiteBalanceFilter to adjust whitebalance and record some watermark use uiElement blend, it works but the framerate is poor ...
1
vote
0answers
276 views
GPUImage: Way to output tiled images?
I use GPUImage (https://github.com/BradLarson/GPUImage) in my iOS project and really like it.
Now I use it to process image with a filter (only color changes, no scaling/transform), and use the layer ...
1
vote
0answers
103 views
GPUImageExposureFilter switches image dimensions?
I am running GPUImageExposureFilter on some images. When I do this on a portrait image, for some reason it resizes the aspect ratio of the image to landscape.
The images change from 2448 x 3264 to ...
0
votes
0answers
22 views
GPUImage + Lot of audio noise during video recording
I am recording video using GPUImage Framework and all is done well but when playing recorded video, i am getting lots of background noise.
how can i remove or reduce/remove this background noise? ...
0
votes
0answers
7 views
Getting the right coordinates of the visible part of a UIImage inside of UIScrollView
I have a UIImage which is inside a UIScrollView so I can zoom-in and zoom-out, crop, move around, etc.
How do I get the coordinates of the visible part of the UIImage inside the UIScrollView.
I want ...
0
votes
0answers
25 views
White overlay on top of GPUImageGaussianSelectiveBlurFilter to show where blur is - GPUImage
I want to add a white overlay to the blurred area of GPUImageGaussianSelectiveBlurFilter, and a custom filter group I built by slightly modifying GPUImageGaussianSelectiveBlurFilter to make rotational ...
0
votes
0answers
28 views
crop AVCaptureVideoPreviewLayer and apply color effect
I have cameraView using AVFoundation framework. When i alloc AVCaptureVideoPreviewLayer it display videoStream. How to apply crop to some portion of this AVCaptureVideoPreviewLayer layer and apply ...
0
votes
0answers
47 views
GPUimageVideoCamera for android
I am using GPUImage library to compress a video in my iOs app (GPUimageVideoCamera)
https://github.com/BradLarson/GPUImage/
I have worked with it on iOS and it is very fast
I want to do the same in ...
0
votes
0answers
51 views
iOS - GPUImage - How can I return a small subimage inside GPUImageHarrisCornerDetectionFilter?
I am using @BradLarson's GPUImage (with much success), and I am trying to extend the GPUImageHarrisCornerDetectionFilter so that it will not only return the locations of the detected corners, but also ...
0
votes
0answers
14 views
Calling AVAssetReaderTrackOutput more than once causes error
I am working with the GPUImage framework and I am trying to implement a system where a video is edited and then saved and then can be re-edited.
I create a NSURL called "originalMovie" and it is ...
0
votes
0answers
85 views
Why can't I write out my opengl FBO to an AVAssetWriter?
I've been fighting for a week off and on to save out my opengl renderings (which I'm using for green screening) to video via an AVAssetWriter.
I have created a simple rig below to show what I'm ...
0
votes
0answers
42 views
Android GPUImage Library
In iOS, I am calling this filter function to get the image result.
UIImage filteredImage = [[[GPUImageAmatorkaFilter alloc] init] imageByFilteringImage:imgOriginal];
The return is UIImage, so is ...
0
votes
0answers
48 views
Detect square paper corner points using GPUImage
I want to detect corner points of paper. I am using GPUImage Library. Actually I am new to GPU Image. I tried its samples. But it works with camera. I want to apply GPUImageHarrisCornerDetectionFilter ...
0
votes
0answers
50 views
GPUImage Large PNG Files
I can capture a still image on an iPad Retina Display with GPUImage using the crop filter (to 8x10 ratio with a size of 2420x1936 pixels = 4.68 megabytes) using capturePhotoAsPNGProcessedUpToFilter. ...
0
votes
0answers
97 views
GPUImage : Applying filter with brush stroke
Currently i am working on a photo editing iOS application and i am using brad's GPUImage framework to process images. I have applied different blend modes and it is working perfect. But is that ...
0
votes
0answers
24 views
GPUImageGaussianSelectiveBlurFilter: operate over a custom shape instead of a circle/rectangle?
I'm using GPUImageGaussianSelectiveBlurFilter and i want to operate to a custom shape.I got the border points ( the Vertex ) and the center of the shape ( it's position ) and i want to use them in the ...
0
votes
0answers
113 views
GPUImageMovieWriter starting new recording
Can i reuse an existing GPUImageMovieWriter (after calling finishRecording) or is there a method to pause and resume the recording?
I get error if i call startRecoding after a finishRecording.
...
0
votes
0answers
42 views
CAMShift or other tracking algorithm with GLSL
I'm working with GPUImage framework on iOS for create an application that track multiple objects.
Actually I get an image mask where all object that I need to track are white, but I don't understand ...
0
votes
0answers
87 views
Assertion failure error in GPUImageTwoInputFilter
I tried to write a program using GPUImageTwoInputFilter to create my blending. But it is wrong. can you help me. thanks
UIImage *baseImg = [UIImage imageNamed:@"a.png"];
GPUImagePicture * ...
0
votes
0answers
33 views
How to recreate cvCalcBackProject in GPUImage
I need to understand how I can recreate the cvCalcBackProject of OpenCV in GPUImage.
I generate an histogram using GPUImageHistogramFilter but really don't understand how I can look at the same time ...
0
votes
0answers
37 views
Filter a frame using a GPUImageHistogramFilter
I need to create a dynamic tracking object algorithm based on the object color (not simple blue, green, etc.. colors).
My idea is to sample the object color with a GPUImageHistogramFilter (selecting ...
0
votes
0answers
69 views
How to extact some parts of a video at exact timeintervals in ios
I am using GPUImage framework to record a video from camera. I want to extact multiple videos from the recorded video according to saved NSTimeIntevals.
What I am doing is:
When view loads I start ...
0
votes
0answers
99 views
Change image size in GPUImageView
i'm using GPUImageView to create camera custom. But when i capture, the images size is "384x384".
So, how i can capture images with size standard (ex: 1536.000000 x 2048.000000).
Thanks !



