View Source Evision.Detail.ExposureCompensator (Evision v0.1.9)
Link to this section Summary
cv.detail
Compensate exposure in the specified image.
Positional Arguments
- type:
int
Python prototype (for reference):
Positional Arguments
corners:
[Point]
.
##### Return
Python prototype (for reference):
Positional Arguments
- arg1:
[Evision.Mat]
Python prototype (for reference):
Positional Arguments
- b:
bool
Python prototype (for reference):
Functions
Raising version of apply/5
.
Raising version of createDefault/1
.
Raising version of feed/4
.
Raising version of getMatGains/1
.
Raising version of getUpdateGain/1
.
Raising version of setMatGains/2
.
Raising version of setUpdateGain/2
.
Link to this section cv.detail
Compensate exposure in the specified image.
Positional Arguments
index:
int
.Image index
corner:
Point
.Image top-left corner
mask:
Evision.Mat
.Image mask
Return
image:
Evision.Mat
.Image to process
Python prototype (for reference):
apply(index, corner, image, mask) -> image
Positional Arguments
- type:
int
Python prototype (for reference):
createDefault(type) -> retval
Positional Arguments
corners:
[Point]
.Source image top-left corners
images:
[Evision.Mat]
.Source images
masks:
[Evision.Mat]
.Image masks to update (second value in pair specifies the value which should be used to detect where image is)
Python prototype (for reference):
feed(corners, images, masks) -> None
##### Return
- arg1:
[Evision.Mat]
.
Python prototype (for reference):
getMatGains([, arg1]) -> arg1
Python prototype (for reference):
getUpdateGain() -> retval
Positional Arguments
- arg1:
[Evision.Mat]
Python prototype (for reference):
setMatGains(arg1) -> None
Positional Arguments
- b:
bool
Python prototype (for reference):
setUpdateGain(b) -> None
Link to this section Functions
Raising version of apply/5
.
Raising version of createDefault/1
.
Raising version of feed/4
.
Raising version of getMatGains/1
.
Raising version of getUpdateGain/1
.
Raising version of setMatGains/2
.
Raising version of setUpdateGain/2
.