opencvd v0.0.3 (2019-05-05T12:38:07Z)
Dub
Repo
Stitcher
opencvd
stitching
Undocumented in source.
struct
Stitcher {
void
*
p
;
static
int
PANORAMA
;
static
int
SCANS
;
static
int
OK
;
static
int
ERR_NEED_MORE_IMGS
;
static
int
ERR_HOMOGRAPHY_EST_FAIL
;
static
int
ERR_CAMERA_PARAMS_ADJUST_FAIL
;
static
Stitcher
create
(int mode);
static
Stitcher
opCall
(int mode);
int
stitch
(Mat[] images, Mat pano);
}
Members
Functions
stitch
int
stitch
(Mat[] images, Mat pano)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
create
Stitcher
create
(int mode)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
Stitcher
opCall
(int mode)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
ERR_CAMERA_PARAMS_ADJUST_FAIL
int
ERR_CAMERA_PARAMS_ADJUST_FAIL
;
Undocumented in source.
ERR_HOMOGRAPHY_EST_FAIL
int
ERR_HOMOGRAPHY_EST_FAIL
;
Undocumented in source.
ERR_NEED_MORE_IMGS
int
ERR_NEED_MORE_IMGS
;
Undocumented in source.
OK
int
OK
;
Undocumented in source.
PANORAMA
int
PANORAMA
;
Undocumented in source.
SCANS
int
SCANS
;
Undocumented in source.
Variables
p
void
*
p
;
Undocumented in source.
Meta
Source
See Implementation
opencvd
stitching
functions
Destroy
structs
Stitcher