ImageEn

TImageEnProc.ConvertToBWLocalThreshold Code Samples


Code samples for ConvertToBWLocalThreshold.
Automatically generated by the Every Method demo.
// Automated test of ConvertToBWLocalThreshold - ietMean - Typical Values
// ConvertToBWLocalThreshold - Window Size: 4, Offset: 4
ImageEnView1.Proc.ConvertToBWLocalThreshold( 4, ietMean, 4 );



// Automated test of ConvertToBWLocalThreshold - ietMean - Alpha Channel - Typical Values
// ConvertToBWLocalThreshold - Window Size: 4, Offset: 4
ImageEnView1.Proc.ConvertToBWLocalThreshold( 4, ietMean, 4 );



// Automated test of ConvertToBWLocalThreshold - ietMean - 32-Bit RGBA - Typical Values
// ConvertToBWLocalThreshold - Window Size: 4, Offset: 4
ImageEnView1.Proc.ConvertToBWLocalThreshold( 4, ietMean, 4 );



// Automated test of ConvertToBWLocalThreshold - ietMean - 1-bit - Typical Values
// ConvertToBWLocalThreshold - Window Size: 4, Offset: 4
ImageEnView1.Proc.ConvertToBWLocalThreshold( 4, ietMean, 4 );



// Automated test of ConvertToBWLocalThreshold - ietMeanMinMax - Typical Values
// ConvertToBWLocalThreshold - Window Size: 4, Offset: 4
ImageEnView1.Proc.ConvertToBWLocalThreshold( 4, ietMeanMinMax, 4 );



// Automated test of ConvertToBWLocalThreshold - ietMeanMinMax - Alpha Channel - Typical Values
// ConvertToBWLocalThreshold - Window Size: 4, Offset: 4
ImageEnView1.Proc.ConvertToBWLocalThreshold( 4, ietMeanMinMax, 4 );



// Automated test of ConvertToBWLocalThreshold - ietMeanMinMax - 32-Bit RGBA - Typical Values
// ConvertToBWLocalThreshold - Window Size: 4, Offset: 4
ImageEnView1.Proc.ConvertToBWLocalThreshold( 4, ietMeanMinMax, 4 );



// Automated test of ConvertToBWLocalThreshold - ietMeanMinMax - 1-bit - Typical Values
// ConvertToBWLocalThreshold - Window Size: 4, Offset: 4
ImageEnView1.Proc.ConvertToBWLocalThreshold( 4, ietMeanMinMax, 4 );



// Automated test of ConvertToBWLocalThreshold - ietMedian - Typical Values
// ConvertToBWLocalThreshold - Window Size: 4, Offset: 4
ImageEnView1.Proc.ConvertToBWLocalThreshold( 4, ietMedian, 4 );



// Automated test of ConvertToBWLocalThreshold - ietMedian - Alpha Channel - Typical Values
// ConvertToBWLocalThreshold - Window Size: 4, Offset: 4
ImageEnView1.Proc.ConvertToBWLocalThreshold( 4, ietMedian, 4 );



// Automated test of ConvertToBWLocalThreshold - ietMedian - 32-Bit RGBA - Typical Values
// ConvertToBWLocalThreshold - Window Size: 4, Offset: 4
ImageEnView1.Proc.ConvertToBWLocalThreshold( 4, ietMedian, 4 );



// Automated test of ConvertToBWLocalThreshold - ietMedian - 1-bit - Typical Values
// ConvertToBWLocalThreshold - Window Size: 4, Offset: 4
ImageEnView1.Proc.ConvertToBWLocalThreshold( 4, ietMedian, 4 );



// Automated test of ConvertToBWLocalThreshold - ietMean - Random Values
// ConvertToBWLocalThreshold - Window Size: 18, Offset: 9 and Feathered: 5
ImageEnView1.Proc.ConvertToBWLocalThreshold( 18, ietMean, 9 );
ImageEnView1.IEBitmap.FeatherAlphaEdges( 5 );



// Automated test of ConvertToBWLocalThreshold - ietMean - Alpha Channel - Random Values
// ConvertToBWLocalThreshold - Window Size: 18, Offset: 9 and Feathered: 5
ImageEnView1.Proc.ConvertToBWLocalThreshold( 18, ietMean, 9 );
ImageEnView1.IEBitmap.FeatherAlphaEdges( 5 );



// Automated test of ConvertToBWLocalThreshold - ietMean - 32-Bit RGBA - Random Values
// ConvertToBWLocalThreshold - Window Size: 18, Offset: 9 and Feathered: 5
ImageEnView1.Proc.ConvertToBWLocalThreshold( 18, ietMean, 9 );
ImageEnView1.IEBitmap.FeatherAlphaEdges( 5 );



// Automated test of ConvertToBWLocalThreshold - ietMean - 1-bit - Random Values
// ConvertToBWLocalThreshold - Window Size: 18, Offset: 9 and Feathered: 5
ImageEnView1.Proc.ConvertToBWLocalThreshold( 18, ietMean, 9 );
ImageEnView1.IEBitmap.FeatherAlphaEdges( 5 );



// Automated test of ConvertToBWLocalThreshold - ietMeanMinMax - Random Values
// ConvertToBWLocalThreshold - Window Size: 18, Offset: 9 and Feathered: 5
ImageEnView1.Proc.ConvertToBWLocalThreshold( 18, ietMeanMinMax, 9 );
ImageEnView1.IEBitmap.FeatherAlphaEdges( 5 );



// Automated test of ConvertToBWLocalThreshold - ietMeanMinMax - Alpha Channel - Random Values
// ConvertToBWLocalThreshold - Window Size: 18, Offset: 9 and Feathered: 5
ImageEnView1.Proc.ConvertToBWLocalThreshold( 18, ietMeanMinMax, 9 );
ImageEnView1.IEBitmap.FeatherAlphaEdges( 5 );



// Automated test of ConvertToBWLocalThreshold - ietMeanMinMax - 32-Bit RGBA - Random Values
// ConvertToBWLocalThreshold - Window Size: 18, Offset: 9 and Feathered: 5
ImageEnView1.Proc.ConvertToBWLocalThreshold( 18, ietMeanMinMax, 9 );
ImageEnView1.IEBitmap.FeatherAlphaEdges( 5 );



// Automated test of ConvertToBWLocalThreshold - ietMeanMinMax - 1-bit - Random Values
// ConvertToBWLocalThreshold - Window Size: 18, Offset: 9 and Feathered: 5
ImageEnView1.Proc.ConvertToBWLocalThreshold( 18, ietMeanMinMax, 9 );
ImageEnView1.IEBitmap.FeatherAlphaEdges( 5 );



// Automated test of ConvertToBWLocalThreshold - ietMedian - Random Values
// ConvertToBWLocalThreshold - Window Size: 18, Offset: 9 and Feathered: 5
ImageEnView1.Proc.ConvertToBWLocalThreshold( 18, ietMedian, 9 );
ImageEnView1.IEBitmap.FeatherAlphaEdges( 5 );



// Automated test of ConvertToBWLocalThreshold - ietMedian - Alpha Channel - Random Values
// ConvertToBWLocalThreshold - Window Size: 18, Offset: 9 and Feathered: 5
ImageEnView1.Proc.ConvertToBWLocalThreshold( 18, ietMedian, 9 );
ImageEnView1.IEBitmap.FeatherAlphaEdges( 5 );



// Automated test of ConvertToBWLocalThreshold - ietMedian - 32-Bit RGBA - Random Values
// ConvertToBWLocalThreshold - Window Size: 18, Offset: 9 and Feathered: 5
ImageEnView1.Proc.ConvertToBWLocalThreshold( 18, ietMedian, 9 );
ImageEnView1.IEBitmap.FeatherAlphaEdges( 5 );



// Automated test of ConvertToBWLocalThreshold - ietMedian - 1-bit - Random Values
// ConvertToBWLocalThreshold - Window Size: 18, Offset: 9 and Feathered: 5
ImageEnView1.Proc.ConvertToBWLocalThreshold( 18, ietMedian, 9 );
ImageEnView1.IEBitmap.FeatherAlphaEdges( 5 );