The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
15 views

New Photoshop Brightness and Contrast calculation formula [closed]

I tried to figure our how new Photoshop Brightness and Contrast are calculated and tried each colour conversion to see if there are any lows how colours are calculated but didn't have any luck with ...
0
votes
0answers
6 views

adding contrast to an image in python

I am trying to work through a process where I take an astronomical fits file, subtract a masterflat file and then later the contrast on the resultant image. The first part has been done successfully ...
-2
votes
0answers
57 views

change image's brightness and contrast

I am looking for jquery plugin that can change image brightness and contrast by changing slider (may be input type="range" or any other option image or something) ? Please help me to get it ? I am ...
0
votes
0answers
11 views

How to convert Color Matrix to transform values?

I have a Color transformation Matrix (5x5 R,G,B,A,W) which transforms Color brightness, contrast, saturation or hue. Is there a way to convert the matrix back to the transform values? - Get the ...
0
votes
0answers
37 views

android camera do high contrast

I have a problem when making a magnifier apps with high contrast function I don't want to save the image from the camera. I find that there are something i can use from the android API : String ...
1
vote
1answer
158 views

The Concept of Homomorphic Filtering

I am trying to understand the concept of homomorphic filtering, I have read several online pages about this topic such as http://en.wikipedia.org/wiki/Homomorphic_filtering However, I noticed a scarce ...
3
votes
1answer
132 views

Default CSS filter values for brightness and contrast

Recently I've updated Chrome to v.26 and pictures which were displayed using HTML5 canvas were not visible anymore. As I found I had to change to brightness and contrast. How are the values for BC ...
1
vote
2answers
575 views

Contrast stretching in local regions of an image

I want to perform contrast stretching on an image. The image is as shown (The data-tips are created by me in MATLAB to give more information about the image, the timestamp is already there on the ...
0
votes
0answers
62 views

Auto - Fix an image of its contrast and brightness - Pixel Bender

I am developing a filter in Pixel Bender. It needs me to apply an auto-fix to the image before the filter is applied. Currently this is my progress in it -> dst = sampleNearest(src,outCoord()); ...
1
vote
1answer
102 views

adjust brightness and contrast of an application

The dvju viewer WinDjiew has the ability to adjust of the brightness and contrast to make reading documents eye-friendly. See the picture below. For me, it looks like just changing the background ...
1
vote
2answers
375 views

Balancing contrast and brightness between stitched images

Im working on a image stitching project, and i understand theres different approaches on dealing with contrast and brightness of an image. I could ofcourse deal with this issue before i even stitched ...
4
votes
0answers
231 views

partition of anova and comparisons (orthogonal single df) in r

I want to do single df orthogonal contrast in anova (fixed or mixed model). Here is just example: require(nlme) data (Alfalfa) Variety: a factor with levels Cossack, Ladak, and Ranger Date : a ...
1
vote
1answer
217 views

A priori contrasts for lm() in R

I'm having trouble with setting a priori contrasts and would like to ask for some help. The following code should give two orthogonal contrasts to the factor level "d". Response <- ...
0
votes
1answer
298 views

contrast of an image in vb2005

Adjust the contrast of an image in C# efficiently solution for above question is not working in vb 2005 i need solution in vb2005 this is c# code below public static Bitmap AdjustContrast(Bitmap ...
0
votes
2answers
150 views

HTML5 video is blurry and low-contrast ONLY in my installation of Chrome

I am in Windows 7 x64, using Chrome 22. When I view an MP4 video in the video tag, it appears blurry and low-contrast compared to the source video viewed locally in Media Player Classic. A ...
1
vote
0answers
135 views

How to define contrast coefficient matrix?

I have this data y x1 x2 pre 1 16 1 1 14 2 15 1 1 13 3 14 1 2 14 4 13 1 2 13 5 12 2 1 12 6 11 2 1 12 7 11 2 2 13 8 13 2 2 13 9 10 3 1 10 10 11 3 1 11 11 11 3 ...
0
votes
3answers
2k views

How to programmatically change contrast of a bitmap in android?

I want to programmatically change the contrast of bitmap. Till now I have tried this. private Bitmap adjustedContrast(Bitmap src, double value) { // image size int width = ...
1
vote
2answers
313 views

how to find 5th and 95th percentile in the histogram

I am trying to implement contrast stretching function in php gd and I want to set 5th percent of the image as min value and 95th as max value. Anyone know how to get the histogram and those values ...
1
vote
2answers
287 views

How to programmatically change contrast of PNG image of without background in iPhone objective-c?

I want to programmatically change the contrast of a PNG image which has no background or I must say transparent background. The below image shows the example. I am able to change the contrast of with ...
0
votes
1answer
614 views

CLAHE algorithm explanation

Is there any site with a complete explanation of the CLAHE algorithm, and maybe some sample code. So far I have only found the code for matlab with no explanation and I need to implement my own ...
2
votes
2answers
389 views

How can I perform in-browser contrast stretching/normalization?

I have jpegs on a webpage. I would like to perform client-side equalization (contrast stretching) on these images without browser plugins. I would also accept a solution for histogram equalization. I ...
0
votes
1answer
156 views

Develop image contrast,sharpen,warmth,crop,undo,redo functionality in asp.net c#

I want to develop image contrast,sharpen,warmth,crop,undo,redo functionality in my web application. Please tell me how can I develop this functionality ? I dont want to use .GetPixel() and ...
0
votes
1answer
82 views

iOS: Increasing contrast on Tab items

It is difficult to see my tab item images and text with the dark blue background I am using as you can see in this image. Is there a way to make them more bright when not selected?
0
votes
1answer
297 views

MPlayer — changing brightness/ contrast to video file and save output

I need to change brightness and contrast to a video permanently, I tried this: mplayer -vf eq=50:50 a.mp4 -dumpstream mv stream.dump b.mp4 But it saves as a file which look likes the original file. ...
3
votes
1answer
1k views

How to adjust bitmap image contrast in android?

I went through lot more techniques.But nothing could solve my query.None of those techniques are proper.Either the image becomes blur or become completely dark.So, i need a specific algorithm to ...
1
vote
1answer
225 views

Creating bitmap from double[]

Currently I am working on a program that lets me handle data in form of an image. Let's say I have datapoints that correspond to an image (maybe 300 x 300) and the values range from 0 to 10000 and I ...
0
votes
0answers
94 views

How to enforce a certain amount of contrast/luminance between foreground and background colors

When given a foreground color and a background color, how can I transform the foreground color to ensure a consistent amount of luminance difference between them? The closest I've gotten to figuring ...
0
votes
0answers
62 views

specifying contrasts of an interaction term in R

I am running a linear model with two fixed factors ("part" and "ecol"), each with two levels. I am mainly interested by their interaction. I tried to specify contrasts for this interactions like this: ...
0
votes
2answers
898 views

HTML5 Canvas contrast filter

How can i adjust the contrast of an image using HTML5 Canvas pixel manipulation capabilities ? I already succeeded in changing the brightness of the image quite easily, but contrast seems to be a ...
0
votes
1answer
64 views

Contrasting layer in JavaScript / HTML

Base of my web application is a map, consisting of a lot of pale tiles. So result of printing this page using B/W printer is very grievous. Is there any possibility to lay on some layer on the map, ...
0
votes
2answers
302 views

Using ImageMagick++ to modify image contrast/brightness

I'm trying to apply contrast and brightness to a bitmap in memory and I'm completely lost. Currently I'm trying to use Magick++ to do it, but if one of the other APIs would work better I'm all ears. I ...
1
vote
1answer
156 views

Why does changing contrast type change row labels in R lm summary?

With the default contrasts in R (contr.treatment), the summary of a linear model object gives row names according to the level names. When I change the contrasts to contr.sum, the summary of the ...
1
vote
1answer
113 views

What is the MS Office contrast algorithm?

Does anyone know what formula MS Office uses to apply contrast adjustments to image? It looks like the quadratic function, but I couldn't discover it.
3
votes
3answers
4k views

How can I adjust contrast in OpenCV in C?

I'm just trying to adjust contrast/ brightness in an image in gray scale to highlight whites in that image with Opencv in C. How can I do that? is there any function that makes this task in opencv? ...
1
vote
3answers
1k views

HTML5 Canvas image contrast

I've been writing an image processing program which applies effects through HTML5 canvas pixel processing. I've achieved Thresholding, Vintaging, and ColorGradient pixel manipulations but unbelievably ...
-1
votes
1answer
219 views

Contrast algorithm C# pointer to marshal.copy

I tried to translate this code to vb.net using Marshal.copy but I can't get it to work for (int y = 0; y < bitmapdata.Height; y++) { byte* destPixels = (byte*)bitmapdata.Scan0 + (y * ...
0
votes
3answers
659 views

Android: DrawText with background contrast

How to "set up" a paint to accomplish the "second" image above? paint.setColor(Color.BLACK); canvas.drawText(strValue, x, y, paint); First Image: text all in black as result of that code above. ...
2
votes
1answer
113 views

Map shading based on distance

I have a google map which presents the distance from a particular location. The map consists of a set of polygons, where a polygon encircles an area which is the same distance from the point. So in ...
1
vote
1answer
89 views

Compare and contrast the HTTP to HTML journey in ASP.NET Web Forms & ASP.NET MVC

I am trying to make sense of the complete cycle from the point when a user issues a request from the browser to the point response is rendered for both ASP.NET Web Forms and ASP.NET MVC. UPDATE: ...
2
votes
1answer
569 views

Contrasts for lm using contrast package

I'm using contrast package to construct contrasts for lm in R. With the following code I'm making contrast between Trt1 and Trt3. Y <- c(10, 12, 14, 16, 9, 8) Trt <- gl(n=3, k=2, length=3*2) ...
1
vote
1answer
220 views

Is there a standard sequence for gamma, brightness & contrast corrections?

In my application I'm doing gamma, brightness and contrast corrections defined by the user. Now I was wondering whether there is a standard order of doing this or not. It may sound trivial but I ...
0
votes
0answers
467 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 ...
2
votes
2answers
4k 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 ...
2
votes
1answer
280 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 <- ...
1
vote
0answers
94 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 ...
0
votes
2answers
227 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
253 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 ...
3
votes
1answer
2k 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
1answer
383 views

Changing image 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 ...
6
votes
4answers
2k 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 ...

1 2