View Source Evision.PyRotationWarper (Evision v0.1.7)
Link to this section Summary
cv
Builds the projection maps according to the given camera data.
Builds the projection maps according to the given camera data.
Python prototype (for reference):
Python prototype (for reference):
Positional Arguments
- arg1:
float
Python prototype (for reference):
Projects the image.
Projects the image.
Projects the image backward.
Projects the image backward.
Projects the image point.
Positional Arguments
src_size:
Size
.
Functions
Raising version of buildMaps/4
.
Raising version of buildMaps/5
.
Raising version of getScale/1
.
Raising version of pyRotationWarper/0
.
Raising version of pyRotationWarper/2
.
Raising version of setScale/2
.
Raising version of warp/6
.
Raising version of warp/7
.
Raising version of warpBackward/7
.
Raising version of warpBackward/8
.
Raising version of warpPoint/4
.
Raising version of warpPointBackward/4
.
Raising version of warpRoi/4
.
Link to this section cv
Builds the projection maps according to the given camera data.
Positional Arguments
src_size:
Size
.Source image size
k:
Evision.Mat
.Camera intrinsic parameters
r:
Evision.Mat
.Camera rotation matrix
Return
xmap:
Evision.Mat
.Projection map for the x axis
ymap:
Evision.Mat
.Projection map for the y axis
@return Projected image minimum bounding box
Python prototype (for reference):
buildMaps(src_size, K, R[, xmap[, ymap]]) -> retval, xmap, ymap
Builds the projection maps according to the given camera data.
Positional Arguments
src_size:
Size
.Source image size
k:
Evision.Mat
.Camera intrinsic parameters
r:
Evision.Mat
.Camera rotation matrix
Return
xmap:
Evision.Mat
.Projection map for the x axis
ymap:
Evision.Mat
.Projection map for the y axis
@return Projected image minimum bounding box
Python prototype (for reference):
buildMaps(src_size, K, R[, xmap[, ymap]]) -> retval, xmap, ymap
Python prototype (for reference):
getScale() -> retval
Python prototype (for reference):
PyRotationWarper() -> <PyRotationWarper object>
Positional Arguments
- type:
String
- scale:
float
Python prototype (for reference):
PyRotationWarper(type, scale) -> <PyRotationWarper object>
Positional Arguments
- arg1:
float
Python prototype (for reference):
setScale(arg1) -> None
Projects the image.
Positional Arguments
src:
Evision.Mat
.Source image
k:
Evision.Mat
.Camera intrinsic parameters
r:
Evision.Mat
.Camera rotation matrix
interp_mode:
int
.Interpolation mode
border_mode:
int
.Border extrapolation mode
Return
dst:
Evision.Mat
.Projected image
@return Project image top-left corner
Python prototype (for reference):
warp(src, K, R, interp_mode, border_mode[, dst]) -> retval, dst
Projects the image.
Positional Arguments
src:
Evision.Mat
.Source image
k:
Evision.Mat
.Camera intrinsic parameters
r:
Evision.Mat
.Camera rotation matrix
interp_mode:
int
.Interpolation mode
border_mode:
int
.Border extrapolation mode
Return
dst:
Evision.Mat
.Projected image
@return Project image top-left corner
Python prototype (for reference):
warp(src, K, R, interp_mode, border_mode[, dst]) -> retval, dst
Projects the image backward.
Positional Arguments
src:
Evision.Mat
.Projected image
k:
Evision.Mat
.Camera intrinsic parameters
r:
Evision.Mat
.Camera rotation matrix
interp_mode:
int
.Interpolation mode
border_mode:
int
.Border extrapolation mode
dst_size:
Size
.Backward-projected image size
Return
dst:
Evision.Mat
.Backward-projected image
Python prototype (for reference):
warpBackward(src, K, R, interp_mode, border_mode, dst_size[, dst]) -> dst
warpBackward(self, src, k, r, interp_mode, border_mode, dst_size, opts)
View SourceProjects the image backward.
Positional Arguments
src:
Evision.Mat
.Projected image
k:
Evision.Mat
.Camera intrinsic parameters
r:
Evision.Mat
.Camera rotation matrix
interp_mode:
int
.Interpolation mode
border_mode:
int
.Border extrapolation mode
dst_size:
Size
.Backward-projected image size
Return
dst:
Evision.Mat
.Backward-projected image
Python prototype (for reference):
warpBackward(src, K, R, interp_mode, border_mode, dst_size[, dst]) -> dst
Projects the image point.
Positional Arguments
pt:
Point2f
.Source point
k:
Evision.Mat
.Camera intrinsic parameters
r:
Evision.Mat
.Camera rotation matrix
@return Projected point
Python prototype (for reference):
warpPoint(pt, K, R) -> retval
Positional Arguments
- pt:
Point2f
- k:
Evision.Mat
- r:
Evision.Mat
Python prototype (for reference):
warpPointBackward(pt, K, R) -> retval
Positional Arguments
src_size:
Size
.Source image bounding box
k:
Evision.Mat
.Camera intrinsic parameters
r:
Evision.Mat
.Camera rotation matrix
@return Projected image minimum bounding box
Python prototype (for reference):
warpRoi(src_size, K, R) -> retval
Link to this section Functions
Raising version of buildMaps/4
.
Raising version of buildMaps/5
.
Raising version of getScale/1
.
Raising version of pyRotationWarper/0
.
Raising version of pyRotationWarper/2
.
Raising version of setScale/2
.
Raising version of warp/6
.
Raising version of warp/7
.
warpBackward!(self, src, k, r, interp_mode, border_mode, dst_size)
View SourceRaising version of warpBackward/7
.
warpBackward!(self, src, k, r, interp_mode, border_mode, dst_size, opts)
View SourceRaising version of warpBackward/8
.
Raising version of warpPoint/4
.
Raising version of warpPointBackward/4
.
Raising version of warpRoi/4
.