1
vote
2answers
28 views

opencv sift algorithm, how to get confidence from findHomography

I am trying to create an application for iPhone, but I am a new developer for both openCV and iOS. I have more than 50 object images, I have one scene image from camera. In each time I have one of ...
3
votes
1answer
46 views

replace all red pixels in apple image with green green, including gradient red ios [duplicate]

I am doing change color of my apple shown below: to change all red colors to green and all yellow to orange. My problem is how to select all kind of red color and how to select all kind of yellow ...
-1
votes
0answers
19 views

How can I use the erosion or dilation functions within vImage?

At the moment, I have a binary image that is being displayed in a UIImageVIew. I want to use vImage from the Accelerate framework to apply an erosion operation to this image, using the function ...
0
votes
1answer
34 views

error in for loop when rewriting values

I used the following method to convert the input image to grayscale and threshold: UIImage *image = self.imageView.image; // Create image rectangle with current image width/height CGRect ...
0
votes
0answers
40 views

Deskew image to cut out a sup image

First: here is a little sketch I'm working on a project where I get an image with a quadrilateral on it (the red one). I know the positions of all four points. Now I want to deskew this ...
1
vote
0answers
45 views

function not present when calling

I have implemented the leptonica library within my xcode project (Objective-C) and it has worked well until I tried calling a bunch of new functions that are not present. The problem is that I can see ...
-3
votes
0answers
24 views

How to remove glare/reflections using opencv and ios [closed]

I've been doing some work with opencv to do some image processing, now my final images are getting messed up due to the glare/reflections from the various light sources in the pictures. I've looked ...
0
votes
4answers
67 views

for loops in objective C

Apologies for a basic question. I have checking out the for loops here and here and for example if we analyse the first code : for(int i = 0; i < CFDataGetLength(pixelData); i += 4) { ...
0
votes
1answer
30 views

Leptonica apply threshold

I am trying to use leptonica's pixOtsuAdaptiveThreshold function but with little luck. I am not sure if I am doing it right but I am trying to take an UIImage (objective-C), apply the ...
1
vote
0answers
36 views

Iterating through a grayscale image

I have used the CIMaximumComponent to convert the image being displayed on the screen to grayscale. Now I want to iterate through the grayscale image and apply a threshold such that if the intensity ...
-1
votes
0answers
30 views

Different channels of an image in iOS

Essentially, I have an RGB image as the input. I would like to store just its red channel as a variable and display it. In addition, I also want to iterate through the red channel so that I can change ...
0
votes
1answer
36 views

cvGetSize gives bad argument error

I'm trying to reduce the glare and light reflections from an image to then continue with some more image processing. I found a snippet of code online that supposedly works to select pixels in a range ...
1
vote
0answers
26 views

DelayTime or UnclampedDelayTime for GIFS

When converting a Gif into a animated UIImage the delay for each frame is extracted from properties kCGImagePropertyGIFDelayTime or kCGImagePropertyGIFUnclampedDelayTime Like so: NSString ...
1
vote
1answer
35 views

UIImage color correction

I am using AVFoundation to play a video by creating a CGImage from the AVFoundation callback, creating a UIImage from the CGImage and then displaying the UIImage in a UIImageView. I want to apply ...
0
votes
0answers
69 views

detect colors from object and change its color ios

I am using opencv edge and contour detection to crop some objects. now thatt object contain two or more colors so i have to change that colors one by one, for ecample i want to change color of apple ...
0
votes
1answer
38 views

Using instagram filters from an open source library

GPUIMage helped alot but exact result like instagram is not there. Found a new library but Not able to figure out how to use this. Any suggestions ? https://github.com/binhdna/Instagram-Filters
0
votes
2answers
73 views

OpenCV and iOS - Getting started

I am new to iOS development and apologies for a basic question. I am trying to convert an image to grayscaled and threshold it using openCV in iOS. So far, I have imported and setup the framework on ...
0
votes
0answers
37 views

Get original but cropped Co-ordinates of image in iOS

I have two images. One is the original (let's say it's 830 x 1222 pixels. The other is a cropped image (let's say 300 x 300 pixels) takend from the original. Cropped image is as per the ratio of the ...
0
votes
0answers
53 views

iOS - How to detect an object from the camera feed based on a reference image

I have a project which aims at detecting some objects from the camera feed and then do some action based on the result of which object was detected. I googled around the topic and found out that ...
1
vote
1answer
73 views

How to create real time image effect processing application iOS

I use AVCaptureSession to receive image from camera of iPhone. It return image in delegate function. In this function, I create image and call other thread to process this image: - ...
-8
votes
0answers
63 views

Image processing on iOS [closed]

I would like to say that I've got experience in Java, C and MATLAB. I have written an image processing script in MATLAB and would like to translate it to an iPhone app. Since I am new to iOS, could ...
0
votes
2answers
110 views

How to detect image is grayscale

I need to determine whether the image is grayscale (contains only black, white or shades of grey) or contains any color. What libraries should I use for this?
-2
votes
0answers
81 views

Resize image on iOS [closed]

I am trying to resize an image taken from the camera. I tried lots of different algorithms that I found on web and here on SO but none of them gives me the results I want. I know that on a resize ...
1
vote
1answer
66 views

HoughCircles gives wrong number of circles and position - iOS

Im using OpenCV to help me detect a coin in an image taken from an iPhone camera. Im using HoughCircles method to help me find them but the results are less than hopeful. cv::Mat greyMat; cv::Mat ...
0
votes
0answers
20 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
55 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
74 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
37 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
70 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
95 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
32 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
44 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 ...
-1
votes
1answer
26 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
121 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
81 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
63 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
90 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
44 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
64 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
214 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
67 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
38 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
52 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, ...
0
votes
0answers
66 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
108 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
93 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
411 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
67 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
141 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
53 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 ...

1 2 3 4 5 7