0
votes
2answers
33 views

K means clustering in MATLAB - output image

To perform K means clustering with k = 3 (segments). So I: 1) Converted the RGB img into grayscale 2) Casted the original image into a n X 1, column matrix 3) idx = kmeans(column_matrix) 4) ...
4
votes
2answers
51 views

Get interest area of a Histogram (Int Array)

I have an int array full of values (0-255) and I need to extract two indexes. The indexes to be found will represent the Interesting Area I want to focus on. The values of this area are always ...
5
votes
2answers
104 views

Algorithm for finding visually similar photos from a database?

TinEye, Google and others offer a "reverse image search" -- you can upload a photo and within seconds it will find similar photos. Is there an open-source version of these algorithms? I know about ...
1
vote
2answers
46 views

clustering a set of rectangles

I have a set of rectangles which I need to cluster together, based on euclidean distance between them.The situation is explained in the attached image. . One possible approach is to take the center ...
0
votes
1answer
66 views

Scaling Laplacian of Gaussian Edge Detection

I am using Laplacian of Gaussian for edge detection using a combination of what is described in http://homepages.inf.ed.ac.uk/rbf/HIPR2/log.htm and http://wwwmath.tau.ac.il/~turkel/notes/Maini.pdf ...
0
votes
0answers
37 views

How to identify user defined objects in an Image? [closed]

Example: If I have a list of custom objects say "Sun, Moon, Door, Fan" and I want to find these objects inside an image. Are there any standard algorithms to do such kind of a work?
2
votes
3answers
110 views

How can I calculate the area of an object by using its contour (chain code)?

Say I have a rotated squared object with chain code [1, 1, 1, 1, 3, 3, 3, 3, 5, 5, 5, 5, 7, 7, 7] using 8-connectedness. How can I derive its area, as in number of pixels? EDIT: I derived the chain ...
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; ...
-4
votes
0answers
72 views

Need a simple and accurate algorithm for face recognition [closed]

I need a simple and accurate algorithm for face recognition for my college project, testing with pca eigen faces are not accurate! please help!
-4
votes
0answers
55 views

Simple 3D face recognition algorithm [closed]

I need a simple 3D face recognition algorithm with the necessary explanations for my college project. In which language can I code this project?
1
vote
4answers
114 views

Algorithm to detect overlapping rows of two images

Let's say I have 2 images A and B as below. Notice that the bottom of A overlaps with the top of B for n rows of pixels, denoted by the two red rectangles. A and B have the same number of columns ...
1
vote
1answer
21 views

Track a user movement

I have an Image frame containing some users. And an another again containing some users. I am trying to find if any of the user from the first Image is also present in the second Image. Till now, all ...
2
votes
2answers
108 views

algorithm to get first, second, third neighbors from a coordinate

In a bitmap for each pixel, I'm trying to get its first, second, third... level of neighbors until the end of the bitmap, but my solution is a little slow, so let me know if any of you guys have a ...
0
votes
0answers
50 views

An algorithm that will correct the image orientation

I will need to have an algorithm that will rotate the image to make the text on that image upright. The photos will majority coming from smart phones, and the main photo theme will be documents and ...
1
vote
0answers
96 views

What are some common focus stacking algorithms?

I want to write my own focus stacking software but haven't been able to find a suitable explanation of any algorithm for extracting the in-focus portions of each image in the stack. For those who are ...
1
vote
1answer
54 views

Border points from point set

I have an unordered set of two dimensional points, being the result of a image segmentation. The points when drawn together in a bitmap are a contigous region. I'd like to know which points are in ...
1
vote
1answer
130 views

How to best display 30+ bpp graphics on a 24 bpp display?

What would be the best way to display the most faithfully graphics that have more than 8 bits per channel on a regular 24 bpp display?
0
votes
0answers
93 views

Crosswords schema recognize using photo grabbed by camera

I would like to create a software that provided a crossword puzzles image, give me back the following information: - Number of rows and columns - Position of the black boxes I would like to do what ...
0
votes
1answer
181 views

Counting Objects via Mean-Shift Segmentation

I'm trying to use mean-shift segmentation to count the objects found in an image. I've been working with [pyrMeanShiftFiltering][1] in OpenCV. Using the following code, I'm able to produce an image ...
0
votes
0answers
72 views

How to convert bitmap background to transperant without disturbing the actual image?

I used this code to convert actual image to the following upto this its good and working fine..but my problem is the background of this image is white and how to convert to transparent without ...
1
vote
1answer
167 views

360 degree 3D view of a room using a single rotating kinect

I am working on a research project to construct the 360 degree 3D view of a room using a single rotating kinect placed in the center. My current approach is to obtain the 3D point clouds obtained by ...
1
vote
1answer
70 views

Does current OpenCL implimentions of Java offer cross-platform support as well as stability to be used in projects?

Background: Our school entered in a competition where my team (based on 3 people including me) is assigned the task to do navigation and image processing. It's an year long project but I want to get ...
2
votes
1answer
119 views

sorting 2d points into a matrix

I have the following problem: An image is given and I am doing some blob detection. As a limit, lets say I have a max of 16 blobs and from each blob I calculate the centroid (x,y position). If no ...
4
votes
1answer
113 views

What algorithm would blend multiple images that has same scene except one object on different positions in every image?

I want to blend multiple photo shots of same scene but only one object is in different position on every shot. I want to know what kind of algorithm would give desired results. Here is an example
3
votes
1answer
85 views

What algorithm can i use to refine image selection mask?

I need an algorithm to be able to contrast detect edges in a photo. Users will roughly paint the mask over an object in an image with their fingers on android phone and then i want to refine the ...
0
votes
1answer
85 views

What would happen for an image deblurring application if the point spread function is under-estimated?

Point spread function (PSF) estimation is an important image processing function. If we want to perform image deconvolution on a blurring image in order to make it clear, PSF estimation is necessary. ...
-7
votes
1answer
157 views

Algorithms for image effects in android [closed]

I'm building an android app that produces cool effects on images. There are some effects, I'm not able to find algorithms of. Can someone please find me out the algorithms for the following image ...
3
votes
1answer
135 views

Autofocus routine detecting very small differences in blur

I'm developing an autofocus routine for positioning on the micrometer scale, so I need to find very small differences in focus/blur between images. Luckily, the image pattern will always be the same ...
1
vote
2answers
84 views

Extracting subimage with a specified aspect ratio

I need to extract an object from an image. I know the location of the object inside the image, ie the region where the object is located: this region is provided as a pair of coordinates [xmin, ymin] ...
3
votes
2answers
295 views

Removing background noisy lines from Captcha Image using PYTHON PIL

I have a processed captcha image(Enlarged) look like : As you can see, the font-size of the "TEXT" is bit larger than the width of the Noisy Lines. So I need an algorithm or code to remove the noisy ...
2
votes
1answer
747 views

Bi-Cubic Interpolation Algorithm for Image Scaling

I'm trying to write a basic bicubic resize algorithm to resize a 24-bit RGB bitmap. I have a general understanding of the math involved, and I'm using this implementation from Google Code as a guide. ...
3
votes
1answer
187 views

Best-fit a rectangle over a 2D blob

I have a binary blob (see image), and I want to fit a rectangle of known width and height over it. How can I find the optimal fitting rectangle, i.e. the one where the maximum of foreground pixels ...
0
votes
0answers
195 views

Recognition of numbers in images(Matlab)

I am learning image processing and i am trying to start my first project, that is Simple number recognition in an image. So far i have applied thresholding to the image. Now i would like to know some ...
4
votes
4answers
156 views

improving algorithm to be faster - scanning image from file

My code here works but takes a couple seconds longer and with larger files it takes longer and i wanted to know if anyone can take a look over what i have and suggest any kind of improvement that will ...
0
votes
1answer
99 views

Images crawling and indexing Algorithm (by image's color) and text search gives corresponding images

I have a Search Engine, that searches the text and written the corresponding set of web pages by seeing the searched text in inverted index, and throws corresponding webpages. Now I want to add one ...
1
vote
2answers
132 views

Finding the angle of stripeline/ Angle of rotation

So I’m trying to find the rotational angle for stripe lines in images like the attached photo. The only assumption is that the lines are parallel, and their orientation is about 90 degrees ...
1
vote
1answer
105 views

How to classify a number of rectangles of different sizes

I have several rectangles of different sizes. Now I need an algorithm to classify the rectangles according to their size. The point is that it is not fixed sizes. For example, a rectangle with a ...
-1
votes
1answer
165 views

Pyramid Lucas-Kanade algorithm with Java [closed]

I have a question about Lucas-Kanade optical-flow algorithm. I understood that "Pyramid" Lucas-Kanade algorithm is more better than simple Lucas-Kanade algorithm. So I made its program with Java ...
3
votes
4answers
276 views

Maze solving by image recognition

I'm trying to do a project with some of my friends, and we came upon that: Say I had to decipher this Labyrinth programmatically, how could I go on about that? My first decision when trying to solve ...
2
votes
1answer
118 views

Phong Reflection Model Parameters

Question: Can anyone refer me the Phong reflection model parameters for a face image taken for web-cam? Details: I am doing 3D reconstruction of 2D images using 3D Morphable Model as in this paper ...
5
votes
4answers
289 views

Dominant “color” of an image

I have the following image: What I want to do is "id" the individual strips based on their dominant color. What is the best approach to do this? What I've done is used the image's value (HSV) and ...
1
vote
1answer
165 views

Match two images in different formats

I'm working on a software project in which I have to compare a set of 'input' images against another 'source' set of images and find out if there is a match between any of them. The source images ...
0
votes
0answers
123 views

Morphing, 3 algorithms, image processing

I need to write an application for images morphing, but I can't use any libraries. I need to write my own. Can you tell me what algorithms are the best for that?
2
votes
1answer
63 views

Compare the data in an image and a file

I have an image file with a graph in it. For instance: How can I efficiently extract this graph? Could you point me some examples/concepts? I have a data file containing the edge details and I ...
0
votes
1answer
391 views

Using Sum of Squared Difference [closed]

I'm currently working on a way to use SSD in one of my assignments, but i don't fully understand how to use it. I am using it with 2D matrix and heres is the example i've been going from : From ...
4
votes
3answers
418 views

How to detect if an image is pixelated

There is a question like this asked on SO earlier: Detecting a pixelated image in python and also on quora I'm trying to find out whether an image uploaded by a user can be detected as 'pixelated'. ...
2
votes
1answer
145 views

How to limit search space using 2D rectangular buffer along a 2d line segment

I have 2D line segments extracted from an image. So i know end point coordinates of them. also, i have some reference 2d line segments. Both line segments are now in vector form. comparing to ...
1
vote
1answer
101 views

Is Fast Fourier transform algorithm appropriate for image gradient computation?

I've a matrix of size mXn and a filter [-1 0 1] on which I need to perform convolution. I'm able to do this in O(n^2) steps, but on further googling fast fourier transform keeps on popping up ...
0
votes
1answer
136 views

Implementation of SVM image annotation for color cast removal

I'm implementing an automatic color cast removal based on [1], which seem like a robust, simple and yet well-performing method. To avoid removing an intrinsic cast by a predominant color such as large ...
1
vote
2answers
311 views

OpenCV calculating square of image Assertion failed error

I'm trying to align a face-image to a reference face-image by using the Sum of squared Difference as an error metric (Image registration). Basically, trying achieve a similar functionality of the ...

1 2 3 4 5 9