--- Oleg Kobchenko <[EMAIL PROTECTED]> wrote: > NB. copy window and paste to Paint and cut out 24x24 kernel > NB. of the feature and save as kern.bmp > NB. kern=: 0~:16bff bAND readimg 'kern.bmp' > NB. Here it is done for you > > kern=: #:,".;._2 (0 : 0) > 16777215 16777215 16777215 16777215 16777215 16774143 16760959 16744511 > 16711743 16646175 16646175 16653855 16653855 16649247 16646175 16711743 > 16744575 16761087 16777215 16777215 16777215 16777215 16777215 16777215 > ) > > viewrgb 16bffffff * kern
More compactly yet more visually a 24x24 binary image can be represented with require 'convert' kern=: #:dfh|: ];._2 (0 : 0) FFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFEEEEEEFFFFFFFFF FFFFFFC8000110008CFFFFFF FFFFF300000EEC0000FFFFFF FFFFFF73311111137FFFFFFF FFFFFFFFFFFFFFFFFFFFFFFF ) ____________________________________________________________________________________ Don't get soaked. Take a quick peak at the forecast with the Yahoo! Search weather shortcut. http://tools.search.yahoo.com/shortcuts/#loc_weather ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
