CWIMAQBorderMethods Enumeration
CWIMAQBorderMethods are the constants used for the BorderMethod parameter of the Convolute and BorderOperation methods. They specify operations that you can apply to the border of the image.
You can use the following constants with this data type:
- cwimaqBorderClear—Sets all pixels in the border to 0.
- cwimaqBorderCopy—Copies the value of the pixel closest to the edge of the image into the border.
- cwimaqBorderMirror—Symmetrically copies pixel values from the image into the border.