public class L_Dewarp
extends org.bridj.StructObject
| Constructor and Description |
|---|
L_Dewarp() |
L_Dewarp(org.bridj.Pointer pointer) |
| Modifier and Type | Method and Description |
|---|---|
int |
debug()
sets to 1 if debug output requested
C type : l_int32 |
L_Dewarp |
debug(int debug)
sets to 1 if debug output requested
C type : l_int32 |
org.bridj.Pointer<L_Dewarpa> |
dewa()
ptr to parent (not owned)
C type : L_Dewarpa* |
L_Dewarp |
dewa(org.bridj.Pointer<L_Dewarpa> dewa)
ptr to parent (not owned)
C type : L_Dewarpa* |
org.bridj.Pointer<FPix> |
fullhdispar()
full horiz disparity array
C type : FPix* |
L_Dewarp |
fullhdispar(org.bridj.Pointer<FPix> fullhdispar)
full horiz disparity array
C type : FPix* |
org.bridj.Pointer<FPix> |
fullvdispar()
full vert disparity array
C type : FPix* |
L_Dewarp |
fullvdispar(org.bridj.Pointer<FPix> fullvdispar)
full vert disparity array
C type : FPix* |
int |
h()
height of source image
C type : l_int32 |
L_Dewarp |
h(int h)
height of source image
C type : l_int32 |
int |
hasref()
0 if normal; 1 if has a refpage
C type : l_int32 |
L_Dewarp |
hasref(int hasref)
0 if normal; 1 if has a refpage
C type : l_int32 |
int |
hsuccess()
sets to 1 if horiz disparity builds
C type : l_int32 |
L_Dewarp |
hsuccess(int hsuccess)
sets to 1 if horiz disparity builds
C type : l_int32 |
int |
hvalid()
sets to 1 if valid horiz disparity
C type : l_int32 |
L_Dewarp |
hvalid(int hvalid)
sets to 1 if valid horiz disparity
C type : l_int32 |
int |
leftcurv()
left edge curvature in micro-units
C type : l_int32 |
L_Dewarp |
leftcurv(int leftcurv)
left edge curvature in micro-units
C type : l_int32 |
int |
maxcurv()
max line curvature in micro-units
C type : l_int32 |
L_Dewarp |
maxcurv(int maxcurv)
max line curvature in micro-units
C type : l_int32 |
int |
mincurv()
min line curvature in micro-units
C type : l_int32 |
L_Dewarp |
mincurv(int mincurv)
min line curvature in micro-units
C type : l_int32 |
int |
minlines()
min number of long lines required
C type : l_int32 |
L_Dewarp |
minlines(int minlines)
min number of long lines required
C type : l_int32 |
org.bridj.Pointer<Numa> |
nacurves()
sorted curvature of each line
C type : Numa* |
L_Dewarp |
nacurves(org.bridj.Pointer<Numa> nacurves)
sorted curvature of each line
C type : Numa* |
org.bridj.Pointer<Numa> |
namidys()
sorted y val of midpoint each line
C type : Numa* |
L_Dewarp |
namidys(org.bridj.Pointer<Numa> namidys)
sorted y val of midpoint each line
C type : Numa* |
int |
nlines()
number of long lines found
C type : l_int32 |
L_Dewarp |
nlines(int nlines)
number of long lines found
C type : l_int32 |
int |
nx()
number of sampling pts in x-dir
C type : l_int32 |
L_Dewarp |
nx(int nx)
number of sampling pts in x-dir
C type : l_int32 |
int |
ny()
number of sampling pts in y-dir
C type : l_int32 |
L_Dewarp |
ny(int ny)
number of sampling pts in y-dir
C type : l_int32 |
int |
pageno()
page number; important for reuse
C type : l_int32 |
L_Dewarp |
pageno(int pageno)
page number; important for reuse
C type : l_int32 |
org.bridj.Pointer<Pix> |
pixs()
source pix, 1 bpp
C type : Pix* |
L_Dewarp |
pixs(org.bridj.Pointer<Pix> pixs)
source pix, 1 bpp
C type : Pix* |
int |
redfactor()
reduction factor of pixs: 1 or 2
C type : l_int32 |
L_Dewarp |
redfactor(int redfactor)
reduction factor of pixs: 1 or 2
C type : l_int32 |
int |
refpage()
page with disparity model to use
C type : l_int32 |
L_Dewarp |
refpage(int refpage)
page with disparity model to use
C type : l_int32 |
int |
rightcurv()
right edge curvature in micro-units
C type : l_int32 |
L_Dewarp |
rightcurv(int rightcurv)
right edge curvature in micro-units
C type : l_int32 |
org.bridj.Pointer<FPix> |
samphdispar()
sampled horiz disparity array
C type : FPix* |
L_Dewarp |
samphdispar(org.bridj.Pointer<FPix> samphdispar)
sampled horiz disparity array
C type : FPix* |
int |
sampling()
sampling factor of disparity arrays
C type : l_int32 |
L_Dewarp |
sampling(int sampling)
sampling factor of disparity arrays
C type : l_int32 |
org.bridj.Pointer<FPix> |
sampvdispar()
sampled vert disparity array
C type : FPix* |
L_Dewarp |
sampvdispar(org.bridj.Pointer<FPix> sampvdispar)
sampled vert disparity array
C type : FPix* |
int |
vsuccess()
sets to 1 if vert disparity builds
C type : l_int32 |
L_Dewarp |
vsuccess(int vsuccess)
sets to 1 if vert disparity builds
C type : l_int32 |
int |
vvalid()
sets to 1 if valid vert disparity
C type : l_int32 |
L_Dewarp |
vvalid(int vvalid)
sets to 1 if valid vert disparity
C type : l_int32 |
int |
w()
width of source image
C type : l_int32 |
L_Dewarp |
w(int w)
width of source image
C type : l_int32 |
public org.bridj.Pointer<L_Dewarpa> dewa()
public L_Dewarp dewa(org.bridj.Pointer<L_Dewarpa> dewa)
public org.bridj.Pointer<Pix> pixs()
public org.bridj.Pointer<FPix> sampvdispar()
public L_Dewarp sampvdispar(org.bridj.Pointer<FPix> sampvdispar)
public org.bridj.Pointer<FPix> samphdispar()
public L_Dewarp samphdispar(org.bridj.Pointer<FPix> samphdispar)
public org.bridj.Pointer<FPix> fullvdispar()
public L_Dewarp fullvdispar(org.bridj.Pointer<FPix> fullvdispar)
public org.bridj.Pointer<FPix> fullhdispar()
public L_Dewarp fullhdispar(org.bridj.Pointer<FPix> fullhdispar)
public org.bridj.Pointer<Numa> namidys()
public L_Dewarp namidys(org.bridj.Pointer<Numa> namidys)
public org.bridj.Pointer<Numa> nacurves()
public L_Dewarp nacurves(org.bridj.Pointer<Numa> nacurves)
public int w()
public L_Dewarp w(int w)
public int h()
public L_Dewarp h(int h)
public int pageno()
public L_Dewarp pageno(int pageno)
public int sampling()
public L_Dewarp sampling(int sampling)
public int redfactor()
public L_Dewarp redfactor(int redfactor)
public int minlines()
public L_Dewarp minlines(int minlines)
public int nlines()
public L_Dewarp nlines(int nlines)
public int mincurv()
public L_Dewarp mincurv(int mincurv)
public int maxcurv()
public L_Dewarp maxcurv(int maxcurv)
public int leftcurv()
public L_Dewarp leftcurv(int leftcurv)
public int rightcurv()
public L_Dewarp rightcurv(int rightcurv)
public int nx()
public L_Dewarp nx(int nx)
public int ny()
public L_Dewarp ny(int ny)
public int hasref()
public L_Dewarp hasref(int hasref)
public int refpage()
public L_Dewarp refpage(int refpage)
public int vsuccess()
public L_Dewarp vsuccess(int vsuccess)
public int hsuccess()
public L_Dewarp hsuccess(int hsuccess)
public int vvalid()
public L_Dewarp vvalid(int vvalid)
public int hvalid()
public L_Dewarp hvalid(int hvalid)
public int debug()
public L_Dewarp debug(int debug)