Nodes/comfyui_cv/cv2.intensity_transform.BIMEF
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.

By bmad4ever·Created 3 months ago·Updated 2 days ago· 0
cv2.intensity_transform.BIMEF
  • input
  • nparray
mu0.5000
a-0.3293
b1.1258
Categoryimage/CV/low-level/intensity_transform

Inputs (4)

NameTypeDefaultDescription
inputNPARRAY,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.
muoptFLOAT0.5000-1e+38–1e+38 - - - Preset to the OpenCV default (0.5).
aoptFLOAT-0.3293-1e+38–1e+38 - - - Preset to the OpenCV default (-0.3293).
boptFLOAT1.1258-1e+38–1e+38 - - - Preset to the OpenCV default (1.1258).

Outputs (1)

NameTypeDescription
nparrayNPARRAY