Code samples for SymmetricNearestNeighbour.
Automatically generated by the Every Method demo.
// Automated test of SymmetricNearestNeighbour - Typical Values
// SymmetricNearestNeighbour - Radius: 6
ImageEnView1.Proc.SymmetricNearestNeighbour( 6 );

// Automated test of SymmetricNearestNeighbour - Alpha Channel - Typical Values
// SymmetricNearestNeighbour - Radius: 6
ImageEnView1.Proc.SymmetricNearestNeighbour( 6 );

// Automated test of SymmetricNearestNeighbour - 32-Bit RGBA - Typical Values
// SymmetricNearestNeighbour - Radius: 6
ImageEnView1.Proc.SymmetricNearestNeighbour( 6 );

// Automated test of SymmetricNearestNeighbour - 1-bit - Typical Values
// SymmetricNearestNeighbour - Radius: 6
ImageEnView1.Proc.SymmetricNearestNeighbour( 6 );

// Automated test of SymmetricNearestNeighbour - Random Values
// SymmetricNearestNeighbour - Radius: 20
ImageEnView1.Proc.SymmetricNearestNeighbour( 20 );

// Automated test of SymmetricNearestNeighbour - Alpha Channel - Random Values
// SymmetricNearestNeighbour - Radius: 20
ImageEnView1.Proc.SymmetricNearestNeighbour( 20 );

// Automated test of SymmetricNearestNeighbour - 32-Bit RGBA - Random Values
// SymmetricNearestNeighbour - Radius: 20
ImageEnView1.Proc.SymmetricNearestNeighbour( 20 );

// Automated test of SymmetricNearestNeighbour - 1-bit - Random Values
// SymmetricNearestNeighbour - Radius: 20
ImageEnView1.Proc.SymmetricNearestNeighbour( 20 );
