-1
votes
0answers
62 views

How to make a histogram of an image? [closed]

I have to make a histogram, which should calculate the greyscale of an image. But I do not really know how to do it. I just do not have a clue how to proceed, so I hope someone could help me. The ...
0
votes
0answers
32 views

How to change histogram of image to another histogram

I have two images A and B. I want to change histogram of image A to the histogram of image B. What is the best approach ? It would be good to know how this technique is called. I know histogram ...
3
votes
2answers
144 views

Optimize a simple function(histogram distance) in Matlab

I profiled my code and found that this particular function is taking too much time.Any suggestions as to how do I improve this code? function s = compute_distance_hist(h1,h2) s = ...
2
votes
1answer
792 views

How to show histogram of RGB image in Matlab?

I read an image in matlab using input = imread ('sample.jpeg'); Then I do imhist(input); It gives this error: ??? Error using ==> iptcheckinput Function IMHIST expected its first input, I ...
2
votes
1answer
154 views

Plotting a color histogram in python

I have a jpeg image and want to plot a histogram of how frequently each color occurs in the image. I am able to generate a frequency table using pymorph.histogram(), but I don't know the actual color ...
0
votes
1answer
162 views

joint histogram between 2 image

Would like to ask if anyone has or can point me to a fast implementation of a function that calculates the joint histogram between two images? Thanks
0
votes
1answer
214 views

Heat maps with bar plots or mosaic plots in r

I have a matrix showing the trait similarity between species at 2 different sites i.e. relationship<-matrix(1:6,ncol=2) colnames(relationship)<-c("Sp1","Sp2") ...
0
votes
1answer
311 views

Creating histogram at each pixel location considering the window around it in python

I have to create local histograms at each pixel considering some neighboring window of the pixel. numpy.histogram(image,bins=256) creates the histogram of the whole image. I could give it a ...
0
votes
1answer
506 views

How to compare two color histogram

I used a map<CString, vector<double>> structure to store the mapping of file name to its HSV color histogram.And there are 100 elements in this map as a image DB.If now comes a image,and I ...
2
votes
1answer
1k views

Get pixel value of each pixel of a gray-scale or black-white image?

can any one suggest me the method to get actual pixel value of each pixel of a gray scale image? i used this code to get pixel. But it just gives me red value of an pixel? I don't know that ...
0
votes
1answer
1k views

drawing histogram

I want to draw a JPEG coefficient histogram //coeff[] is the coefficients array int hist[]=new int[25]; for(int i=0;i<coeff.length;i++) hist[coeff[i]]++; now I want To draw hist array like bar ...
0
votes
0answers
904 views

make a histogram on android

I try to make a histogram image on android developmet, but i get a force close erorr on it. this is my code to get the histogram value : for (int i =0;i<width;++i){ for(int ...
0
votes
0answers
682 views

Matlab Image Histogram Altering

I am attempting to implement a histogram equalization algorithm for a homework assignment (without using Matlab's histeq). The images are in color, and the process we are using is to convert the ...
2
votes
1answer
436 views

Image format of the camera (Android)

Is there any way to get an image from the camera, and then your bitmap, which is not in any compressed format such as "jpeg"?. The problem is that I need to calculate the histogram of an image, and if ...
-1
votes
2answers
536 views

Plotting a histogram with C++ RGB Values

I've gotten the RGB values of each and every single pixel in the picture, now what i will like to do is to plot a histogram based on the RGB. So there will be 3 line(Blue,Green,Red) going up and down ...
0
votes
2answers
598 views

Histogram computation in java

I try to create a program which computes image histogram. I ve got the above code but i cant figure out why it doesnt work. public void hist(List<Integer> r, List g, List b){ int ...
6
votes
2answers
2k views

Faster way to extract histogram from an image

Im looking for a faster way to extract histogram data from an image. Now Im using this piece of code that needs about 1200ms for a 6mpx JPEG image. ImageReader imageReader = ...
3
votes
1answer
678 views

Display the color histogram for an image

I'm searching for a function in PHP which extract the histogram from an image to an PNG file. This PNG file will be located in a different folder than the actual image and the function must handle ...
0
votes
3answers
252 views

dohist on a double - matlab

how do i convert an image represented as double into an image that i can use to produce a histogram? (with dohist:) % computes the histogram of a given image into num bins. % values less than 0 go ...
2
votes
1answer
676 views

Is it possible to find average color of an image from its histogram?

I took the average of each color by this method and wrote the average of red, green and blue to database. Here are the images sorted by "-blue". As you can see the 5th image has the most blue. Am I ...
1
vote
2answers
4k views

matlab hist function for image data

im new to matlab and i want to make my own function that makes the same job as imhist(Displays histogram of image data) but i am a total newbie to this and i don“t have any clues how im going to ...
1
vote
1answer
554 views

GNUPLOT: Trying to increase the quality

How do I increase the quality in gnuplot? It seems like it's a very low-res image. Here's the contents of the file i'm using: linkage.plot set terminal pdf set out 'linkage.pdf' set title ...
1
vote
1answer
207 views

Detect clip arts or vectorial images using OpenCV in C++

I have a process that detects similar images using SURF and I want to add a check to know which images are real camera photos and which ones are vectorial images like logos of map-screenshots. ...
7
votes
2answers
917 views

sorting images by color

I'm looking for a way to sort images as in the following screenshot: http://www.pixolution.de/sites/LargeImages_en.html I've looked at all the threads on this topic on stackoverflow but none of the ...
0
votes
1answer
420 views

Making Image Comparison Fast

Say I have a set of 10,000 images that I'd like to classify based on similarity. A number of people have recommended that comparing histograms is a cheap way to measure similarity. This thread, for ...
3
votes
4answers
9k views

Draw Histogram of a colored Image with Opencv

anyone can link me or give an example of code in C / C + + that creates histograms for a colored image (RGB) and displays them?
1
vote
2answers
1k views

How to save image of a histogram?

I have created a histogram using (hist) function... after that, I need to save created image in a file *.png (jpeg) ? Using what function can I do this? thx
2
votes
2answers
6k views

creating histogram using emgu cv c#

i want to create histogram using emgu cv .. there is a class called MCvHistogram in it. But i am not getting , how to use that class. actually i am reading a image from file into Emgu.CV.Image ...
1
vote
2answers
419 views

Programming GIMP's Curves Tool

I am taking a look at GIMP's Curves Tool, and is wondering the procedure behind this great tool. I grab GIMP's source code, and tries to understand it. But I realized, without proper knowledge, this ...
2
votes
2answers
2k views

MATLAB: How to change color of imhist and size of window?

I have: img = imread('pic.jpg','jpg'); r = img(:,:,1); g = img(:,:,2); b = img(:,:,3); subplot(3,1,1); imhist(r); subplot(3,1,2); imhist(g); subplot(3,1,3); imhist(b); How can I change colors of ...
3
votes
2answers
288 views

How to store image historgam into database and be able to perform search

I need to write webapp where user will be able to perform search based on images colors. My question is how to store color data? I think that best solution will be to reduce image colors and prepare ...
5
votes
6answers
2k views

Is there any Algorithm for converting Image histograms into original image?

So we have Histograms... Is there any algorithm to generate original image from them?
4
votes
2answers
2k views

Color Coherence Vector in C#

A friend and I are about to embark on creating a machine that performs some image comparison for sorting. I know about histogram comparison and am generally confident that a small grid of histograms ...