Algorithms which extract and manipulate information from digital images.
1
vote
1answer
20 views
Function to map an image to 3D point by point
I am trying to map my image point by point to 3 dimensional space.
For example, if my original image has intensity of 100 at location X, I want to plot this point in 3D location Y with intensity of ...
1
vote
1answer
21 views
At what resolution I should take a picture of my vinyl record to be able to play it?
Is it feasible to optically scan a vinyl record into an image, and then process that image into a audio waveform to play.
What resolution you reckon would be sufficient for a decent sound quality?
0
votes
1answer
8 views
Downsample chrominance components of images using matlab
I want to decompose an image to Y,Cb,Cr components and then to perform downsampling in YCbCr domain to form the 4:2:2 format.
Code for decomposition of the image to YCbCr:
img=imread('flowers.tif');
...
1
vote
1answer
7k views
Stacking several 2D images into 3D in Matlab
I have 25 2D images (of equal size), each image represents one layer equally spaced. Each image is in grayscale and black color (or values equal 0 in data matrix after importing it) is the background ...
0
votes
1answer
18 views
The Tesseract OCR engine isn't able to read the text from an auto generated image, but can from a CUT in MS Paint
I'm using a .NET wrapper for the Tesseract OCR engine. I have a large document that is a PNG. When I cut out a section of image in MS paint and then feed it into the engine, it works. But when I do it ...
0
votes
0answers
27 views
Identify body parts of a human within an isolated image using opencv [closed]
Information:
I am looking to identify the limbs of a human in an image. For the sake of simplicity, one can assume that the Image has been filtered of all background and that only the Human is ...
0
votes
0answers
32 views
Ideal low-pass filter for image in Matlab
I want to implement the following low-pass filter in matlab:
H(u, v) =
{ 1 if D(u, v) <= D0
{ 0, if D(u, v) > D0
where D(u, v) = sqrt( (u - M/2)^2 + (v - N/2)^2 ) and
the user needs to ...
1
vote
0answers
31 views
Get RGB Channels From Pixel Value Without Any Library
Get RGB Channels From Pixel Value Without Any Library
I`m trying to get the RGB channels of each pixel that I read from an image.
I use getchar by reading each byte from the image.
so after a little ...
0
votes
1answer
29 views
Segregating digits from an image in matlab [duplicate]
I am doing a project to recognize the digits in a calculator screen. The full image is shown .
After some image processing, I have extracted only the screen from the full image as shown .
But the ...
0
votes
1answer
33 views
which one the following centroid is the centroid of object in image?
I want to get mass center of circle shape from binary image, but the output give more then one mass center.
I'm using code from opencv web tutorial document about image moment and modified little bit.
...
0
votes
3answers
39 views
Saving jpg to png increases size [duplicate]
I use the following code to save any format of image to png :
$crawl_outfile = 'webss_' . uniqid() . '.png';
imagepng(imagecreatefromstring(file_get_contents($src)),$crawl_outfile);
And it ...
0
votes
0answers
18 views
How to find more than one matching pattern using Normalized Correalation
I'm using normxcorr2 to find the area that exactly match with my pattern and i also want to find the other area(in the red rectangle) that is look like the pattern. I think it will be works if i can ...
0
votes
1answer
31 views
How to refresh an image after src change in Angular JS
I would like to selecta file and load it in angular js.
Everything work fine, the only problem the image don't refrech. I can see that everything work because when i toggle the on menu on my page ...
6
votes
0answers
385 views
Android video frame processing
I am working on application that does some real time image processing on camera frames. For that, I use preview callback's method onPreviewFrame. This works fine for cameras that support preview ...
0
votes
0answers
24 views
+100
Applying custom ImageMagick (GraphicsMagick) envelope distortion to text
I want to generate text like this using ImageMagick:
I have the font as a TTF file and know how to generate an image with just the undistorted text. What I'm having trouble with is applying the ...
1
vote
1answer
52 views
Process on curve/path skeleton binary image
I am trying to develop a code that can process on path/curve of a skeleton of an image . I want to have a vector of points from the skeleton between two points .
This code ends after adding some ...
0
votes
1answer
12 views
How to Convert Emgu.Cv.Image<Gray,byte> to System.Image
I was new to Emgu Cv and i was wondering if someone could let me know how i change Emgu.Cv.Image to System.Image?If there is a need for further explanation, let me know and i will do it.The language i ...
-1
votes
0answers
19 views
detect circle between some shapes [closed]
in my image has some shapes(circle,square,triangle).
how can I detect circle between other shapes? and can tell me how many circle there is in my image.many thanks
I = imread('c:\safa\test.bmp');
...
0
votes
0answers
47 views
C++ image processing, counting angles of objects
I'm trying to write image processing program but I've got a few problems.
I managed to count shape's field, circuit(edge detecting) and some other variables I need.
Now I need to find out at what ...
0
votes
0answers
25 views
How to upgrade the quality of a Blob image after SQLite
The Encode source i have to put these Blobs (images) in my database is
Bitmap image15 = BitmapFactory.decodeResource(getResources(),R.drawable.wolverineklein);
// convert bitmap to byte
...
2
votes
1answer
333 views
JTransforms FFT on Image
I have an image that I want to transform to the frequency domain using FFT, there seems to be a lack of libraries for this for Java but I have found two. One is JTransforms and the other was less well ...
1
vote
0answers
23 views
crop image with fixed x/y ratio
I want to crop image using following code. but i want to user only can select the crop area with a predefined x/y ratio.for example if x=2,y=2 ,then user can only use mouse to select an area with ...
0
votes
1answer
30 views
Fastest Sobel Edge Detection C#
I want to make a program that implements sobel edge detection.
This is my code :
private Bitmap SobelEdgeDetect(Bitmap ori)
{
BitmapData oriData = ori.LockBits(new Rectangle(0, 0, ...
0
votes
0answers
82 views
Face Recognition code using emgu cv and C# and it returns a black image and unknown/unrecognized label all time
I was working on Face Recognition project. After training the database and calling EigenObjectRecognizer, the result is a black image with unrecognized label.When the code runs, it looks like the ...
1
vote
3answers
70 views
Merging 2 images using c#
I want to merge 2 pictures in my c# program.
the first one is any picture in grayscale mode, and the second one is like in this picture : 2nd Pict
both of the pictures / images have the same size.
...
-1
votes
0answers
31 views
Identifying clothes in opencv [closed]
I know OpenCV can detect humans. Now I need to know whether it can be used to identify set of uniforms they wear, which the uniform images are stored in database or something. What kind of technique ...
-1
votes
0answers
19 views
tiff image to jpeg or png [duplicate]
I want to convert a tiff image to jpeg or png. but my tiff image has CCITT compression. I don't know how to convert it by JAI. I used some sample code but they don't work on CCITT compression tiff. ...
5
votes
4answers
10k views
Basic image resizing in Ruby on Rails
I'm creating a little photo sharing site for our home's intranet, and I have an upload feature, which uploads the photo at original size into the database. However, I also want to save the photo in ...
2
votes
1answer
52 views
PHP (?): Determing a photo's colour, ignoring the background
I don't know what the best technology to use here is, I know PHP can do vaguely similar things but point me in the right direction if I'm wrong.
I'm building an online store and I'd like an easy ...
1
vote
0answers
15 views
Croping out Extreme Distortion from Homography
I have a picture of a checkerboard taken from an arbitrary camera angle. I find the two vanishing points corresponding to the two sets of lines that form the checkerboard grid. From these two ...
2
votes
1answer
47 views
Write image as 32 bit per channel (128 bit per pixel) bitmap from .net
I generate HDR images at runtime which I need to save in perfect quality (I'm chaining those images through multiple filters so I want to keep maximum fidelity each time to avoid too much quality ...
1
vote
1answer
33 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
179 views
Android Programing with OpenCV - App is crashing
I'm still new to Android programming and OpenCV.
I took one of the OpenCV examples which come along with the package (Tutorial 2 - Mixed Processing) and tried to modify some of the image ...
1
vote
1answer
42 views
I have a dot bouncing around an image. Need to calculate angles of reflection off of groups of pixels (surface of objects)
Suppose we have an image (pixel buffer) that is in black and white, so each pixel is either black or white (not gray scale).
Now somewhere in the middle of that images, place a green dot. It may have ...
1
vote
0answers
11 views
Internal thinning
Given the outcome of applying a canny edge detector into an image using cv2 python library, I want to dilate the edges only from the internal part of the convex boundaries by using morphological ...
0
votes
0answers
12 views
do image grayscale with shade
I have the following code:
PixelFormat pixelFormat = PixelFormats.Gray4;
FormatConvertedBitmap bmpConverted = new FormatConvertedBitmap();
// Change properties within a ...
-1
votes
0answers
23 views
SIFT is patented,Are there any free alternatives to find Image within a image [closed]
My requirement is to find whether an image (small image) is a part of another image(large image) and I need to do this in java.
After doing lots of research I found SIFT algorithm (and some other ...
0
votes
1answer
26 views
YUY2 process image fault
I'm trying to process YUY2 image (Y, Cb, Cr). I need to filter the image and eliminate all the colors but the red coloring. I used Image Processing Lab to find the values of the elements Y, Cb, Cr. I ...
0
votes
0answers
29 views
Restart Activity Without Error
I Have menu that fill by 2 Activity in my Android App, when i enter in first activity and do some image processing like skin detection, suddenly activity restart and back to the menu after around a ...
-2
votes
0answers
34 views
How to use google goggles to get the text from an image in my application? [closed]
i want to read text file of image which is produced by google goggles in my application .pls help or u can suggest some other OCR thrid party apps which is more easy to use.
thanks
Nitesh Kumar
0
votes
1answer
34 views
How to draw a line with changing intensity/grayscale
If I have matrix/data with line intensity values:
e.g.
0, 1, 2, 3, 4, 5, ..... M (where intensity value is gradually changing)
or
any random order of values
So if I use the first intensity set of ...
0
votes
0answers
17 views
Automate simple Image editing
I'm working on an E-commerce website which deals in clothing and fabrics. Now what the client wants is that he click an image of a model once, and the same images is reused for different shirts. the ...
0
votes
1answer
38 views
C# image save dots
I don't know that i'm doing wrong, I have been looking around the web, and tried a lot of different things but nothing works, when i try to save the image there is a lot of gray dots
the result can ...
0
votes
0answers
16 views
Luxand API in Visual Studio 2010?
How can I use Luxand API to get to work in visual studio 2010? I need to detect points of chin in a given face, can I do it with any other API?
I have tried this sample code:
OpenFileDialog ...
8
votes
2answers
10k views
How do I edit the axes of an image in MATLAB to reverse the direction?
I would like to edit the axes in my series of images being displayed.
This is what my image looks like:
As you can see, it ranges from 0 to about 500 from top to bottom. Can I invert that?
Plus, I ...
0
votes
1answer
24 views
Visible Light Communication with Android camera Approach
I have a circle which changes colors according to a data encoding scheme. For example I want to encode the message "Hello" in the color changes of that circle. That means something like a transition ...
2
votes
0answers
14 views
Pre-trim PNG image to alpha and get offsets
I have a set of images, all with the same size, saved in PNG format.
Later, in my program, I'll use these images and superimpose them on top of each other.
However the non-transparent part of each ...
0
votes
0answers
21 views
Comparision of different Opencv implementations [duplicate]
How would you compare Opencv in C Vs. C++ Vs. Python for developing commercial Image processing applications. A few points for comparision maybe speed, ease of maintenance, applying updates etc.
Thank ...
10
votes
6answers
5k views
Why '.png' files produced by ImageMagick are so much bigger than '.jpg' & '.gif' files? [duplicate]
I'm using ImageMagick to convert some files from one format to another. I was always under the impression that .png files were supposed to be as big/small as .jpg if not smaller, and definitely ...
2
votes
2answers
836 views
Image Conversion library: Word, PDF, Excel to Images
We have a requirement to convert any incoming documents which are either in Excel, PDF and Word to images. Any recommendation?
I am NOT sure whether ImageMagik would do this but my understanding it ...


