Tagged Questions
The contrast tag has no wiki summary.
7
votes
5answers
372 views
How to use JavaScript to measure how bright a users monitor is?
I've noticed that the brightness of computer monitors drastically varies between computers.
As such, this changes the look of web pages greatly.
Is there a way to use JavaScript to automatically ...
6
votes
4answers
316 views
How to pick a background color depending on font color to have proper contrast
I don't know much about color composition, so I came up with this algorithm that will pick a background color based on the font color on a trial an errors basis:
public class ...
5
votes
4answers
386 views
Mapping a list of numeric values to colors
I have a list of numeric values. I may normalize the values if needed.
I need to transform this list to a list of colors (in HSL, RGB or any other color model — I can always do conversion ...
3
votes
1answer
347 views
Normalize histogram (brightness and contrast) of a set of images using Python Image Library (PIL)
I have a script which uses Google Maps API to download a sequence of equal-sized square satellite images and generates a PDF. The images need to be rotated beforehand, and I already do so using PIL.
...
3
votes
2answers
2k views
How (and why) do you use contrasts (in R)?
I am sorry for asking such a basic question, but I can't seem to put my head around this or find a satisfying answer.
I checked ?contrasts and ?C - both lead to "Chapter 2 of Statistical Models in ...
2
votes
1answer
78 views
R: loop / function to create a matrix for comparison (contrasts)
I have following type of data, means combination of factors
P1 <- c("a", "a", "a", "a", "b", "b", "b", "c", "c", "d")
P2 <- c("a", "b", "c", "d", "b", "c", "d", "c", "d", "d")
myfactors <- ...
2
votes
3answers
262 views
JavaScript color contraster
I'm looking for a technique where we could programmatically pick the best color contrast to apply on text over HTML elements of different (unpredictable) background colors.
Since the HTML elements ...
2
votes
3answers
2k views
Adjust the contrast of an image in C# efficiently
Is there an efficient way of adjusting the contrast of an image in C#?
I've seen this article which advocates doing a per-pixel operation. Not quick.
I'm using colour matrices in places already and ...
1
vote
2answers
73 views
Faster contrast algorithm for a bitmap
I have a tool with trackbar slider controls used to adjust an image's brightness, contrast, gamma, etc.
I am trying to get real-time updates to my image while the user drags the slider. The ...
1
vote
0answers
28 views
How do you manually create a color profile?
I'm trying to create a color profile for a white-label LCD display, for internal testing. All I have is a technical document with these values:
Brightness of White: 300
Brightness Uniformity: 70
...
1
vote
0answers
144 views
Changing the screen contrast with GDI+ and C#
my problem is the following :
I am making a program, which can manipulate brightness, gamma and contrast through C# code. For brightness and gamma it is ok I have achieved it through code I found in ...
1
vote
2answers
198 views
How to decide font color in white or black depending on background color?
I want to show some images like this example
The fill color is decided by a field in the data base with the color in hex (ex:ClassX -> Color: #66FFFF).
Now, I want to show data above a fill with the ...
1
vote
3answers
2k views
Brightness and Contrast for a canvas image with javascript
I have an image in a tag
var img = new Image();
ctx.drawImage(img,0,0,img.width,img.height);
ecc...
How is possible to change the Brightness and Contrast of this image with javascript?
Tnx
1
vote
2answers
186 views
How to calculate easy to read color for a random backcolor?
in my current tool there is a colored box with some numbers in it. The backcolor of the box is defined by some sort of list but can also be altered by the user. The forecolor (== fontcolor of the ...
1
vote
2answers
295 views
How can I choose an image with higher contrast in PHP?
For a thumbnail-engine I would like to develop an algorithm that takes x random thumbnails (crop, no resize) from an image, analyzes them for contrast and chooses the one with the highest contrast. ...
0
votes
0answers
10 views
pre-processing the image before edge detection
I have done canny edge detection on x-ray image but i need to do pre processing on the image so that the unwanted edges are removed and only the edges corresponding to bone present in the x-ray image ...
0
votes
0answers
69 views
set gstreamer playbin2 contrast and brightness properties
I can't get the contrast and brightness properties of a playbin2 in gstreamer working:
Pipeline pipeline = new Pipeline("pipe");
Element playbin = ElementFactory.make ("playbin2", "playbin");
...
0
votes
0answers
11 views
MAMP install/setup caused monitor contrast change
I'm a novice at the whole MAMP setup on OS X and I pretty much got everything running (kinda sorta). However once I was almost done with the process I noticed my monitor contrast is different... as a ...
0
votes
2answers
62 views
Properly draw text on a control contrasted to it's background
http://fc04.deviantart.net/fs71/f/2011/277/7/6/problem_by_tekuconcept-d4btjlx.png
As shown in the image above, I want to be able to draw a contrast in the string.
I have read this link: about the ...
0
votes
2answers
51 views
Can libjpeg be used to change contrast of images in C++?
If not, where can I find the algorithm to adjust contrast of an image. I will have to code it in C++ and have access to libjpeg and libjpeg-turbo libraries
...
0
votes
0answers
121 views
Setting gamma / brightness / contrast of DirectX device
I am trying to implement interface for setting gamma / brightness / contrast of DirectX renderer. I have found convenient method for this (at least I think) namely IDirect3DDevice9::SetGammaRamp. The ...
0
votes
0answers
80 views
VTK Image is too dark or too bright [closed]
Possible Duplicate:
DICOM Image is too dark with ITK
I am trying to display some DICOM images with VTK (reading them with ITK).
For this, i am using the VTK classes vtkRenderer, ...
0
votes
2answers
191 views
Adjust screen brightness/contrast in Python?
I need to adjust screen brightness/contrast by using Python.
It will be a function in my code and it will be run when user presses a key, else script won't change the brigness/contrast.
How can i make ...
0
votes
1answer
290 views
contrast and brightness automatic (for OCR)
I'm looking for an algorithm to adjust automatically contrast and brightness for images that after will be scanned by Tesseract (an OCR engine).
Do you know if is it possible?
0
votes
1answer
243 views
How to implement Weber contrast of an image in matlab/octave?
I would like to get per-pixel local contrast of an image, and I guess Weber contrast is a plausible formula for that. Question is, how to get it in matlab assuming we just use neighboring pixels (ex, ...
0
votes
1answer
168 views
How to control the contrast of text?
How do you change the color contrast of text when the background changes? for example If I was to have a black background, black text would not be visible.
0
votes
3answers
651 views
Qt text with shadow
I see this in other applications, even though the appearance is ever so slightly, the effect is a much high contrast -> better readability.
The tabs on the left in Qt Designer for example, or the ...
0
votes
2answers
556 views
Silverlight 4.0 - contrast and brightness management
I am building an image editor for Silverlight 4.0 and need some insight or possibly a snippet of code or library to implement contrast/brightness management.
I would appreciate if somebody would ...