Tagged Questions
1
vote
0answers
153 views
Create a histogram of that plots the frequency of 256 grayscale intensities JAVA
I am having trouble creating a java class that takes the name of a picture file as a command-line argument, converts the picture to grayscale, and uses StdDraw to plot a histogram of the frequency of ...
0
votes
0answers
177 views
GNU Plot inconsistent user defined colors in column-stacked histogram
I am trying to create a column-stacked histogram and because there are more than 9 different caterogies I would like to use user defined colors for the histrogram. When I don't use user defined ...
1
vote
1answer
475 views
bar3 colour depending on zdata
When using the bar3 function, the colours of the bars depend on the column or row the data is in. Example:
data = peaks(20);
bar3(data);
view(-135,30)
How can I make it that the colour of each ...
1
vote
2answers
156 views
Use histogram breaks to apply function over second column
I have multiple columns of data, let's say x and time. I want to make a histogram of column x, and color each bar based off an aggregation of the values in column time, where the aggregation is ...
0
votes
1answer
113 views
Value-based color scheme for year-by-year histograms in R
I'm utilizing ggplot2 in R in order to build histograms of some test results. Right now I have a year-by-year anaylsis of the table Glucose_Results2, which has one Value column and one Year column ...
3
votes
1answer
1k views
Change the colour palette in histogram
I am trying to change the colours of my histogram, but not sure how to do it, that's my code:
qplot(user, count, data=count_group, geom="histogram", fill=group,
xlab = "users", ...
2
votes
1answer
675 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 ...
0
votes
1answer
709 views
R plotting barplot with bars by grouped/colored by group names
Well with this dataset in CSV format,
GO Biological Process,regulation of lipid metabolic process,1.87E-35
GO Biological Process,acute inflammatory response,3.21E-37
GO Biological Process,response ...
1
vote
1answer
1k views
Using skewness and kurtosis functions in image matching
I am using the skewness and kurtosis functions for image color Histogram in image retrieval system as a statistical color features then using these features to compare between two images to retrieve ...
3
votes
1answer
600 views
How do I auto correct colors in an image?
I will work with a set of arbitrary images.
Some of them might need some color correction.
I've opened up an image that needed correction in Photoshop
and noticed the yellows were a bit high in the ...