0
votes
0answers
9 views

Accelerate framework - convert vImageBuffer to a UIImage

I am currently trying to learn image processing using vImage. I am able to process the image to get a vImageBuffer output, however, I would like to be able to convert the vImageBuffer to a UIImage so ...
2
votes
3answers
41 views

How do I take a blurry picture (like from an iPad 2) and sharpen it using iOS API's?

I have a picture of a barcode from the iPad 2 (or iPod touch 4G). I need to enhance the picture using sharpening techniques and other image enhancements so I can run the picture through a barcode ...
0
votes
2answers
43 views

How to use UIGestureRecognizers for Tap, Pinch, and Rotate on multiple UIViews or UIImageViews

I don;t know how to handle this :-/ I just need to add stickers on an image. App will conatins stickers like smilies, hearts (images) on selecting the particular sticker it will be added to main ...
0
votes
1answer
30 views

iPad: retrieve filename of photo just taken using built-in camera and pass it to other function for further image processing

Hi all I am new to iOS programming and I am developing an iPad app which uses the iOS built-in camera to take photos and then use the photo taken for image processing (OpenCV) at BACKGROUND. There's ...
0
votes
0answers
36 views

opencv2.framework/opencv2(surf.o) duplicate symbols for architecture armv7

I am integrating opencv2.framework with my project. I did the following steps for completion. Added opencv2.framework to "Linked Frameworks and Libraries" Added libc++.dylib to "Linked Frameworks ...
1
vote
3answers
71 views

Is there a way to identify if two images are nearly identical in Objective-C?

Say you have two images: and These pictures are nearly identical save for a few pixels that are different colors. Is there a native way in Objective-C to identify if two pictures are nearly ...
0
votes
0answers
24 views

ios accelerate framework to detect the peak values of graph

i have used the core image framework of ios for the color detection and calculating the coordinates (x,y) values of pixels of graph now, i want to find out the peak values of the graph so i have come ...
0
votes
1answer
37 views

Split image by alpha value 1 objective-c

Reference Link here... Please find the image from above link. I need to extract all Black colored sharp objects from the above like specified image to a NSDictionary. The goal is to find the sizes of ...
-3
votes
0answers
52 views

Opencv and ios to detect peak values of ECG Graph [closed]

Hi I am doing my final year project and I need help with understanding image processing and its implementation with ios, the input will be in the form of image like this: given this input the ...
-1
votes
1answer
25 views

Finding peak values of graph using ios [duplicate]

i have to find the peak values of ECG wave form on ios so for that i have firstly appied the color detection code to detect that black waveform and then i have find the coordinates of that pixels by ...
-1
votes
5answers
111 views

How to detect objects from Image in iOS? [duplicate]

I have an image, on an image there are three things Spoon, Cup and basket. Now I have to identify when user click on image nothing will happen until and unless the user click on spoon, cup & ...
1
vote
0answers
56 views

Finding the coordinates of pixel using ios

I am using core image framework in ios development for finding the colors of the pixels of image for that i am using the following code CGImageRef imgSource = self.ImageView.image.CGImage; CFDataRef ...
0
votes
1answer
48 views

zoom out a photo without using pinch/UIScrollView

I'm making a process on a certain part of an image, I'm using the following code but the image retrieved on imageToDoProce is always zoomed in, My app will get complete if I could zoom out this photo. ...
-2
votes
1answer
77 views

How to detect objects from Image Processing in iOS?

I have a image and the image have in it A glass a cup , two spoon. This image is showing on the iPad. Now I want when user touch the spoon only, the spoon color will become green rest of the image ...
0
votes
0answers
34 views

OpenCV GPUImageLuminanceThresholdFilter crashes in callback while autoreleasing

I created a category for UIImage+OpenCV in my project. I did a function for change threshold of my UIImage as below. - (UIImage *)threshold:(CGFloat)value { GPUImageLuminanceThresholdFilter ...
2
votes
2answers
55 views

Scaling of Gaussian Equation

I'm using Gaussian equation for a particular photo effect in an iOS application. I use: double sigmaX = ...; //some value here for(int i=0;i<height;i++) { double F = 0; ...
-1
votes
1answer
97 views

Using a quartz composer image effect in iOS app [duplicate]

This seems like a straightforward question but I cant seem to find a definitive answer... If I create a Quartz Composer QTZ file that applies some image library effects (let's say "bloom" and "color ...
-1
votes
1answer
64 views

How does Mailbox get the effect of their icon and an image underneath it? [closed]

Apparently there is an image underneath another image, so is the super image (the one with the mailbox icon) just designed to be transparent in Photoshop, or Gimp, etc, or they used some other cool ...
0
votes
0answers
36 views

take cliped area into a image

I have a CGBitmapContext with a image drawn in it and a path that i want to copy into another image of size clippingPath.boundingBox (of course normalized to 0,0,width,height). Now, how do i do this? ...
0
votes
0answers
39 views

Get image Properties in iPhone to check image quality

I'm capturing an image from the iPhone camera and storing it in the document folder for further check and use. Before storing the image i want to check the image quality based on the RGB value, ...
-1
votes
0answers
46 views

Focus of Expansion in openCV in iOS [closed]

We want to detect the vehicle shape on iPad . Therefore we are using openCV for that we are stuck at focus of expansion , can anyone suggest me sample code or anything regarding this and how to ...
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
1answer
86 views

Live obstacle detection iPhone camera - Objective c

I need to make a clear area functionality in my camera application. Referring to the image uploaded in link http://www.flickr.com/photos/95148356@N02/8671004387/in/photostream, i need to take a ...
1
vote
2answers
75 views

iOS lossless image editing

I'm working on a photo app for iPhone/iPod. I'd like to get the raw data from a large image in an iPhone app and perform some pixel manipulation on it and write it back to the disk/gallery. So far ...
7
votes
2answers
371 views

Reduce memory consumed by method that uses OpenCv on iOS

I am using OpenCV on iOS to do some image processing on a UIImage. The method processImage is consuming too much memory. When I profile the App with allocations in Instruments. The Live Bytes peaks ...
0
votes
1answer
61 views

Determine primary and secondary colors of a UIImage

I was wondering if someone could help me figure out how I can determine the main primary and secondary colors in a UIImage. I haven't been able to find anything terribly useful in Google.
4
votes
1answer
132 views

Stretch region of image through opencv or opengl in iOS

I am trying to make double chin in fat image as mentioned in my desired result image below. I have morphed the normal face to fat face by wrapping an image on mesh and deformed the mesh. Original ...
1
vote
1answer
48 views

iOS- how to make a UIImage look pixellated instead of fuzzy

I'm not even sure how to phrase this question... but basically I have a small image, and I want to stretch it to cover the screen. Because of the enlargement, the image is fuzzy, and I would prefer ...
0
votes
0answers
47 views

iOS: Calculating most occurring color in CVPixelBufferRef

I am wondering how I can find the "most occurring" color from a CVPixelBufferRef in iOS. With this I do not necessarily mean a code sample, but just the technology behind it. My first thought would ...
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
34 views

Associate audio with an image?

I have a problem in hand of being able to associate audio to an image. I did some searching and found out that in the EXIF header of the image, there is a tag called "Related Sound File", where ...
1
vote
0answers
42 views

Auto-associate a wide-shot image with several closeup focus points using video on iOS

Can someone point me in the right direction for this use case on an iOS device? Take a wide-shot image of any subject that you want to also get closeups of images within the original wide-shot. By ...
6
votes
2answers
424 views

Real TIme Image Processing (OCR)

I am planing to develop an app like Word Lens. Can any one suggest a good library that I can use? or any one explain technology behind the Word Lens App? is it reel time image matching or OCR? I know ...
0
votes
1answer
126 views

How to get luminosity of Mat image from opencv?

I'm doing an image processing on iOS using OpenCV in c++. Sometime the ambient light is not enough and the image cannot be processed properly. I did not found any suitable way to detect the ambient ...
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? ...
0
votes
0answers
80 views

Remove image background(ID Card) and prepared it for OCR

I want to integrate OCR in an iOS application. I have found some helpful tutorials, specially This Article: How To: Compile and Use Tesseract (3.01) on iOS (SDK 5), helped me a lot. Now I can read ...
0
votes
1answer
116 views

Reduce image size till given value ios

UIImage *image = [UIImage imageNamed:@"anyImage.png"]; NSData *data = UIImageJPEGRepresentation(image, 0.032); UIImage *newImage = [UIImage imageWithData:data]; I found this size reduction of ...
0
votes
1answer
130 views

Detect colors ratio in image for iPhone SDK

I want to detect colors from Image, I am getting images frame by frame with the help of AVFoundation's classes for live camera. Now I want to detect red color from image and to make operation after ...
1
vote
2answers
96 views

SDWebImage: running a method BEFORE image is refreshed and placed

So before anything else, I found this: SDWebImage process images before caching which kind of helps but I really want to use SDWebImage, is there a way to process the images via a method outside of ...
0
votes
1answer
102 views

opencv undistortPoints returning NaN ios

I have been working with opencv, and I cannot seem to get undistortPoints to work. The matrix it returns has nothing but NaN values. //newKeyPoints is std::vector<cv::KeyPoint>, and it's ...
0
votes
1answer
85 views

Showing lot of image in scrollview causes lag

here's the problem. i want to make a photo viewer app that shows 6 image for every page, and it using scrollview page control. but now i have a problem, because adding to many subview cause lag. and ...
0
votes
1answer
38 views

Is it possible to cut an image from another image in iOS?

Can anyone tell me if the following is implementable and if yes point me in right direction. Let's say we have a picture on the screen in our iOS app. Then i select an area on this picture drawing a ...
0
votes
2answers
157 views

UIBezierPath from image

I have several png files that look similar to this this: Everything is transparent but the black path. What I am trying to do is create a UIBezierPath from the non transparent part. Edit: So I ...
0
votes
2answers
74 views

Is there a reason that iOS does not intelligently use a sharper downsampling algorithm vs. upsampling? [closed]

I am thinking that iOS uses a bicubic smooth sampling algorithm for scaling images for all cases. However, I would think it could be smarter and choose a sharper downsampling algorithm. Is there a ...
0
votes
3answers
436 views

Photo effects like instagram [closed]

In my iphone app user can take images,after taking the image how to give effects to that image like instagram Is there any good tutorial.
1
vote
3answers
156 views

How to get a single entity from an image?

I am using this image. I would like to have only the human part from this image. I don't want the background of this image. How to do this? Any logic, links or the best and simple way? here is the ...
1
vote
1answer
222 views

How to Extract Pixel data from DIcom image to view it in a n iPhone

I have been using the following code to read a dicom image using DCMTK frame work to display it in a UIImage view. NSString *dcmFilename = [[NSBundle mainBundle] pathForResource:@"1" ...
0
votes
1answer
112 views

Measure the size of an object with camera

I need to do an method wich measure the object from a photo... I mean that I can compare the object with the size from a card to get the size from object, but I don't know how to compare this...Any ...
1
vote
1answer
231 views

GPUImage : YUV or RGBA impact on performance?

I'm working on some still image processing, and GPUImage is a really awesome framework (thank you Brad Larson!). I understand that : some filters can be done with only 1 component. In this case, ...
0
votes
0answers
84 views

iOS - Real time card borders recognition from device camera

Certainly many of you might have tried the Lemon Wallet app for iOS. My question is: how can I identify, in real time using the device camera, when a card is just inside a rectangle to snap an ...

1 2 3 4 5 6