1. Image Processing Function: Local Histogram Equalize

    https://www.leadtools.com/sdk/image-processing/functions/function?id=100

    Linearizes the number of pixels locally in an image, based on the specified color space. This can be used to bring out the detail in dark areas of an image, and smooth the edges between blocks.

  2. Image Processing Function: Mask Convolution

  3. Image Processing Function: Mathematical Function

    https://www.leadtools.com/sdk/image-processing/functions/function?id=166

    Re-mapping the image colors according to a mathematical function such as square, log, square root, sine and cosine.

  4. Image Processing Function: Maximum Filter

  5. Image Processing Function: Mean Shift

    https://www.leadtools.com/sdk/image-processing/functions/function?id=212

    Performs noise reduction while preserving detail.

  6. Image Processing Function: Median Filter

    https://www.leadtools.com/sdk/image-processing/functions/function?id=14

    Changes the color of each pixel in an image to the median color of pixels in its neighborhood.

  7. Image Processing Function: Minimum Filter

    https://www.leadtools.com/sdk/image-processing/functions/function?id=23

    Dilates dark objects by the specified amount.

  8. Image Processing Function: Motion Blur

    https://www.leadtools.com/sdk/image-processing/functions/function?id=45

    Applies a filter, which creates the illusion of movement in an image.

  9. Image Processing Function: Multiply

    https://www.leadtools.com/sdk/image-processing/functions/function?id=98

    Increases or decreases the brightness in the image by multiplying its colors with constant.

  10. Image Processing Function: Multiscale Enhancement

    https://www.leadtools.com/sdk/image-processing/functions/function?id=173

    Enhance images' contrast, edges, and density range of Computed Radiography (CR), in a way that all relevant image features are rendered to an appropriate level of visibility.


22 23 24 25 26 27 28 29 30 31