←Select platform

DynamicBinaryImage Method

Summary

Converts an image into a black and white image without changing its bits per pixel by using a local threshold value for each pixel of the image.

Syntax
C#
VB
C++
public void DynamicBinaryImage( 
   DynamicBinaryRequest request, 
   RasterImage image 
) 
Public Sub DynamicBinaryImage( 
   ByVal request As DynamicBinaryRequest, 
   ByVal image As RasterImage 
) 
public:  
   void DynamicBinaryImage( 
      DynamicBinaryRequest^ request, 
      RasterImage^ image 
   ) 

Parameters

request

Request containing the image processing parameters.

image

Image to be processed.

Return Value

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.CloudServices Assembly