Questions tagged [adjustment]

136 questions
416
votes
35 answers

Adjust width and height of iframe to fit with content in it

I need a solution for auto-adjusting the width and height of an iframe to barely fit its content. The point is that the width and height can be changed after the iframe has been loaded. I guess I need an event action to deal with the change in…
StoneHeart
  • 15,790
  • 32
  • 67
  • 84
10
votes
4 answers

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 to use bundle adjustment to refine the camera…
Henrik Kjus Alstad
  • 674
  • 2
  • 9
  • 24
8
votes
1 answer

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 opinion BB Adjustment process is done by following these…
AGP
  • 459
  • 1
  • 6
  • 20
8
votes
1 answer

AVCaptureDevice adjustingExposure is False but captured image is dark

The Mac OS X app I'm coding is taking a photo capture using the macbook built-in facetime camera. On MacBookAir3,2, MacBookPro8,2 and MacBookPro10,2 it works fine but on new macbooks it takes "dark" photos. I understand it's because of auto exposure…
grzaks
  • 1,404
  • 2
  • 18
  • 31
7
votes
1 answer

How to identify breaking points in a numeric array in MATLAB

Good afternoon guys, I have this new question, I hope that you can help me again: I have a vector, which you can find in the next link: https://drive.google.com/file/d/0B4WGV21GqSL5Y09GU240N3F1YkU/edit?usp=sharing The vector plotted looks like…
lisandrojim
  • 509
  • 5
  • 18
5
votes
2 answers

Android - How to adjust a popup when the soft keyboard shows up

I want to replicate this effect in my layout. But in my layout when the keyboard show up, my pop-up is not adjusted. The device adjust me the main activity below and not the popup. this is my popup layout.xml :
Luke
  • 517
  • 10
  • 29
5
votes
2 answers

OpenCV RGB single channel color regulation

Input A image is a full RGB image, Output B image is a the same image but with "adjusted" R values I need to rescale the RGB value to be between 128 and 255, so that minor values than 128 are scaled to an upper value. RMAX = 127 img =…
user2239318
  • 2,578
  • 7
  • 28
  • 50
5
votes
2 answers

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 image. When i use photoshop there is the AutoTone…
Univers3
  • 935
  • 1
  • 13
  • 34
4
votes
4 answers

Format a string to have n spaces only between words in python

I am working with strings that have different number of spaces between the non-whitespace characters. The problem is that this strings form a category, and they have to be equal. I would like to format them to have exactly the same number of spaces…
Krzysztof Słowiński
  • 6,239
  • 8
  • 44
  • 62
4
votes
1 answer

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: 12/1/2005 - 3/3/2006 Some…
ovanes
  • 5,483
  • 2
  • 34
  • 60
4
votes
6 answers

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 enters text that is wrapped within the…
Stephen Fletcher
  • 689
  • 1
  • 8
  • 11
3
votes
2 answers

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 that my font class can adjust any attribute…
Dominick
  • 59
  • 2
  • 5
3
votes
1 answer

Adjust text size to fit button in Android

I have a number of buttons in a LinearLayout. The buttons have 1 weight, so they are placed evenly into the layout. I want to do something like this for (int i = 0; i < texts.size(); ++i) { Button button = new Button(/*context*/); …
sasha199568
  • 1,143
  • 1
  • 11
  • 33
3
votes
2 answers

BIRT: How to autofit width of last column when adjusting cell width

I am currently working on a report that needs the rightmost column to be aligned. I found a report that I want to copy the behavior wherein when I adjust the width of the cell of the whole group, the last column of cells inside it adjust as well. I…
ryan dy
  • 102
  • 1
  • 1
  • 10
3
votes
0 answers

Algorithms behind auto-adjust of color in images

How does Auto-Adjust in Images work ? example : (source: iphoneography.com)
mr.bio
  • 1,646
  • 4
  • 19
  • 27
1
2 3
9 10