neuralib.imglib.norm.enhance_blood_vessels

neuralib.imglib.norm.enhance_blood_vessels(image, enhance_contrast=True)[source]

Enhance blood vessel patterns in the image.

Parameters:
  • image (ndarray) – Input image (grayscale or color)

  • enhance_contrast (bool) – Whether to apply CLAHE for contrast enhancement

Returns:

Enhanced grayscale image with blood vessels highlighted

Return type:

ndarray