|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectj2d.video.producers.RangeMap
public class RangeMap
Field Summary | |
---|---|
static int[] |
map
|
Constructor Summary | |
---|---|
RangeMap()
|
Method Summary | |
---|---|
static int |
getCalibratedLeftToRightDepth(int x)
Use the crop rectangle to offset the y locations, for pin cushion computation uses a right-hand (+1) diffraction image. |
static int |
getCalibratedRightToLeftDepth(int x)
Use the crop rectangle to offset the y locations, for pin cushion computation uses a left-hand (-1) diffraction image. |
static int |
getPinCushionCompensate(int x,
int y)
The logtec quickcam 9000 pro is producing pin cushion effects that are compensted for, via the following method. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int[] map
Constructor Detail |
---|
public RangeMap()
Method Detail |
---|
public static int getCalibratedRightToLeftDepth(int x)
x
- relative x position from the left.
public static int getCalibratedLeftToRightDepth(int x)
x
- relative x position from the left.
public static int getPinCushionCompensate(int x, int y)
x
- profile displacement from turntable centery
- distance from top
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |