View Source Evision.AlignMTB (Evision v0.1.8)
Link to this section Summary
cv
Calculates shift between two images, i. e. how to shift the second image to correspond it with the first.
Computes median threshold and exclude bitmaps of given image.
Computes median threshold and exclude bitmaps of given image.
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Short version of process, that doesn't take extra arguments.
Positional Arguments
- src:
[Evision.Mat]
- dst:
[Evision.Mat]
- times:
Evision.Mat
- response:
Evision.Mat
Python prototype (for reference):
Positional Arguments
- value:
bool
Python prototype (for reference):
Positional Arguments
- exclude_range:
int
Python prototype (for reference):
Positional Arguments
- max_bits:
int
Python prototype (for reference):
Helper function, that shift Mat filling new regions with zeros.
Helper function, that shift Mat filling new regions with zeros.
Functions
Raising version of calculateShift/3
.
Raising version of computeBitmaps/2
.
Raising version of computeBitmaps/3
.
Raising version of getCut/1
.
Raising version of getExcludeRange/1
.
Raising version of getMaxBits/1
.
Raising version of process/3
.
Raising version of process/5
.
Raising version of setCut/2
.
Raising version of setExcludeRange/2
.
Raising version of setMaxBits/2
.
Raising version of shiftMat/3
.
Raising version of shiftMat/4
.
Link to this section cv
Calculates shift between two images, i. e. how to shift the second image to correspond it with the first.
Positional Arguments
img0:
Evision.Mat
.first image
img1:
Evision.Mat
.second image
Python prototype (for reference):
calculateShift(img0, img1) -> retval
Computes median threshold and exclude bitmaps of given image.
Positional Arguments
img:
Evision.Mat
.input image
Return
tb:
Evision.Mat
.median threshold bitmap
eb:
Evision.Mat
.exclude bitmap
Python prototype (for reference):
computeBitmaps(img[, tb[, eb]]) -> tb, eb
Computes median threshold and exclude bitmaps of given image.
Positional Arguments
img:
Evision.Mat
.input image
Return
tb:
Evision.Mat
.median threshold bitmap
eb:
Evision.Mat
.exclude bitmap
Python prototype (for reference):
computeBitmaps(img[, tb[, eb]]) -> tb, eb
Python prototype (for reference):
getCut() -> retval
Python prototype (for reference):
getExcludeRange() -> retval
Python prototype (for reference):
getMaxBits() -> retval
Short version of process, that doesn't take extra arguments.
Positional Arguments
src:
[Evision.Mat]
.vector of input images
dst:
[Evision.Mat]
.vector of aligned images
Python prototype (for reference):
process(src, dst) -> None
Positional Arguments
- src:
[Evision.Mat]
- dst:
[Evision.Mat]
- times:
Evision.Mat
- response:
Evision.Mat
Python prototype (for reference):
process(src, dst, times, response) -> None
Positional Arguments
- value:
bool
Python prototype (for reference):
setCut(value) -> None
Positional Arguments
- exclude_range:
int
Python prototype (for reference):
setExcludeRange(exclude_range) -> None
Positional Arguments
- max_bits:
int
Python prototype (for reference):
setMaxBits(max_bits) -> None
Helper function, that shift Mat filling new regions with zeros.
Positional Arguments
src:
Evision.Mat
.input image
shift:
Point
.shift value
Return
dst:
Evision.Mat
.result image
Python prototype (for reference):
shiftMat(src, shift[, dst]) -> dst
Helper function, that shift Mat filling new regions with zeros.
Positional Arguments
src:
Evision.Mat
.input image
shift:
Point
.shift value
Return
dst:
Evision.Mat
.result image
Python prototype (for reference):
shiftMat(src, shift[, dst]) -> dst
Link to this section Functions
Raising version of calculateShift/3
.
Raising version of computeBitmaps/2
.
Raising version of computeBitmaps/3
.
Raising version of getCut/1
.
Raising version of getExcludeRange/1
.
Raising version of getMaxBits/1
.
Raising version of process/3
.
Raising version of process/5
.
Raising version of setCut/2
.
Raising version of setExcludeRange/2
.
Raising version of setMaxBits/2
.
Raising version of shiftMat/3
.
Raising version of shiftMat/4
.