View Source Evision.Stitcher (Evision v0.1.9)
Link to this section Summary
cv
##### Return
These functions try to compose the given images (or images stored internally from the other function calls) into the final pano under the assumption that the image transformations were estimated before.
These functions try to compose the given images (or images stored internally from the other function calls) into the final pano under the assumption that the image transformations were estimated before.
Python prototype (for reference):
Creates a Stitcher configured in one of the stitching modes.
Creates a Stitcher configured in one of the stitching modes.
These functions try to match the given images and to estimate rotations of each camera.
These functions try to match the given images and to estimate rotations of each camera.
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Positional Arguments
- resol_mpx:
double
Python prototype (for reference):
Positional Arguments
- interp_flags:
InterpolationFlags
Python prototype (for reference):
Positional Arguments
- conf_thresh:
double
Python prototype (for reference):
Positional Arguments
- resol_mpx:
double
Python prototype (for reference):
Positional Arguments
- resol_mpx:
double
Python prototype (for reference):
Positional Arguments
- flag:
bool
Python prototype (for reference):
Variant 1:
These functions try to stitch the given images.
These functions try to stitch the given images.
Python prototype (for reference):
Python prototype (for reference):
Functions
Raising version of composePanorama/1
.
Raising version of composePanorama/2
.
Raising version of composePanorama/3
.
Raising version of compositingResol/1
.
Raising version of create/1
.
Raising version of estimateTransform/2
.
Raising version of estimateTransform/3
.
Raising version of interpolationFlags/1
.
Raising version of panoConfidenceThresh/1
.
Raising version of registrationResol/1
.
Raising version of seamEstimationResol/1
.
Raising version of setCompositingResol/2
.
Raising version of setInterpolationFlags/2
.
Raising version of setPanoConfidenceThresh/2
.
Raising version of setRegistrationResol/2
.
Raising version of setSeamEstimationResol/2
.
Raising version of setWaveCorrection/2
.
Raising version of stitch/2
.
Raising version of stitch/3
.
Raising version of stitch/4
.
Raising version of waveCorrection/1
.
Raising version of workScale/1
.
Link to this section cv
##### Return
- pano:
Evision.Mat
.
Has overloading in C++
Python prototype (for reference):
composePanorama([, pano]) -> retval, pano
These functions try to compose the given images (or images stored internally from the other function calls) into the final pano under the assumption that the image transformations were estimated before.
Positional Arguments
images:
[Evision.Mat]
.Input images.
Return
pano:
Evision.Mat
.Final pano.
Note: Use the functions only if you're aware of the stitching pipeline, otherwise use Stitcher::stitch. @return Status code.
Python prototype (for reference):
composePanorama(images[, pano]) -> retval, pano
These functions try to compose the given images (or images stored internally from the other function calls) into the final pano under the assumption that the image transformations were estimated before.
Positional Arguments
images:
[Evision.Mat]
.Input images.
Return
pano:
Evision.Mat
.Final pano.
Note: Use the functions only if you're aware of the stitching pipeline, otherwise use Stitcher::stitch. @return Status code.
Python prototype (for reference):
composePanorama(images[, pano]) -> retval, pano
Python prototype (for reference):
compositingResol() -> retval
Creates a Stitcher configured in one of the stitching modes.
Keyword Arguments
mode:
Mode
.Scenario for stitcher operation. This is usually determined by source of images to stitch and their transformation. Default parameters will be chosen for operation in given scenario.
@return Stitcher class instance.
Python prototype (for reference):
create([, mode]) -> retval
Creates a Stitcher configured in one of the stitching modes.
Keyword Arguments
mode:
Mode
.Scenario for stitcher operation. This is usually determined by source of images to stitch and their transformation. Default parameters will be chosen for operation in given scenario.
@return Stitcher class instance.
Python prototype (for reference):
create([, mode]) -> retval
These functions try to match the given images and to estimate rotations of each camera.
Positional Arguments
images:
[Evision.Mat]
.Input images.
Keyword Arguments
masks:
[Evision.Mat]
.Masks for each input image specifying where to look for keypoints (optional).
Note: Use the functions only if you're aware of the stitching pipeline, otherwise use Stitcher::stitch. @return Status code.
Python prototype (for reference):
estimateTransform(images[, masks]) -> retval
These functions try to match the given images and to estimate rotations of each camera.
Positional Arguments
images:
[Evision.Mat]
.Input images.
Keyword Arguments
masks:
[Evision.Mat]
.Masks for each input image specifying where to look for keypoints (optional).
Note: Use the functions only if you're aware of the stitching pipeline, otherwise use Stitcher::stitch. @return Status code.
Python prototype (for reference):
estimateTransform(images[, masks]) -> retval
Python prototype (for reference):
interpolationFlags() -> retval
Python prototype (for reference):
panoConfidenceThresh() -> retval
Python prototype (for reference):
registrationResol() -> retval
Python prototype (for reference):
seamEstimationResol() -> retval
Positional Arguments
- resol_mpx:
double
Python prototype (for reference):
setCompositingResol(resol_mpx) -> None
Positional Arguments
- interp_flags:
InterpolationFlags
Python prototype (for reference):
setInterpolationFlags(interp_flags) -> None
Positional Arguments
- conf_thresh:
double
Python prototype (for reference):
setPanoConfidenceThresh(conf_thresh) -> None
Positional Arguments
- resol_mpx:
double
Python prototype (for reference):
setRegistrationResol(resol_mpx) -> None
Positional Arguments
- resol_mpx:
double
Python prototype (for reference):
setSeamEstimationResol(resol_mpx) -> None
Positional Arguments
- flag:
bool
Python prototype (for reference):
setWaveCorrection(flag) -> None
Positional Arguments
- images:
[Evision.Mat]
Return
- pano:
Evision.Mat
.
Has overloading in C++
Python prototype (for reference):
stitch(images[, pano]) -> retval, pano
Variant 1:
These functions try to stitch the given images.
Positional Arguments
images:
[Evision.Mat]
.Input images.
masks:
[Evision.Mat]
.Masks for each input image specifying where to look for keypoints (optional).
Return
pano:
Evision.Mat
.Final pano.
@return Status code.
Python prototype (for reference):
stitch(images, masks[, pano]) -> retval, pano
Variant 2:
Positional Arguments
- images:
[Evision.Mat]
Return
- pano:
Evision.Mat
.
Has overloading in C++
Python prototype (for reference):
stitch(images[, pano]) -> retval, pano
These functions try to stitch the given images.
Positional Arguments
images:
[Evision.Mat]
.Input images.
masks:
[Evision.Mat]
.Masks for each input image specifying where to look for keypoints (optional).
Return
pano:
Evision.Mat
.Final pano.
@return Status code.
Python prototype (for reference):
stitch(images, masks[, pano]) -> retval, pano
Python prototype (for reference):
waveCorrection() -> retval
Python prototype (for reference):
workScale() -> retval
Link to this section Functions
Raising version of composePanorama/1
.
Raising version of composePanorama/2
.
Raising version of composePanorama/3
.
Raising version of compositingResol/1
.
Raising version of create/0
.
Raising version of create/1
.
Raising version of estimateTransform/2
.
Raising version of estimateTransform/3
.
Raising version of interpolationFlags/1
.
Raising version of panoConfidenceThresh/1
.
Raising version of registrationResol/1
.
Raising version of seamEstimationResol/1
.
Raising version of setCompositingResol/2
.
Raising version of setInterpolationFlags/2
.
Raising version of setPanoConfidenceThresh/2
.
Raising version of setRegistrationResol/2
.
Raising version of setSeamEstimationResol/2
.
Raising version of setWaveCorrection/2
.
Raising version of stitch/2
.
Raising version of stitch/3
.
Raising version of stitch/4
.
Raising version of waveCorrection/1
.
Raising version of workScale/1
.