ColorMap_uint
Maps an unsigned integer scalar field to a color field using a color map.
Maps an unsigned integer scalar field to a color field using a color map.
Parameters
min_value : float. Defaults to 0.0. The minimum value of the input image.
max_value : float. Defaults to 1.0. The maximum value of the input image.
alpha : float. Defaults to 0.0. The alpha value of the output image in range [0, 1].
reverse: float. Defaults to 0.0. If 1.0, the color map is reversed.
Inputs
in_image : ImageView. {r8ui, r16ui, r32ui} image. Input image.
in_colormap : ImageView. {rgba8ui} image. The color map to use.
Outputs
out_image : ImageView rgba8ui image. The encoded color of the optical flow field.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.