1. Image Processing Function: Salt and Pepper Removal

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

    It removes salt (pixels having a value of 255) and pepper (pixels having a value of 0) and replaces them with the median value of the non-noisy pixels around them.

  2. Image Processing Function: Sample Target

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

    Corrects color values by shifting the sample colors to the target colors

  3. Image Processing Function: Segment

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

    Divides image into segments where each segment's pixels have approximately the same color (homogenous color)

  4. Image Processing Function: Selective Color

  5. Image Processing Function: Shadow Effect

  6. Image Processing Function: Sharpen

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

    Increases or decreases the sharpness of the image in the specified image.

  7. Image Processing Function: Shear

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

    Moves the corners of an image in the fashion of a parallelogram.

  8. Image Processing Function: Shift Data

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

    Select a specified number of bits from an 8, 12 or 16-bit grayscale image into a mask and place the mask in a new 8-bit gray image

  9. Image Processing Function: Sigma

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

    Performs an edge-preserving average filter on the image.

  10. Image Processing Function: Smooth

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

    Finds and smoothes the bumps and fills in the nicks of a 1-bit black and white image.


9 10 11 12 13 14 15 16 17 18