ComfyUI Node
cv2.intensity_transform.BIMEF
REQUIRES AN OPENCV BUILT WITH THE EIGEN LIBRARY - NOT AVAILABLE IN THIS BUILD ('Eigen: NO'), SO EVERY CALL RAISES OpenCV ERROR (-213). Install an Eigen-enabled OpenCV build to use it. Raw wrapper of cv2.intensity_transform.BIMEF(input, mu?, a?, b?). Parameters marked '?' are optional; blank means OpenCV default. From the opencv-contrib 'intensity_transform' module. See the OpenCV documentation for details.
cv2.intensity_transform.BIMEF
- input
- nparray
◄mu0.5000►
◄a-0.3293►
◄b1.1258►
Categoryimage/CV/low-level/intensity_transform
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| input | NPARRAY,IMAGE,MASK | - - - Accepts a ComfyUI IMAGE/MASK directly (frame 0 of a batch) or an NPARRAY. Arithmetic ops (add, multiply, etc.) process the full IMAGE batch when both inputs have the same batch size. | |
| muopt | FLOAT | 0.5000-1e+38–1e+38 | - - - Preset to the OpenCV default (0.5). |
| aopt | FLOAT | -0.3293-1e+38–1e+38 | - - - Preset to the OpenCV default (-0.3293). |
| bopt | FLOAT | 1.1258-1e+38–1e+38 | - - - Preset to the OpenCV default (1.1258). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| nparray | NPARRAY | — |