The adjustment tag has no wiki summary.
0
votes
0answers
25 views
adjusting bounds of imageview
I have a linearlayout which contains 3 childs.
Header (Relative Layout) ( Weight : 1)
Content (Frame Layout) ( Weight : 8 )
Footer (Relative Layout) ( Weight : 1)
I have a ...
0
votes
0answers
54 views
opencv 2.4.5 LevMarqsSpars::bundleAdjust function
I am using opencv 2.4.5 for unix, and I want to use bundleAdjust function, the function takes 2 parameters that I can't understand: BundleAdjustCallback and void* userData
I would be grateful if ...
3
votes
2answers
163 views
Do something similar to Auto Tone of Photoshop with Aforge.net or c#
Im developing an image skin detection app.
But there is a problem with my camera, that try to compensate the light and the result image is bad, in most of cases i have a cold or warm effect on the ...
0
votes
1answer
399 views
Color changing using Scrollbar in java
i want to change the background color of frame as per the value selected in 3 scrollbar?
But it is not happening here is my code.
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
...
0
votes
0answers
51 views
Gridview adjusting height space
i'm trying to fill AGridview with thumbnail of pictures of 153x150 but the frame of single view gets bigger than the thumbnail the frame changes due to screen size here is an example Space example 1
...
2
votes
1answer
384 views
OpenCV Bundle Adjustment
I am trying to use the OpenCV Bundle Adjustment: LevMarqSparse::bundleAdjust
Unfortunately the output seems totally wrong:
Iteration: 0, normError: 4.30244e+46 (3.64614e+44)
decreasing lambda to ...
0
votes
0answers
35 views
How can I have a background image that will auto-adjust to the screen resolution of the viewer?
I saw this website: http://thecolorshop.co in two different screens and I noticed that the background image auto adjusted. I want to use the same thing on my website, I just don't know how to do it. ...
1
vote
3answers
636 views
Bundle adjustment functions
If I have a known camera pose(Rotation + Position), and Intrinsics(distortion coefficients and camera matrix), and 2 cameras pointing at the same scene from slightly different angles.
Is there a way ...
2
votes
2answers
916 views
Android app OOM (Out Of Memory) adjustment priorities for processes
I am developing an Android Launcher (Home screen replacement) application and running into the launcher getting killed in low-memory situations. This is obviously not great when the user returns home ...
1
vote
2answers
1k views
JScrollPane Set Scroll Position
I have following code snippet
query_area = new JTextArea("");
query_scroll_pane = new JScrollPane(query_area);
query_scroll_pane.setSize(1000,80);
query_scroll_pane.setLocation(10,10);
...
2
votes
0answers
71 views
Adjusting the colour/contrast/gamma etc of the video source
I would like to know whether a Google TV device could be used as a 'man in the middle' and make manual adjustments to the colour and gamma of the input source from HDMI in, before output to the TV?
...
0
votes
0answers
45 views
Put text into a Bitmap
I am working with C# , below what I would like to achieve:
Suppose I have a Bitmap image into a datagridview cell so the bitmap image is resizing when column is resized. Column has a minimum size ...
-2
votes
1answer
170 views
Buffer management in c
i have a buffer sized 2000, the data to be inserted is unlimited. I want, data more than 2000 should be added from the end of the buffer, i.e. push all data from right to left and insert new data at ...
1
vote
0answers
122 views
Linear and Gamma Correction - Posterized
I am writing an image processing application focused on astro pictures.
The pecularity of these kind of images is that they come out from calibrating tools with a very narrow histogram that needs to ...
0
votes
0answers
178 views
Aforge.net or c# code to do similar to Adobe Photoshop Auto Tone [closed]
I am looking for a code sample in C# or JavaScript or something that I can AutoTone an image like Photoshop.
Here is an example of an image I captured from a camera tonight.
Using Adobe Photoshop ...
0
votes
0answers
8 views
how to avoid scroll bar for app in iframe with width 1024 px [duplicate]
Possible Duplicate:
Occupy full width - facebook app
We have created a facebook app and when we are choosibg iframe fluidic option it shows the scroll bar but not the entire app coes in on ...
0
votes
1answer
727 views
Automatically adjusting font size to fit container
I have a defined style for div with fixed width and the text inside the div could have different lengths, like in this example. Is there any method using CSS and/or JS to adjust the text size in such ...
1
vote
5answers
64 views
Change existing code to select based on proximity
Current HTML snippet:
<ul class="ShippingProviderList">
<li>
<label id="shippingMethod_500dae76abe48_0">
<input id="shippingCheck_500dae76abe48" type="radio" ...
0
votes
0answers
52 views
Using non-canvas elements as imagedata in an overlaying canvas
I've got a simple webpage with, let's keep it simple, black and white elements in it. The elements have arbitrary shapes.
Now I would like to partially overlay them with one canvas element, that acts ...
1
vote
1answer
113 views
Dynamic Navigation elements width adjustment with Javascript
I have a standard horizontal dropdown Navigation menu with 3 Levels. What I want to do via JS, is to dynamically adjust the width of top / level 1 Element in the Navigation, no matter how many of them ...
1
vote
1answer
1k views
AS3 - Adjust image colors
I'm adjusting image colors through the function below. The problem is that if I need to switch a colorFilter value to 0 it's not working but if I enter 0.1 instead of 0 it works.
How to make it work ...
1
vote
1answer
576 views
Block Bundle Adjustment Flow
I am working on bundle block adjustment for finding
X,Y,Z values of image points
Corrected values of camera characteristics(extrinsic parameters etc..)
Corrected values of measurements
In my ...
0
votes
1answer
333 views
iPhone : adjust sound equalizer settings - Does Apple authorize it?
Quick question:
Does Apple authorize an application to adjust the sound equalizer settings, i.e. modify the bass, middle and treeble levels as we want?
I see that only predefined equalizer settings ...
0
votes
2answers
1k views
SQL to C# Login query
hi i searched a lot about this subject and i can't seem to understand most of the coding done by the users, i m good with the 'Boarland C++ builder' and have good experience with it, but i can't seem ...
0
votes
2answers
322 views
Automatic layout adjustment
In the beginning I created my application to work on all resolutions, tested on my phone with small screen and large screen tablet.
As I had created the images for drawable-hdpi, MDPI, ldpi, each ...
1
vote
1answer
53 views
Can't eliminate background color under content
I'm having a little trouble here. Designing a website where I wanted two equally-spaced bars on either side with an accent color, and the content in the center is in a 800px wide box with a white ...
1
vote
2answers
1k views
Adjusting font style for a RichTextBox in vb.net
I'm having trouble adjusting the font style in a RichTextBox and I've seen a few different approaches that talk about single attributes (like toggling bold on and off)... but I'm trying to make it so ...
0
votes
2answers
1k views
iOS - adjust hue of UIImage
Is it possible to adjust Hue of the UIImage/CGContextRef?
I have tried to blend Context with Color and Hue blend mode but result was wrong.
Should I convert RGB to HSB, adjust HSB and convert back?
0
votes
1answer
3k views
apply color correction for multiple images in photoshop [closed]
apply color correction for multiple images in Photoshop?
I have edited a image in Photoshop by changing color, brightness and many things.
Now i have to apply the same changes in another image.
but ...
0
votes
1answer
225 views
Do not autoresize UILabel
everybody, this is my question:
i have a UILabel that displays the hour with seconds in the format HH:mm:ss.
But, the content of the label always move to the right when the seconds are: '01' because ...
0
votes
0answers
174 views
Adjust Mathematica Tooltip Placement?
I have a tooltip set to display a calendar, and it shows up just fine where I want it except the calendar for one ID# is showing up when you mouseover the ID# above it. Is there a way to knock it down ...
0
votes
2answers
107 views
Adjusting row height correctly
Showing dynamic data in table cell make problem for me. I am using
[titleString sizeWithFont:[UIFont systemFontOfSize:14] constrainedToSize:CGSizeMake(285,9999) ...
0
votes
1answer
711 views
VGroup (parent) Container does not change height when children change their height?
I have code like the following:
<s:VGroup gap="10" id="group" height="100%">
<s:Label text="This is page 2" />
<s:Button content="Resize Canvas" ...
1
vote
2answers
489 views
Height adjustments in Flex NavigatorContent
How is it possible to (automatically) adjust the height of a Flex (4) application at runtime so that only the HTML-page scroll bar is shown, not any Flex scroll bar?
I'm using a ViewStack control ...
0
votes
1answer
638 views
get div current (rendered) width with javascript
Hey, Ive got an php script dragging some images from a database and displaying them using float:left; so they go left to right.
However unless in the css i define i width for the container they jump ...
0
votes
1answer
152 views
KPI Adjustment Table
I have a table with monthly summary of KPIs. The customer now wants to be able to make adjustments to the original data. I have to allow for adjustments as well as preserving the original data. The ...
1
vote
1answer
477 views
How do I add ScrolledWindow support to a custom Widget in GtkMM?
I am writing a custom widget for Gtkmm that is supposed to display a huge dataset (imagine something like a 4096x256 character datasheet).
Mostly for reasons of elegance, but also for a possible ...
2
votes
0answers
124 views
3
votes
1answer
1k views
LaTeX adjusting space in toc items
I am struggling with custom toc items added via:
\addcontentsline{toc}{section}{Some text here}
Actually my problem is that I need to add some items which contain chronological date periods like:
...
2
votes
2answers
860 views
Correct Date and Time Columns in MySQL
I have a timezone mismatch I need to correct in a table. All dates and times before unix timestamp 1253568477 need to have 5 hours added to their values to make them equal GMT.
I have the following ...
0
votes
2answers
145 views
How to tell jQuery: When load is ready, show this?
This code:
$("#permalink a").click(function(id){
var id = this.getAttribute('href');
$("#newPostContent").load(id, function() {
$("#removeTrigger").click(function() {
$("#removeThis").hideToggle();
...
3
votes
6answers
2k views
Expandable WinForms TextBox
I have created a textbox in a Windows Forms application that starts out at a height for entering text in a single line. But I would like the textbox to automatically increase its height if the user ...
0
votes
1answer
850 views
iPhone Development - Keyboard does not automatically adjust when taking input using TextField placed in a TableView
I just downloaded 2.2.1 and i've seen that my input view does not adjust itself when an input field (NSTextField) is selected. Earlier the view was adjusting itself w.r.t keyboard.
I was using 2.1. ...
