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):

Positional Arguments
  • images: [Evision.Mat]
Return

Has overloading in C++

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 create/0.

Raising version of create/1.

Raising version of stitch/2.

Raising version of workScale/1.

Link to this section cv

##### Return

Has overloading in C++

Python prototype (for reference):

composePanorama([, pano]) -> retval, pano
Link to this function

composePanorama(self, images)

View Source

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

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
Link to this function

composePanorama(self, images, opts)

View Source

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

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
Link to this function

estimateTransform(self, images)

View Source

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
Link to this function

estimateTransform(self, images, opts)

View Source

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
Link to this function

interpolationFlags(self)

View Source

Python prototype (for reference):

interpolationFlags() -> retval
Link to this function

panoConfidenceThresh(self)

View Source

Python prototype (for reference):

panoConfidenceThresh() -> retval

Python prototype (for reference):

registrationResol() -> retval
Link to this function

seamEstimationResol(self)

View Source

Python prototype (for reference):

seamEstimationResol() -> retval
Link to this function

setCompositingResol(self, resol_mpx)

View Source
Positional Arguments
  • resol_mpx: double

Python prototype (for reference):

setCompositingResol(resol_mpx) -> None
Link to this function

setInterpolationFlags(self, interp_flags)

View Source
Positional Arguments
  • interp_flags: InterpolationFlags

Python prototype (for reference):

setInterpolationFlags(interp_flags) -> None
Link to this function

setPanoConfidenceThresh(self, conf_thresh)

View Source
Positional Arguments
  • conf_thresh: double

Python prototype (for reference):

setPanoConfidenceThresh(conf_thresh) -> None
Link to this function

setRegistrationResol(self, resol_mpx)

View Source
Positional Arguments
  • resol_mpx: double

Python prototype (for reference):

setRegistrationResol(resol_mpx) -> None
Link to this function

setSeamEstimationResol(self, resol_mpx)

View Source
Positional Arguments
  • resol_mpx: double

Python prototype (for reference):

setSeamEstimationResol(resol_mpx) -> None
Link to this function

setWaveCorrection(self, flag)

View Source
Positional Arguments
  • flag: bool

Python prototype (for reference):

setWaveCorrection(flag) -> None
Positional Arguments
  • images: [Evision.Mat]
Return

Has overloading in C++

Python prototype (for reference):

stitch(images[, pano]) -> retval, pano
Link to this function

stitch(self, images, opts)

View Source

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

@return Status code.

Python prototype (for reference):

stitch(images, masks[, pano]) -> retval, pano

Variant 2:

Positional Arguments
  • images: [Evision.Mat]
Return

Has overloading in C++

Python prototype (for reference):

stitch(images[, pano]) -> retval, pano
Link to this function

stitch(self, images, masks, opts)

View Source

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

@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.

Link to this function

composePanorama!(self, images)

View Source

Raising version of composePanorama/2.

Link to this function

composePanorama!(self, images, opts)

View Source

Raising version of composePanorama/3.

Raising version of compositingResol/1.

Raising version of create/0.

Raising version of create/1.

Link to this function

estimateTransform!(self, images)

View Source

Raising version of estimateTransform/2.

Link to this function

estimateTransform!(self, images, opts)

View Source

Raising version of estimateTransform/3.

Link to this function

interpolationFlags!(self)

View Source

Raising version of interpolationFlags/1.

Link to this function

panoConfidenceThresh!(self)

View Source

Raising version of panoConfidenceThresh/1.

Link to this function

registrationResol!(self)

View Source

Raising version of registrationResol/1.

Link to this function

seamEstimationResol!(self)

View Source

Raising version of seamEstimationResol/1.

Link to this function

setCompositingResol!(self, resol_mpx)

View Source

Raising version of setCompositingResol/2.

Link to this function

setInterpolationFlags!(self, interp_flags)

View Source

Raising version of setInterpolationFlags/2.

Link to this function

setPanoConfidenceThresh!(self, conf_thresh)

View Source

Raising version of setPanoConfidenceThresh/2.

Link to this function

setRegistrationResol!(self, resol_mpx)

View Source

Raising version of setRegistrationResol/2.

Link to this function

setSeamEstimationResol!(self, resol_mpx)

View Source

Raising version of setSeamEstimationResol/2.

Link to this function

setWaveCorrection!(self, flag)

View Source

Raising version of setWaveCorrection/2.

Raising version of stitch/2.

Link to this function

stitch!(self, images, masks)

View Source

Raising version of stitch/3.

Link to this function

stitch!(self, images, masks, opts)

View Source

Raising version of stitch/4.

Raising version of waveCorrection/1.

Raising version of workScale/1.