Algorithms which extract and manipulate information from digital images.
0
votes
0answers
30 views
blockproc matlab with BorderSize
I have the follwing code.
It returns H is empty but when I remove the 'BorderSize' it works fine. What is the problem with this code?
function test()
a = [1:100];
a = reshape(a, [10,10]);
numWords ...
0
votes
0answers
23 views
How to correctly extract highlights and shadows from a grayscale image
I am drawing some buttons on the screen. Each with a different color, but the same shape, designed in Photoshop with all sort of reflections and shines.
I want to use a single bitmap of the shape and ...
-1
votes
0answers
22 views
working with multiple images [closed]
I have to work with multiple aerial images. the objective is to reconstruct 3d features. for a particular object, i want to find the images which are giving good viewing geometry than others. so that, ...
0
votes
1answer
26 views
Matlab `image(image)=-1`? [closed]
I'm really new at matlab and I'm trying to understand this piece of code:
mask = false(size(image_map));
image_map(mask) = -1;
I understand that the first line is to create an array of logical ...
0
votes
1answer
44 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.
...
0
votes
1answer
34 views
PIV Analysis, Interrogation Area of The Cross Correlation
I'm running a PIV analysis on two consecutive images taken during an experiment to get the vector field. But I would like to know, based on what criteria do I have to choose the percentage of overlap ...
0
votes
0answers
17 views
Is it not possible to perform non-linear filtering in frequency domain? [migrated]
This link contains the following statement:
In contrast to the frequency domain, it is possible to implement non-linear filters in the spatial domain. In this case, the summations in the ...
1
vote
0answers
24 views
Magick++ crop throws error on second image
I am currently trying to crop a large matrix of images using Magick++. I am looping through all of the images and cutting each one into a 3x3 grid of tiles to get their average RGB values. Currently ...
0
votes
2answers
37 views
Inverse of rgb2ycbcr() in Octave? (No ycbcr2rgb)
How do I convert the output of rgb2ycbcr back to RGB in Octave?
I can't find a ycbcr2rgb function in the image package.
-2
votes
1answer
57 views
Difference of Gaussian in Edge detection [closed]
Can anyone tell me how 2-D Gaussian fuction given as-
http://upload.wikimedia.org/math/f/7/3/f7352f2a6fea01707e869432d39bfc21.png
where t is standard deviation.
1.How is it convoluted with Image(as ...
0
votes
1answer
25 views
imageprocessing obtaining histogram from patches matlab
I have an image of size (H,W).
I would like to get histograms of each patch of size [N,N] from that image.
These patches should have half overlap.
What is the fast way to do it?
If I use blockproc ...
-3
votes
1answer
45 views
Bicubic Interpolation [closed]
My assignment question is :
"In Lecture 9 Slide No.21 There are Affine Transform based equations. Take an input gray-scale image and apply these transformations one by one. The interpolation used must ...
-1
votes
1answer
32 views
sort images by how detailed they are [closed]
I'm looking for a Java package that allow me to sort images by how detailed they are. I would like to create a service that will scan images and filter out the non-interesting images. I'm aware that ...
3
votes
6answers
256 views
Binarize Image in Android
I am developing android app that uses tesseract OCR to scan a text from image,
I heard that binarizing image before performing OCR on it will give better result,
So I start looking for a code that do ...
0
votes
2answers
49 views
How to get rid of a color in an image
I want my image, a buffered Image, to have a transparent background, I first tries using a png, then a gif, then I tried using imageFilters but I could also not hit it off, so now I decided to use a ...
0
votes
0answers
41 views
Saving specific image using opencv
I have to take images from my still camera (webcam) and checking whether vehicle is in image or not , but i think it take much memory , so i think i only save the image in which i have vehicle in the ...
1
vote
0answers
70 views
Directional Weighted Median Filter (Image processing)
I need to implement a directional weighted median filter in Java to remove random impulse noise. I have no idea how/where to start. The algorithm is as per below:
Create a 5x5 window
Consider 4 ...
0
votes
2answers
47 views
Create mapreduce job with an image as an input
New user of hadoop and mapreduce, i would like to create a mapreduce job to do some measure on images. this why i would like to know if i can passe an image as input to mapreduce?if yes? any kind of ...
0
votes
1answer
51 views
Wich methods can i use to recognize characters/letters without an OCR?
I want to know if there are some methods to recognize letters (my case is a little easier, i need to recognize only capital letters) without using an OCR.
At the moment my application can produce a ...
0
votes
0answers
20 views
Recodnize nipped symbol of the windows product id
My windows license was nipped and I can't see one symbol. Here is picture https://dl.dropboxusercontent.com/u/50513998/code.jpg .
Question is there some tool that can figure out what the symbol that ...
0
votes
0answers
42 views
Creating loop for matching (need help)
Please, I need assistance on this code, I am trying to matching two data. The first one is the training set, while the second one is the test set. They both contain 1 x 20 row vector each. Each cell ...
-1
votes
2answers
48 views
Using R for extracing data from colour image
I have a scanned map from which i would like to extract the data into form of Long Lat and the corresponding value. Can anyone please tell me about how i can extract the data from the map. Is there ...
0
votes
1answer
41 views
OpenCV: use homography for different image sizes
I calculate the homography matrix of an image using OpenCV's findHomography and then I warp the image using warpPerspective function. Now I want to use the same homography matrix for a scaled version ...
0
votes
1answer
52 views
compare 2 histograms with Chi-Square
i want to compare 2 Histograms, which have 2 dimensions.
For this i want to use the Chi-Square-Metric.
My comparator looks like this function:
double Histogram::compareHistogram(Histogram *hist){
...
-2
votes
1answer
75 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 ...
1
vote
1answer
47 views
Tesseract OCR with Gasmeter
I am trying to get Tesseract to recognize numbers from a photo of a gasmeter unit.
But it returns mostly empty pages as output.(I am using Tesseract 3.02)
For example
pic 1, some tweaking
I want to ...
-1
votes
0answers
17 views
changing image vibrance and difinitation of an image with aforge library
I want to change the vibrancy and definition of an image using aforge library, how can do this?
It seems there is no filter part of the library to do so.
Is there any way that I develop them using ...
0
votes
0answers
55 views
How to process image in Android for face recognition
i'm trying to develop in android a face recognition using eigenfaces with other methods.
I've tested everything in matlab and now I "just" have to porting the code in Android.
My problem is:
...
2
votes
0answers
59 views
Two 3D point cloud transformation matrix
I`m trying to guess wich is the rigid transformation matrix between two 3D points clouds.
The two points clouds are those ones:
- keypoints from the kinect (kinect_keypoints).
- keypoints from a 3D ...
0
votes
2answers
52 views
What is the maximum number of thread that can be created ? Does system configuration need to be considered when multiThreading [closed]
What is the maximum thread that i can create for my algorithm ? Does system configuration need to be considered when i use MultiThreading ?
My Hardware : Intel(R) Core (TM)2 Duo CPU E8400 @3.00 GHz ...
0
votes
0answers
83 views
Image Manipulation in NodeJs using gm
I have to add some text over the images returned in HTTP response. I am using gm (graphicmagick) to achieve it, but getting the following error:
events.js:72
throw er; // Unhandled 'error' event
...
1
vote
2answers
76 views
Calculate percentage similarity of two images using OpenCV
I am able to find matching features using bewlow shown code. I want to calculate percentage similarity between two images. I am new to OpenCV. Any kind of help will be highly appreciated.
...
-1
votes
0answers
24 views
Bulk stitching or stitching as the images come in?
When using the stitcher opencv class it appears to use bundle adjustment over all the images being considered and then warp everything. This was making me wonder is it possible to stitch each image as ...
1
vote
2answers
86 views
How can i delete largest contour in a skeleton image in python?
I would like to delete the circumference (the outermost perimeter of a sign) of this wheel skeleton sign except what's inside.
I think about a function findcontours() and delete the largest contour ...
2
votes
1answer
66 views
How to solve lighting differences on stitching images?
I am trying to copy a small image to a bigger image, both images are from the same scene and they are aligned very well. I am using laplacian blending which makes it look seamless. I have one problem ...
0
votes
1answer
25 views
Looking to start writing an image recognition application and I need some advice [closed]
I've decided that in my summer off from school I want to try to create an application (for use with linux at the start) that will be able to take an image and interpret what is written to then preform ...
2
votes
1answer
46 views
How to identify changes in two images of same object
I have two images which I know represent the exact same object. In the picture below, they are referred as Reference and Match.
The image Match can undergo the following transformations compared ...
0
votes
1answer
34 views
Find Overlapping Region between 3-Dimensional Shapes
I'm currently plotting 2 separate 3-dimensional amorphous blobs which overlap each other. I have created the blobs by deforming a unit circle (as you can see in the code provided below). My question ...
2
votes
3answers
104 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
3answers
161 views
How to plot a surface with a texture map
I want to plot a surface with a texture map on it, but the conditions are not the "ideal" ones.
first lets explain what I have.
I have a set of points (~7000) that are image coordinates, in a grid. ...
-1
votes
0answers
36 views
how to use bckground subtractor for object detection?
everyone.!!I have previously implemented below code using frame differencing method to detect single person. Now I am trying to implement using bckgroundsubtractor method. For segmentation I am not ...
0
votes
0answers
48 views
Large images with Direct2D
Currently I am developing application for the Windows Store which does real time-image processing using Direct2D. It must support various sizes of images. The first problem I have faced is how to ...
-2
votes
1answer
75 views
how to convert image to matrix
i am interested how to convert given image into matrix form with just numbers?for example let take following picture
as i know there exist in matlab special functions,which decompose given ...
-1
votes
0answers
71 views
C# Camera Calibration and Object's Distance Calculation
I am using Emgu cv library (opencv Lib) on c# VS2010 to find object in the view of Robot head cameras and need to calculate depth information to pick and place this object by robot hands.
after ...
0
votes
1answer
47 views
How to get a differently oriented sub-image in matlab
I want to take a sub-image from a bigger image, but I have the 4 corners of the image and I want to get the resulting image, independently of the orientation it may have.
Is there a Matlab function ...
0
votes
1answer
81 views
How to Use threads efficiently in Image Processing?
Objective : To Develop an algorithm for finding the Circles in given image
Implementation Part : VC++ 2010 + Using opencv library to find the Circles
Inputs : ROI (X,y,Width,Height) , IplImage* ...
0
votes
3answers
37 views
Is there an algorithm to compress multiple images that are not much different apart?
I have a set of 100+ images that only differ a few pixels. They also don't have many different colors. Is there a way to compress them together by taking advantage of that?
0
votes
1answer
28 views
PHP5.3 Wamp 2.2 Image functions not working
while I am trying to build a captcha in my web application ( PHP ), its not rendering the image. So I tried with the following code, which is the simple example in php.net. But this also not rendering ...
1
vote
1answer
91 views
Face Recognition - How to return the correct image?
I am trying to make hand gesture recognition (similar to face recognition) using Principal Component Analysis(PCA) in python. I have a Test image and I want to get its nearest match from a set of ...
-1
votes
0answers
46 views
fingerprint image segmentation block direction estimation
I need some help in this code this code for fingerprint image segmentation (block direction estimation ) it is one of step of fingerprint recognition system the algorithm of this step it is.
1.Block ...

