home *** CD-ROM | disk | FTP | other *** search
-
- Sample external bindings for convolution:
-
- All lines that do not start with @ on the first column will be
- silently ignored. The formats are:
-
- @label; rank; e1,e2,e3,...... ;
-
- where
- label: the string to be used to label the button.
- rank : the order of the matrix. Currently only square matrix
- is supported.
- e1.. : the matrix element.
-
- The convolution kernal needs not to be normalized for bit will
- do the normalization
-
-
- @Smooth; 3; 2,2,2,2,2,2,2,2,2 ;
- @Smooth0; 3; 2, 2,2,2,0,2,2,2,2;
- @Sharpen; 3; 0, -1, 0, -1, 10, -1, 0, -1, 0;
-
-