1. Edge Detect Statistical - Image Processing Function

    https://www.leadtools.com/help/sdk/v22/image-processing-functions/edge-detect-statistical.html

    Detects edges by examining the variation of colors in all directions using statistical indices.

  2. Shift Data - Image Processing Function

    https://www.leadtools.com/help/sdk/v22/image-processing-functions/shift-data.html

    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.

  3. Average Filter - Image Processing Function

    https://www.leadtools.com/help/sdk/v22/image-processing-functions/average.html

    Changes the color of each pixel in a image to the average color of pixels in its neighborhood. This results in a blur effect.

  4. Salt and Pepper Removal - Image Processing Function

    https://www.leadtools.com/help/sdk/v22/image-processing-functions/salt-and-pepper-removal.html

    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

  5. Sigma - Image Processing Function

    https://www.leadtools.com/help/sdk/v22/image-processing-functions/sigma.html

    Performs an edge preserving average filter on the image.

  6. Apply Mathematical Logic - Image Processing Function

    https://www.leadtools.com/help/sdk/v22/image-processing-functions/apply-mathematical-logic.html

    Performs specific mathematical or logical operations on the colors of an image.

  7. Multiply - Image Processing Function

    https://www.leadtools.com/help/sdk/v22/image-processing-functions/multiply.html

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

  8. Stent Enhancement - Image Processing Function

    https://www.leadtools.com/help/sdk/v22/image-processing-functions/stent-enhancement.html

    This enhances the visibility of the stent device in X Ray angiography sequence of the coronary arteries.


65 66 67 68 69 70 71 72 73 74