nbis-wrapper-js 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (689) hide show
  1. package/README.md +102 -0
  2. package/dist/scripts/test-nbis-versions.js +17 -0
  3. package/dist/src/an2ktool.d.ts +14 -0
  4. package/dist/src/an2ktool.js +48 -0
  5. package/dist/src/bozorth3.d.ts +43 -0
  6. package/dist/src/bozorth3.js +145 -0
  7. package/dist/src/chkan2k.d.ts +14 -0
  8. package/dist/src/chkan2k.js +34 -0
  9. package/dist/src/cjp2k.d.ts +21 -0
  10. package/dist/src/cjp2k.js +54 -0
  11. package/dist/src/cjpeg.d.ts +24 -0
  12. package/dist/src/cjpeg.js +60 -0
  13. package/dist/src/cjpegb.d.ts +19 -0
  14. package/dist/src/cjpegb.js +47 -0
  15. package/dist/src/cjpegl.d.ts +24 -0
  16. package/dist/src/cjpegl.js +54 -0
  17. package/dist/src/cwsq.d.ts +18 -0
  18. package/dist/src/cwsq.js +44 -0
  19. package/dist/src/datainfo.d.ts +8 -0
  20. package/dist/src/datainfo.js +20 -0
  21. package/dist/src/djp2k.d.ts +20 -0
  22. package/dist/src/djp2k.js +53 -0
  23. package/dist/src/djpeg.d.ts +25 -0
  24. package/dist/src/djpeg.js +63 -0
  25. package/dist/src/djpegb.d.ts +14 -0
  26. package/dist/src/djpegb.js +39 -0
  27. package/dist/src/djpegl.d.ts +14 -0
  28. package/dist/src/djpegl.js +39 -0
  29. package/dist/src/dwsq.d.ts +13 -0
  30. package/dist/src/dwsq.js +36 -0
  31. package/dist/src/index.d.ts +26 -0
  32. package/dist/src/index.js +57 -0
  33. package/dist/src/intr2not.d.ts +22 -0
  34. package/dist/src/intr2not.js +48 -0
  35. package/dist/src/jpegtran.d.ts +24 -0
  36. package/dist/src/jpegtran.js +88 -0
  37. package/dist/src/mindtct.d.ts +24 -0
  38. package/dist/src/mindtct.js +45 -0
  39. package/dist/src/nbis-runtime.d.ts +23 -0
  40. package/dist/src/nbis-runtime.js +111 -0
  41. package/dist/src/nfiq.d.ts +36 -0
  42. package/dist/src/nfiq.js +93 -0
  43. package/dist/src/not2intr.d.ts +22 -0
  44. package/dist/src/not2intr.js +48 -0
  45. package/dist/src/rdjpgcom.d.ts +11 -0
  46. package/dist/src/rdjpgcom.js +27 -0
  47. package/dist/src/rdwsqcom.d.ts +8 -0
  48. package/dist/src/rdwsqcom.js +20 -0
  49. package/dist/src/rgb2ycc.d.ts +23 -0
  50. package/dist/src/rgb2ycc.js +51 -0
  51. package/dist/src/wrjpgcom.d.ts +20 -0
  52. package/dist/src/wrjpgcom.js +41 -0
  53. package/dist/src/wrwsqcom.d.ts +15 -0
  54. package/dist/src/wrwsqcom.js +27 -0
  55. package/dist/src/ycc2rgb.d.ts +23 -0
  56. package/dist/src/ycc2rgb.js +51 -0
  57. package/dist/test/nbis-versions.test.d.ts +1 -0
  58. package/dist/test/nbis-versions.test.js +37 -0
  59. package/libnbis/nbis_arm64_darwin/bin/an2k2iaf +0 -0
  60. package/libnbis/nbis_arm64_darwin/bin/an2k2txt +0 -0
  61. package/libnbis/nbis_arm64_darwin/bin/an2ktool +0 -0
  62. package/libnbis/nbis_arm64_darwin/bin/asc2bin +0 -0
  63. package/libnbis/nbis_arm64_darwin/bin/bin2asc +0 -0
  64. package/libnbis/nbis_arm64_darwin/bin/bozorth3 +0 -0
  65. package/libnbis/nbis_arm64_darwin/bin/chgdesc +0 -0
  66. package/libnbis/nbis_arm64_darwin/bin/chkan2k +0 -0
  67. package/libnbis/nbis_arm64_darwin/bin/cjp2k +0 -0
  68. package/libnbis/nbis_arm64_darwin/bin/cjpeg +0 -0
  69. package/libnbis/nbis_arm64_darwin/bin/cjpegb +0 -0
  70. package/libnbis/nbis_arm64_darwin/bin/cjpegl +0 -0
  71. package/libnbis/nbis_arm64_darwin/bin/cmbmcs +0 -0
  72. package/libnbis/nbis_arm64_darwin/bin/cropcoeff +0 -0
  73. package/libnbis/nbis_arm64_darwin/bin/cwsq +0 -0
  74. package/libnbis/nbis_arm64_darwin/bin/datainfo +0 -0
  75. package/libnbis/nbis_arm64_darwin/bin/diffbyts +0 -0
  76. package/libnbis/nbis_arm64_darwin/bin/djp2k +0 -0
  77. package/libnbis/nbis_arm64_darwin/bin/djpeg +0 -0
  78. package/libnbis/nbis_arm64_darwin/bin/djpegb +0 -0
  79. package/libnbis/nbis_arm64_darwin/bin/djpegl +0 -0
  80. package/libnbis/nbis_arm64_darwin/bin/djpeglsd +0 -0
  81. package/libnbis/nbis_arm64_darwin/bin/dlwsqcom +0 -0
  82. package/libnbis/nbis_arm64_darwin/bin/dpyan2k +0 -0
  83. package/libnbis/nbis_arm64_darwin/bin/dpyimage +0 -0
  84. package/libnbis/nbis_arm64_darwin/bin/dwsq +0 -0
  85. package/libnbis/nbis_arm64_darwin/bin/dwsq14 +0 -0
  86. package/libnbis/nbis_arm64_darwin/bin/eva_evt +0 -0
  87. package/libnbis/nbis_arm64_darwin/bin/fing2pat +0 -0
  88. package/libnbis/nbis_arm64_darwin/bin/fixwts +0 -0
  89. package/libnbis/nbis_arm64_darwin/bin/histogen +0 -0
  90. package/libnbis/nbis_arm64_darwin/bin/iaf2an2k +0 -0
  91. package/libnbis/nbis_arm64_darwin/bin/intr2not +0 -0
  92. package/libnbis/nbis_arm64_darwin/bin/jpegtran +0 -0
  93. package/libnbis/nbis_arm64_darwin/bin/kltran +0 -0
  94. package/libnbis/nbis_arm64_darwin/bin/lintran +0 -0
  95. package/libnbis/nbis_arm64_darwin/bin/meancov +0 -0
  96. package/libnbis/nbis_arm64_darwin/bin/mindtct +0 -0
  97. package/libnbis/nbis_arm64_darwin/bin/mkoas +0 -0
  98. package/libnbis/nbis_arm64_darwin/bin/mktran +0 -0
  99. package/libnbis/nbis_arm64_darwin/bin/mlp +0 -0
  100. package/libnbis/nbis_arm64_darwin/bin/mlpfeats +0 -0
  101. package/libnbis/nbis_arm64_darwin/bin/nfiq +0 -0
  102. package/libnbis/nbis_arm64_darwin/bin/nfseg +0 -0
  103. package/libnbis/nbis_arm64_darwin/bin/not2intr +0 -0
  104. package/libnbis/nbis_arm64_darwin/bin/oas2pics +0 -0
  105. package/libnbis/nbis_arm64_darwin/bin/optosf +0 -0
  106. package/libnbis/nbis_arm64_darwin/bin/optrws +0 -0
  107. package/libnbis/nbis_arm64_darwin/bin/optrwsgw +0 -0
  108. package/libnbis/nbis_arm64_darwin/bin/pcasys +0 -0
  109. package/libnbis/nbis_arm64_darwin/bin/pcasysx +0 -0
  110. package/libnbis/nbis_arm64_darwin/bin/rdimgwh +0 -0
  111. package/libnbis/nbis_arm64_darwin/bin/rdjpgcom +0 -0
  112. package/libnbis/nbis_arm64_darwin/bin/rdwsqcom +0 -0
  113. package/libnbis/nbis_arm64_darwin/bin/rgb2ycc +0 -0
  114. package/libnbis/nbis_arm64_darwin/bin/rwpics +0 -0
  115. package/libnbis/nbis_arm64_darwin/bin/sd_rfmt +0 -0
  116. package/libnbis/nbis_arm64_darwin/bin/stackms +0 -0
  117. package/libnbis/nbis_arm64_darwin/bin/txt2an2k +0 -0
  118. package/libnbis/nbis_arm64_darwin/bin/wrjpgcom +0 -0
  119. package/libnbis/nbis_arm64_darwin/bin/wrwsqcom +0 -0
  120. package/libnbis/nbis_arm64_darwin/bin/ycc2rgb +0 -0
  121. package/libnbis/nbis_arm64_darwin/bin/znormdat +0 -0
  122. package/libnbis/nbis_arm64_darwin/bin/znormpat +0 -0
  123. package/libnbis/nbis_arm64_darwin/include/an2k.h +885 -0
  124. package/libnbis/nbis_arm64_darwin/include/an2k.h.src +885 -0
  125. package/libnbis/nbis_arm64_darwin/include/an2kseg.h +77 -0
  126. package/libnbis/nbis_arm64_darwin/include/binops.h +94 -0
  127. package/libnbis/nbis_arm64_darwin/include/bitmasks.h +50 -0
  128. package/libnbis/nbis_arm64_darwin/include/bits.h +63 -0
  129. package/libnbis/nbis_arm64_darwin/include/bozorth.h +295 -0
  130. package/libnbis/nbis_arm64_darwin/include/bz_array.h +141 -0
  131. package/libnbis/nbis_arm64_darwin/include/cderror.h +132 -0
  132. package/libnbis/nbis_arm64_darwin/include/cdjpeg.h +184 -0
  133. package/libnbis/nbis_arm64_darwin/include/chkan2k.h +338 -0
  134. package/libnbis/nbis_arm64_darwin/include/computil.h +53 -0
  135. package/libnbis/nbis_arm64_darwin/include/crc32.h +441 -0
  136. package/libnbis/nbis_arm64_darwin/include/datafile.h +95 -0
  137. package/libnbis/nbis_arm64_darwin/include/dataio.h +70 -0
  138. package/libnbis/nbis_arm64_darwin/include/deflate.h +331 -0
  139. package/libnbis/nbis_arm64_darwin/include/defs.h +82 -0
  140. package/libnbis/nbis_arm64_darwin/include/dilate.h +57 -0
  141. package/libnbis/nbis_arm64_darwin/include/display.h +255 -0
  142. package/libnbis/nbis_arm64_darwin/include/dpy.h +71 -0
  143. package/libnbis/nbis_arm64_darwin/include/dpyan2k.h +72 -0
  144. package/libnbis/nbis_arm64_darwin/include/dpydepth.h +78 -0
  145. package/libnbis/nbis_arm64_darwin/include/dpyimage.h +110 -0
  146. package/libnbis/nbis_arm64_darwin/include/dpyx.h +107 -0
  147. package/libnbis/nbis_arm64_darwin/include/event.h +62 -0
  148. package/libnbis/nbis_arm64_darwin/include/f2c.h +271 -0
  149. package/libnbis/nbis_arm64_darwin/include/fet.h +96 -0
  150. package/libnbis/nbis_arm64_darwin/include/findblob.h +116 -0
  151. package/libnbis/nbis_arm64_darwin/include/fixup.h +52 -0
  152. package/libnbis/nbis_arm64_darwin/include/gr_cm.h +51 -0
  153. package/libnbis/nbis_arm64_darwin/include/grp4comp.h +185 -0
  154. package/libnbis/nbis_arm64_darwin/include/grp4deco.h +157 -0
  155. package/libnbis/nbis_arm64_darwin/include/grphcs.h +91 -0
  156. package/libnbis/nbis_arm64_darwin/include/histogen.h +99 -0
  157. package/libnbis/nbis_arm64_darwin/include/ihead.h +169 -0
  158. package/libnbis/nbis_arm64_darwin/include/img_io.h +89 -0
  159. package/libnbis/nbis_arm64_darwin/include/imgavg.h +52 -0
  160. package/libnbis/nbis_arm64_darwin/include/imgboost.h +55 -0
  161. package/libnbis/nbis_arm64_darwin/include/imgdec.h +58 -0
  162. package/libnbis/nbis_arm64_darwin/include/imgdecod.h +65 -0
  163. package/libnbis/nbis_arm64_darwin/include/imgsnip.h +56 -0
  164. package/libnbis/nbis_arm64_darwin/include/imgtype.h +85 -0
  165. package/libnbis/nbis_arm64_darwin/include/imgutil.h +80 -0
  166. package/libnbis/nbis_arm64_darwin/include/inffast.h +11 -0
  167. package/libnbis/nbis_arm64_darwin/include/inffixed.h +94 -0
  168. package/libnbis/nbis_arm64_darwin/include/inflate.h +115 -0
  169. package/libnbis/nbis_arm64_darwin/include/inftrees.h +55 -0
  170. package/libnbis/nbis_arm64_darwin/include/intrlv.h +68 -0
  171. package/libnbis/nbis_arm64_darwin/include/invbyte.h +45 -0
  172. package/libnbis/nbis_arm64_darwin/include/ioutil.h +76 -0
  173. package/libnbis/nbis_arm64_darwin/include/jchuff.h +47 -0
  174. package/libnbis/nbis_arm64_darwin/include/jconfig.h +89 -0
  175. package/libnbis/nbis_arm64_darwin/include/jdct.h +176 -0
  176. package/libnbis/nbis_arm64_darwin/include/jdhuff.h +201 -0
  177. package/libnbis/nbis_arm64_darwin/include/jerror.h +335 -0
  178. package/libnbis/nbis_arm64_darwin/include/jinclude.h +91 -0
  179. package/libnbis/nbis_arm64_darwin/include/jmemsys.h +198 -0
  180. package/libnbis/nbis_arm64_darwin/include/jmorecfg.h +407 -0
  181. package/libnbis/nbis_arm64_darwin/include/jpeg2k.h +95 -0
  182. package/libnbis/nbis_arm64_darwin/include/jpegb.h +95 -0
  183. package/libnbis/nbis_arm64_darwin/include/jpegint.h +392 -0
  184. package/libnbis/nbis_arm64_darwin/include/jpegl.h +303 -0
  185. package/libnbis/nbis_arm64_darwin/include/jpeglib.h +1096 -0
  186. package/libnbis/nbis_arm64_darwin/include/jpeglsd4.h +55 -0
  187. package/libnbis/nbis_arm64_darwin/include/jversion.h +14 -0
  188. package/libnbis/nbis_arm64_darwin/include/lfs.h +1249 -0
  189. package/libnbis/nbis_arm64_darwin/include/little.h +81 -0
  190. package/libnbis/nbis_arm64_darwin/include/log.h +69 -0
  191. package/libnbis/nbis_arm64_darwin/include/masks.h +45 -0
  192. package/libnbis/nbis_arm64_darwin/include/memalloc.h +88 -0
  193. package/libnbis/nbis_arm64_darwin/include/mlp/fmt_msgs.h +57 -0
  194. package/libnbis/nbis_arm64_darwin/include/mlp/get_phr.h +54 -0
  195. package/libnbis/nbis_arm64_darwin/include/mlp/lbfgs_dr.h +51 -0
  196. package/libnbis/nbis_arm64_darwin/include/mlp/lims.h +51 -0
  197. package/libnbis/nbis_arm64_darwin/include/mlp/macros.h +53 -0
  198. package/libnbis/nbis_arm64_darwin/include/mlp/mtch_pnm.h +61 -0
  199. package/libnbis/nbis_arm64_darwin/include/mlp/rd_words.h +51 -0
  200. package/libnbis/nbis_arm64_darwin/include/mlp/scg.h +55 -0
  201. package/libnbis/nbis_arm64_darwin/include/mlp/tda.h +69 -0
  202. package/libnbis/nbis_arm64_darwin/include/mlp.h +545 -0
  203. package/libnbis/nbis_arm64_darwin/include/mlpcla.h +77 -0
  204. package/libnbis/nbis_arm64_darwin/include/morph.h +60 -0
  205. package/libnbis/nbis_arm64_darwin/include/mytime.h +106 -0
  206. package/libnbis/nbis_arm64_darwin/include/nfiq.h +100 -0
  207. package/libnbis/nbis_arm64_darwin/include/nfseg.h +154 -0
  208. package/libnbis/nbis_arm64_darwin/include/nistcom.h +108 -0
  209. package/libnbis/nbis_arm64_darwin/include/openjp2/bio.h +134 -0
  210. package/libnbis/nbis_arm64_darwin/include/openjp2/cidx_manager.h +68 -0
  211. package/libnbis/nbis_arm64_darwin/include/openjp2/cio.h +399 -0
  212. package/libnbis/nbis_arm64_darwin/include/openjp2/dwt.h +122 -0
  213. package/libnbis/nbis_arm64_darwin/include/openjp2/event.h +102 -0
  214. package/libnbis/nbis_arm64_darwin/include/openjp2/function_list.h +131 -0
  215. package/libnbis/nbis_arm64_darwin/include/openjp2/image.h +68 -0
  216. package/libnbis/nbis_arm64_darwin/include/openjp2/indexbox_manager.h +148 -0
  217. package/libnbis/nbis_arm64_darwin/include/openjp2/invert.h +64 -0
  218. package/libnbis/nbis_arm64_darwin/include/openjp2/j2k.h +842 -0
  219. package/libnbis/nbis_arm64_darwin/include/openjp2/jp2.h +500 -0
  220. package/libnbis/nbis_arm64_darwin/include/openjp2/mct.h +155 -0
  221. package/libnbis/nbis_arm64_darwin/include/openjp2/mqc.h +207 -0
  222. package/libnbis/nbis_arm64_darwin/include/openjp2/openjpeg.h +1563 -0
  223. package/libnbis/nbis_arm64_darwin/include/openjp2/opj_clock.h +59 -0
  224. package/libnbis/nbis_arm64_darwin/include/openjp2/opj_codec.h +165 -0
  225. package/libnbis/nbis_arm64_darwin/include/openjp2/opj_includes.h +180 -0
  226. package/libnbis/nbis_arm64_darwin/include/openjp2/opj_intmath.h +178 -0
  227. package/libnbis/nbis_arm64_darwin/include/openjp2/opj_inttypes.h +48 -0
  228. package/libnbis/nbis_arm64_darwin/include/openjp2/opj_malloc.h +185 -0
  229. package/libnbis/nbis_arm64_darwin/include/openjp2/opj_stdint.h +52 -0
  230. package/libnbis/nbis_arm64_darwin/include/openjp2/pi.h +188 -0
  231. package/libnbis/nbis_arm64_darwin/include/openjp2/raw.h +106 -0
  232. package/libnbis/nbis_arm64_darwin/include/openjp2/t1.h +163 -0
  233. package/libnbis/nbis_arm64_darwin/include/openjp2/t1_luts.h +143 -0
  234. package/libnbis/nbis_arm64_darwin/include/openjp2/t2.h +133 -0
  235. package/libnbis/nbis_arm64_darwin/include/openjp2/tcd.h +354 -0
  236. package/libnbis/nbis_arm64_darwin/include/openjp2/tgt.h +146 -0
  237. package/libnbis/nbis_arm64_darwin/include/optrws_r.h +59 -0
  238. package/libnbis/nbis_arm64_darwin/include/parsargs.h +60 -0
  239. package/libnbis/nbis_arm64_darwin/include/pca.h +262 -0
  240. package/libnbis/nbis_arm64_darwin/include/png.h +3544 -0
  241. package/libnbis/nbis_arm64_darwin/include/png_dec.h +74 -0
  242. package/libnbis/nbis_arm64_darwin/include/pngconf.h +1487 -0
  243. package/libnbis/nbis_arm64_darwin/include/rgb_ycc.h +85 -0
  244. package/libnbis/nbis_arm64_darwin/include/sunrast.h +97 -0
  245. package/libnbis/nbis_arm64_darwin/include/swap.h +137 -0
  246. package/libnbis/nbis_arm64_darwin/include/swapbyte.h +53 -0
  247. package/libnbis/nbis_arm64_darwin/include/table.h +58 -0
  248. package/libnbis/nbis_arm64_darwin/include/thresh.h +51 -0
  249. package/libnbis/nbis_arm64_darwin/include/transupp.h +135 -0
  250. package/libnbis/nbis_arm64_darwin/include/trees.h +128 -0
  251. package/libnbis/nbis_arm64_darwin/include/usagemcs.h +93 -0
  252. package/libnbis/nbis_arm64_darwin/include/usebsd.h +78 -0
  253. package/libnbis/nbis_arm64_darwin/include/util.h +98 -0
  254. package/libnbis/nbis_arm64_darwin/include/version.h +55 -0
  255. package/libnbis/nbis_arm64_darwin/include/wsq.h +340 -0
  256. package/libnbis/nbis_arm64_darwin/include/zconf.h +332 -0
  257. package/libnbis/nbis_arm64_darwin/include/zconf.in.h +332 -0
  258. package/libnbis/nbis_arm64_darwin/include/zlib.h +1357 -0
  259. package/libnbis/nbis_arm64_darwin/include/zutil.h +269 -0
  260. package/libnbis/nbis_arm64_darwin/lib/libnbis.a +0 -0
  261. package/libnbis/nbis_arm64_darwin/man/man1/an2k2iaf.1 +69 -0
  262. package/libnbis/nbis_arm64_darwin/man/man1/an2k2txt.1 +129 -0
  263. package/libnbis/nbis_arm64_darwin/man/man1/an2ktool.1 +267 -0
  264. package/libnbis/nbis_arm64_darwin/man/man1/asc2bin.1 +38 -0
  265. package/libnbis/nbis_arm64_darwin/man/man1/bin2asc.1 +39 -0
  266. package/libnbis/nbis_arm64_darwin/man/man1/bozorth3.1 +246 -0
  267. package/libnbis/nbis_arm64_darwin/man/man1/chgdesc.1 +54 -0
  268. package/libnbis/nbis_arm64_darwin/man/man1/chkan2k.1 +426 -0
  269. package/libnbis/nbis_arm64_darwin/man/man1/cjp2k.1 +20 -0
  270. package/libnbis/nbis_arm64_darwin/man/man1/cjpeg.1 +296 -0
  271. package/libnbis/nbis_arm64_darwin/man/man1/cjpegb.1 +188 -0
  272. package/libnbis/nbis_arm64_darwin/man/man1/cjpegl.1 +234 -0
  273. package/libnbis/nbis_arm64_darwin/man/man1/cmbmcs.1 +85 -0
  274. package/libnbis/nbis_arm64_darwin/man/man1/cropcoeff.1 +70 -0
  275. package/libnbis/nbis_arm64_darwin/man/man1/cwsq.1 +145 -0
  276. package/libnbis/nbis_arm64_darwin/man/man1/datainfo.1 +59 -0
  277. package/libnbis/nbis_arm64_darwin/man/man1/diffbyts.1 +71 -0
  278. package/libnbis/nbis_arm64_darwin/man/man1/djp2k.1 +21 -0
  279. package/libnbis/nbis_arm64_darwin/man/man1/djpeg.1 +257 -0
  280. package/libnbis/nbis_arm64_darwin/man/man1/djpegb.1 +140 -0
  281. package/libnbis/nbis_arm64_darwin/man/man1/djpegl.1 +143 -0
  282. package/libnbis/nbis_arm64_darwin/man/man1/djpeglsd.1 +158 -0
  283. package/libnbis/nbis_arm64_darwin/man/man1/dpyan2k.1 +179 -0
  284. package/libnbis/nbis_arm64_darwin/man/man1/dpyimage.1 +233 -0
  285. package/libnbis/nbis_arm64_darwin/man/man1/dwsq.1 +112 -0
  286. package/libnbis/nbis_arm64_darwin/man/man1/dwsq14.1 +120 -0
  287. package/libnbis/nbis_arm64_darwin/man/man1/eva_evt.1 +77 -0
  288. package/libnbis/nbis_arm64_darwin/man/man1/fing2pat.1 +61 -0
  289. package/libnbis/nbis_arm64_darwin/man/man1/fixwts.1 +46 -0
  290. package/libnbis/nbis_arm64_darwin/man/man1/histogen.1 +67 -0
  291. package/libnbis/nbis_arm64_darwin/man/man1/iaf2an2k.1 +63 -0
  292. package/libnbis/nbis_arm64_darwin/man/man1/imgcmp.1 +66 -0
  293. package/libnbis/nbis_arm64_darwin/man/man1/imginfo.1 +43 -0
  294. package/libnbis/nbis_arm64_darwin/man/man1/intr2not.1 +147 -0
  295. package/libnbis/nbis_arm64_darwin/man/man1/jp2codec.1 +240 -0
  296. package/libnbis/nbis_arm64_darwin/man/man1/jpegtran.1 +242 -0
  297. package/libnbis/nbis_arm64_darwin/man/man1/kltran.1 +92 -0
  298. package/libnbis/nbis_arm64_darwin/man/man1/lintran.1 +92 -0
  299. package/libnbis/nbis_arm64_darwin/man/man1/meancov.1 +92 -0
  300. package/libnbis/nbis_arm64_darwin/man/man1/mindtct.1 +240 -0
  301. package/libnbis/nbis_arm64_darwin/man/man1/mkoas.1 +194 -0
  302. package/libnbis/nbis_arm64_darwin/man/man1/mktran.1 +72 -0
  303. package/libnbis/nbis_arm64_darwin/man/man1/mlp.1 +680 -0
  304. package/libnbis/nbis_arm64_darwin/man/man1/mlpfeats.1 +52 -0
  305. package/libnbis/nbis_arm64_darwin/man/man1/nfiq.1 +131 -0
  306. package/libnbis/nbis_arm64_darwin/man/man1/nfseg.1 +232 -0
  307. package/libnbis/nbis_arm64_darwin/man/man1/not2intr.1 +150 -0
  308. package/libnbis/nbis_arm64_darwin/man/man1/oas2pics.1 +55 -0
  309. package/libnbis/nbis_arm64_darwin/man/man1/optosf.1 +131 -0
  310. package/libnbis/nbis_arm64_darwin/man/man1/optrws.1 +213 -0
  311. package/libnbis/nbis_arm64_darwin/man/man1/pcasys.1 +244 -0
  312. package/libnbis/nbis_arm64_darwin/man/man1/pcasysx.1 +149 -0
  313. package/libnbis/nbis_arm64_darwin/man/man1/rdimgwh.1 +74 -0
  314. package/libnbis/nbis_arm64_darwin/man/man1/rdjpgcom.1 +57 -0
  315. package/libnbis/nbis_arm64_darwin/man/man1/rdwsqcom.1 +43 -0
  316. package/libnbis/nbis_arm64_darwin/man/man1/record_selector.1 +386 -0
  317. package/libnbis/nbis_arm64_darwin/man/man1/rgb2ycc.1 +175 -0
  318. package/libnbis/nbis_arm64_darwin/man/man1/rwpics.1 +104 -0
  319. package/libnbis/nbis_arm64_darwin/man/man1/sd_rfmt.1 +88 -0
  320. package/libnbis/nbis_arm64_darwin/man/man1/stackms.1 +68 -0
  321. package/libnbis/nbis_arm64_darwin/man/man1/txt2an2k.1 +130 -0
  322. package/libnbis/nbis_arm64_darwin/man/man1/wrjpgcom.1 +107 -0
  323. package/libnbis/nbis_arm64_darwin/man/man1/wrwsqcom.1 +51 -0
  324. package/libnbis/nbis_arm64_darwin/man/man1/ycc2rgb.1 +183 -0
  325. package/libnbis/nbis_arm64_darwin/man/man1/znormdat.1 +50 -0
  326. package/libnbis/nbis_arm64_darwin/man/man1/znormpat.1 +51 -0
  327. package/libnbis/nbis_arm64_darwin/nbis/an2k/chkan2k/default.conf +451 -0
  328. package/libnbis/nbis_arm64_darwin/nbis/an2k/chkan2k/nist-samples.conf +39 -0
  329. package/libnbis/nbis_arm64_darwin/nbis/nfiq/spec +428 -0
  330. package/libnbis/nbis_arm64_darwin/nbis/nfiq/znorm.dat +11 -0
  331. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/a.pct +0 -0
  332. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/a_c.pct +0 -0
  333. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/biga.pct +0 -0
  334. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/bigl.pct +0 -0
  335. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/bigr.pct +0 -0
  336. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/bigs.pct +0 -0
  337. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/bigt.pct +0 -0
  338. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/bigw.pct +0 -0
  339. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/conf.pct +0 -0
  340. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/digits.pct +0 -0
  341. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/h_c.pct +0 -0
  342. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/l.pct +0 -0
  343. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/note.txt +2 -0
  344. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/pcasys.pct +0 -0
  345. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/point.pct +0 -0
  346. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/r.pct +0 -0
  347. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/s.pct +0 -0
  348. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/sub_0.pct +0 -0
  349. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/sub_1.pct +0 -0
  350. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/t.pct +0 -0
  351. package/libnbis/nbis_arm64_darwin/nbis/pcasys/images/w.pct +0 -0
  352. package/libnbis/nbis_arm64_darwin/nbis/pcasys/parms/all.txt +2700 -0
  353. package/libnbis/nbis_arm64_darwin/nbis/pcasys/parms/all_with_class.txt +2700 -0
  354. package/libnbis/nbis_arm64_darwin/nbis/pcasys/parms/first10.txt +10 -0
  355. package/libnbis/nbis_arm64_darwin/nbis/pcasys/parms/first20.txt +20 -0
  356. package/libnbis/nbis_arm64_darwin/nbis/pcasys/parms/first30.txt +30 -0
  357. package/libnbis/nbis_arm64_darwin/nbis/pcasys/parms/first50.txt +50 -0
  358. package/libnbis/nbis_arm64_darwin/nbis/pcasys/parms/mkoas.prs +15 -0
  359. package/libnbis/nbis_arm64_darwin/nbis/pcasys/parms/note.txt +31 -0
  360. package/libnbis/nbis_arm64_darwin/nbis/pcasys/parms/oas.prs +54 -0
  361. package/libnbis/nbis_arm64_darwin/nbis/pcasys/parms/optosf.prs +29 -0
  362. package/libnbis/nbis_arm64_darwin/nbis/pcasys/parms/optrws.prs +57 -0
  363. package/libnbis/nbis_arm64_darwin/nbis/pcasys/parms/pcasys.mlp +120 -0
  364. package/libnbis/nbis_arm64_darwin/nbis/pcasys/parms/pcasys.pnn +120 -0
  365. package/libnbis/nbis_arm64_darwin/nbis/pcasys/parms/pcasys.prs +120 -0
  366. package/libnbis/nbis_arm64_darwin/nbis/pcasys/parms/pcasysx.prs +25 -0
  367. package/libnbis/nbis_arm64_darwin/nbis/pcasys/weights/mlp/mlp_tmat.bin +0 -0
  368. package/libnbis/nbis_arm64_darwin/nbis/pcasys/weights/mlp/mlp_wts.bin +3523 -0
  369. package/libnbis/nbis_arm64_darwin/nbis/pcasys/weights/mlp/note.txt +7 -0
  370. package/libnbis/nbis_arm64_darwin/nbis/pcasys/weights/pnn/note.txt +6 -0
  371. package/libnbis/nbis_arm64_darwin/nbis/pcasys/weights/pnn/pnn_tmat.bin +0 -0
  372. package/libnbis/nbis_arm64_darwin/nbis/pcasys/weights/pnn/procls.asc +24311 -0
  373. package/libnbis/nbis_arm64_darwin/nbis/pcasys/weights/pnn/profvs.bin +0 -0
  374. package/libnbis/nbis_x86-64_linux/bin/an2k2iaf +0 -0
  375. package/libnbis/nbis_x86-64_linux/bin/an2k2txt +0 -0
  376. package/libnbis/nbis_x86-64_linux/bin/an2ktool +0 -0
  377. package/libnbis/nbis_x86-64_linux/bin/asc2bin +0 -0
  378. package/libnbis/nbis_x86-64_linux/bin/bin2asc +0 -0
  379. package/libnbis/nbis_x86-64_linux/bin/bozorth3 +0 -0
  380. package/libnbis/nbis_x86-64_linux/bin/chgdesc +0 -0
  381. package/libnbis/nbis_x86-64_linux/bin/chkan2k +0 -0
  382. package/libnbis/nbis_x86-64_linux/bin/cjp2k +0 -0
  383. package/libnbis/nbis_x86-64_linux/bin/cjpeg +0 -0
  384. package/libnbis/nbis_x86-64_linux/bin/cjpegb +0 -0
  385. package/libnbis/nbis_x86-64_linux/bin/cjpegl +0 -0
  386. package/libnbis/nbis_x86-64_linux/bin/cmbmcs +0 -0
  387. package/libnbis/nbis_x86-64_linux/bin/cropcoeff +0 -0
  388. package/libnbis/nbis_x86-64_linux/bin/cwsq +0 -0
  389. package/libnbis/nbis_x86-64_linux/bin/datainfo +0 -0
  390. package/libnbis/nbis_x86-64_linux/bin/diffbyts +0 -0
  391. package/libnbis/nbis_x86-64_linux/bin/djp2k +0 -0
  392. package/libnbis/nbis_x86-64_linux/bin/djpeg +0 -0
  393. package/libnbis/nbis_x86-64_linux/bin/djpegb +0 -0
  394. package/libnbis/nbis_x86-64_linux/bin/djpegl +0 -0
  395. package/libnbis/nbis_x86-64_linux/bin/djpeglsd +0 -0
  396. package/libnbis/nbis_x86-64_linux/bin/dlwsqcom +0 -0
  397. package/libnbis/nbis_x86-64_linux/bin/dpyan2k +0 -0
  398. package/libnbis/nbis_x86-64_linux/bin/dpyimage +0 -0
  399. package/libnbis/nbis_x86-64_linux/bin/dwsq +0 -0
  400. package/libnbis/nbis_x86-64_linux/bin/dwsq14 +0 -0
  401. package/libnbis/nbis_x86-64_linux/bin/eva_evt +0 -0
  402. package/libnbis/nbis_x86-64_linux/bin/fing2pat +0 -0
  403. package/libnbis/nbis_x86-64_linux/bin/fixwts +0 -0
  404. package/libnbis/nbis_x86-64_linux/bin/histogen +0 -0
  405. package/libnbis/nbis_x86-64_linux/bin/iaf2an2k +0 -0
  406. package/libnbis/nbis_x86-64_linux/bin/intr2not +0 -0
  407. package/libnbis/nbis_x86-64_linux/bin/jpegtran +0 -0
  408. package/libnbis/nbis_x86-64_linux/bin/kltran +0 -0
  409. package/libnbis/nbis_x86-64_linux/bin/lintran +0 -0
  410. package/libnbis/nbis_x86-64_linux/bin/meancov +0 -0
  411. package/libnbis/nbis_x86-64_linux/bin/mindtct +0 -0
  412. package/libnbis/nbis_x86-64_linux/bin/mkoas +0 -0
  413. package/libnbis/nbis_x86-64_linux/bin/mktran +0 -0
  414. package/libnbis/nbis_x86-64_linux/bin/mlp +0 -0
  415. package/libnbis/nbis_x86-64_linux/bin/mlpfeats +0 -0
  416. package/libnbis/nbis_x86-64_linux/bin/nfiq +0 -0
  417. package/libnbis/nbis_x86-64_linux/bin/nfseg +0 -0
  418. package/libnbis/nbis_x86-64_linux/bin/not2intr +0 -0
  419. package/libnbis/nbis_x86-64_linux/bin/oas2pics +0 -0
  420. package/libnbis/nbis_x86-64_linux/bin/optosf +0 -0
  421. package/libnbis/nbis_x86-64_linux/bin/optrws +0 -0
  422. package/libnbis/nbis_x86-64_linux/bin/optrwsgw +0 -0
  423. package/libnbis/nbis_x86-64_linux/bin/pcasys +0 -0
  424. package/libnbis/nbis_x86-64_linux/bin/pcasysx +0 -0
  425. package/libnbis/nbis_x86-64_linux/bin/rdimgwh +0 -0
  426. package/libnbis/nbis_x86-64_linux/bin/rdjpgcom +0 -0
  427. package/libnbis/nbis_x86-64_linux/bin/rdwsqcom +0 -0
  428. package/libnbis/nbis_x86-64_linux/bin/rgb2ycc +0 -0
  429. package/libnbis/nbis_x86-64_linux/bin/rwpics +0 -0
  430. package/libnbis/nbis_x86-64_linux/bin/sd_rfmt +0 -0
  431. package/libnbis/nbis_x86-64_linux/bin/stackms +0 -0
  432. package/libnbis/nbis_x86-64_linux/bin/txt2an2k +0 -0
  433. package/libnbis/nbis_x86-64_linux/bin/wrjpgcom +0 -0
  434. package/libnbis/nbis_x86-64_linux/bin/wrwsqcom +0 -0
  435. package/libnbis/nbis_x86-64_linux/bin/ycc2rgb +0 -0
  436. package/libnbis/nbis_x86-64_linux/bin/znormdat +0 -0
  437. package/libnbis/nbis_x86-64_linux/bin/znormpat +0 -0
  438. package/libnbis/nbis_x86-64_linux/include/an2k.h +885 -0
  439. package/libnbis/nbis_x86-64_linux/include/an2k.h.src +885 -0
  440. package/libnbis/nbis_x86-64_linux/include/an2kseg.h +77 -0
  441. package/libnbis/nbis_x86-64_linux/include/binops.h +94 -0
  442. package/libnbis/nbis_x86-64_linux/include/bitmasks.h +50 -0
  443. package/libnbis/nbis_x86-64_linux/include/bits.h +63 -0
  444. package/libnbis/nbis_x86-64_linux/include/bozorth.h +295 -0
  445. package/libnbis/nbis_x86-64_linux/include/bz_array.h +141 -0
  446. package/libnbis/nbis_x86-64_linux/include/cderror.h +132 -0
  447. package/libnbis/nbis_x86-64_linux/include/cdjpeg.h +184 -0
  448. package/libnbis/nbis_x86-64_linux/include/chkan2k.h +338 -0
  449. package/libnbis/nbis_x86-64_linux/include/computil.h +53 -0
  450. package/libnbis/nbis_x86-64_linux/include/crc32.h +441 -0
  451. package/libnbis/nbis_x86-64_linux/include/datafile.h +95 -0
  452. package/libnbis/nbis_x86-64_linux/include/dataio.h +70 -0
  453. package/libnbis/nbis_x86-64_linux/include/deflate.h +331 -0
  454. package/libnbis/nbis_x86-64_linux/include/defs.h +82 -0
  455. package/libnbis/nbis_x86-64_linux/include/dilate.h +57 -0
  456. package/libnbis/nbis_x86-64_linux/include/display.h +255 -0
  457. package/libnbis/nbis_x86-64_linux/include/dpy.h +71 -0
  458. package/libnbis/nbis_x86-64_linux/include/dpyan2k.h +72 -0
  459. package/libnbis/nbis_x86-64_linux/include/dpydepth.h +78 -0
  460. package/libnbis/nbis_x86-64_linux/include/dpyimage.h +110 -0
  461. package/libnbis/nbis_x86-64_linux/include/dpyx.h +107 -0
  462. package/libnbis/nbis_x86-64_linux/include/event.h +62 -0
  463. package/libnbis/nbis_x86-64_linux/include/f2c.h +271 -0
  464. package/libnbis/nbis_x86-64_linux/include/fet.h +96 -0
  465. package/libnbis/nbis_x86-64_linux/include/findblob.h +116 -0
  466. package/libnbis/nbis_x86-64_linux/include/fixup.h +52 -0
  467. package/libnbis/nbis_x86-64_linux/include/gr_cm.h +51 -0
  468. package/libnbis/nbis_x86-64_linux/include/grp4comp.h +185 -0
  469. package/libnbis/nbis_x86-64_linux/include/grp4deco.h +157 -0
  470. package/libnbis/nbis_x86-64_linux/include/grphcs.h +91 -0
  471. package/libnbis/nbis_x86-64_linux/include/histogen.h +99 -0
  472. package/libnbis/nbis_x86-64_linux/include/ihead.h +169 -0
  473. package/libnbis/nbis_x86-64_linux/include/img_io.h +89 -0
  474. package/libnbis/nbis_x86-64_linux/include/imgavg.h +52 -0
  475. package/libnbis/nbis_x86-64_linux/include/imgboost.h +55 -0
  476. package/libnbis/nbis_x86-64_linux/include/imgdec.h +58 -0
  477. package/libnbis/nbis_x86-64_linux/include/imgdecod.h +65 -0
  478. package/libnbis/nbis_x86-64_linux/include/imgsnip.h +56 -0
  479. package/libnbis/nbis_x86-64_linux/include/imgtype.h +85 -0
  480. package/libnbis/nbis_x86-64_linux/include/imgutil.h +80 -0
  481. package/libnbis/nbis_x86-64_linux/include/inffast.h +11 -0
  482. package/libnbis/nbis_x86-64_linux/include/inffixed.h +94 -0
  483. package/libnbis/nbis_x86-64_linux/include/inflate.h +115 -0
  484. package/libnbis/nbis_x86-64_linux/include/inftrees.h +55 -0
  485. package/libnbis/nbis_x86-64_linux/include/intrlv.h +68 -0
  486. package/libnbis/nbis_x86-64_linux/include/invbyte.h +45 -0
  487. package/libnbis/nbis_x86-64_linux/include/ioutil.h +76 -0
  488. package/libnbis/nbis_x86-64_linux/include/jchuff.h +47 -0
  489. package/libnbis/nbis_x86-64_linux/include/jconfig.h +89 -0
  490. package/libnbis/nbis_x86-64_linux/include/jdct.h +176 -0
  491. package/libnbis/nbis_x86-64_linux/include/jdhuff.h +201 -0
  492. package/libnbis/nbis_x86-64_linux/include/jerror.h +335 -0
  493. package/libnbis/nbis_x86-64_linux/include/jinclude.h +91 -0
  494. package/libnbis/nbis_x86-64_linux/include/jmemsys.h +198 -0
  495. package/libnbis/nbis_x86-64_linux/include/jmorecfg.h +407 -0
  496. package/libnbis/nbis_x86-64_linux/include/jpeg2k.h +95 -0
  497. package/libnbis/nbis_x86-64_linux/include/jpegb.h +95 -0
  498. package/libnbis/nbis_x86-64_linux/include/jpegint.h +392 -0
  499. package/libnbis/nbis_x86-64_linux/include/jpegl.h +303 -0
  500. package/libnbis/nbis_x86-64_linux/include/jpeglib.h +1096 -0
  501. package/libnbis/nbis_x86-64_linux/include/jpeglsd4.h +55 -0
  502. package/libnbis/nbis_x86-64_linux/include/jversion.h +14 -0
  503. package/libnbis/nbis_x86-64_linux/include/lfs.h +1249 -0
  504. package/libnbis/nbis_x86-64_linux/include/little.h +81 -0
  505. package/libnbis/nbis_x86-64_linux/include/log.h +69 -0
  506. package/libnbis/nbis_x86-64_linux/include/masks.h +45 -0
  507. package/libnbis/nbis_x86-64_linux/include/memalloc.h +88 -0
  508. package/libnbis/nbis_x86-64_linux/include/mlp/fmt_msgs.h +57 -0
  509. package/libnbis/nbis_x86-64_linux/include/mlp/get_phr.h +54 -0
  510. package/libnbis/nbis_x86-64_linux/include/mlp/lbfgs_dr.h +51 -0
  511. package/libnbis/nbis_x86-64_linux/include/mlp/lims.h +51 -0
  512. package/libnbis/nbis_x86-64_linux/include/mlp/macros.h +53 -0
  513. package/libnbis/nbis_x86-64_linux/include/mlp/mtch_pnm.h +61 -0
  514. package/libnbis/nbis_x86-64_linux/include/mlp/rd_words.h +51 -0
  515. package/libnbis/nbis_x86-64_linux/include/mlp/scg.h +55 -0
  516. package/libnbis/nbis_x86-64_linux/include/mlp/tda.h +69 -0
  517. package/libnbis/nbis_x86-64_linux/include/mlp.h +545 -0
  518. package/libnbis/nbis_x86-64_linux/include/mlpcla.h +77 -0
  519. package/libnbis/nbis_x86-64_linux/include/morph.h +60 -0
  520. package/libnbis/nbis_x86-64_linux/include/mytime.h +106 -0
  521. package/libnbis/nbis_x86-64_linux/include/nfiq.h +100 -0
  522. package/libnbis/nbis_x86-64_linux/include/nfseg.h +154 -0
  523. package/libnbis/nbis_x86-64_linux/include/nistcom.h +108 -0
  524. package/libnbis/nbis_x86-64_linux/include/openjp2/bio.h +134 -0
  525. package/libnbis/nbis_x86-64_linux/include/openjp2/cidx_manager.h +68 -0
  526. package/libnbis/nbis_x86-64_linux/include/openjp2/cio.h +399 -0
  527. package/libnbis/nbis_x86-64_linux/include/openjp2/dwt.h +122 -0
  528. package/libnbis/nbis_x86-64_linux/include/openjp2/event.h +102 -0
  529. package/libnbis/nbis_x86-64_linux/include/openjp2/function_list.h +131 -0
  530. package/libnbis/nbis_x86-64_linux/include/openjp2/image.h +68 -0
  531. package/libnbis/nbis_x86-64_linux/include/openjp2/indexbox_manager.h +148 -0
  532. package/libnbis/nbis_x86-64_linux/include/openjp2/invert.h +64 -0
  533. package/libnbis/nbis_x86-64_linux/include/openjp2/j2k.h +842 -0
  534. package/libnbis/nbis_x86-64_linux/include/openjp2/jp2.h +500 -0
  535. package/libnbis/nbis_x86-64_linux/include/openjp2/mct.h +155 -0
  536. package/libnbis/nbis_x86-64_linux/include/openjp2/mqc.h +207 -0
  537. package/libnbis/nbis_x86-64_linux/include/openjp2/openjpeg.h +1563 -0
  538. package/libnbis/nbis_x86-64_linux/include/openjp2/opj_clock.h +59 -0
  539. package/libnbis/nbis_x86-64_linux/include/openjp2/opj_codec.h +165 -0
  540. package/libnbis/nbis_x86-64_linux/include/openjp2/opj_includes.h +180 -0
  541. package/libnbis/nbis_x86-64_linux/include/openjp2/opj_intmath.h +178 -0
  542. package/libnbis/nbis_x86-64_linux/include/openjp2/opj_inttypes.h +48 -0
  543. package/libnbis/nbis_x86-64_linux/include/openjp2/opj_malloc.h +185 -0
  544. package/libnbis/nbis_x86-64_linux/include/openjp2/opj_stdint.h +52 -0
  545. package/libnbis/nbis_x86-64_linux/include/openjp2/pi.h +188 -0
  546. package/libnbis/nbis_x86-64_linux/include/openjp2/raw.h +106 -0
  547. package/libnbis/nbis_x86-64_linux/include/openjp2/t1.h +163 -0
  548. package/libnbis/nbis_x86-64_linux/include/openjp2/t1_luts.h +143 -0
  549. package/libnbis/nbis_x86-64_linux/include/openjp2/t2.h +133 -0
  550. package/libnbis/nbis_x86-64_linux/include/openjp2/tcd.h +354 -0
  551. package/libnbis/nbis_x86-64_linux/include/openjp2/tgt.h +146 -0
  552. package/libnbis/nbis_x86-64_linux/include/optrws_r.h +59 -0
  553. package/libnbis/nbis_x86-64_linux/include/parsargs.h +60 -0
  554. package/libnbis/nbis_x86-64_linux/include/pca.h +262 -0
  555. package/libnbis/nbis_x86-64_linux/include/png.h +3544 -0
  556. package/libnbis/nbis_x86-64_linux/include/png_dec.h +74 -0
  557. package/libnbis/nbis_x86-64_linux/include/pngconf.h +1479 -0
  558. package/libnbis/nbis_x86-64_linux/include/rgb_ycc.h +85 -0
  559. package/libnbis/nbis_x86-64_linux/include/sunrast.h +97 -0
  560. package/libnbis/nbis_x86-64_linux/include/swap.h +137 -0
  561. package/libnbis/nbis_x86-64_linux/include/swapbyte.h +53 -0
  562. package/libnbis/nbis_x86-64_linux/include/table.h +58 -0
  563. package/libnbis/nbis_x86-64_linux/include/thresh.h +51 -0
  564. package/libnbis/nbis_x86-64_linux/include/transupp.h +135 -0
  565. package/libnbis/nbis_x86-64_linux/include/trees.h +128 -0
  566. package/libnbis/nbis_x86-64_linux/include/usagemcs.h +93 -0
  567. package/libnbis/nbis_x86-64_linux/include/usebsd.h +78 -0
  568. package/libnbis/nbis_x86-64_linux/include/util.h +98 -0
  569. package/libnbis/nbis_x86-64_linux/include/version.h +55 -0
  570. package/libnbis/nbis_x86-64_linux/include/wsq.h +340 -0
  571. package/libnbis/nbis_x86-64_linux/include/zconf.h +332 -0
  572. package/libnbis/nbis_x86-64_linux/include/zconf.in.h +332 -0
  573. package/libnbis/nbis_x86-64_linux/include/zlib.h +1357 -0
  574. package/libnbis/nbis_x86-64_linux/include/zutil.h +269 -0
  575. package/libnbis/nbis_x86-64_linux/lib/libnbis.a +0 -0
  576. package/libnbis/nbis_x86-64_linux/man/man1/an2k2iaf.1 +69 -0
  577. package/libnbis/nbis_x86-64_linux/man/man1/an2k2txt.1 +129 -0
  578. package/libnbis/nbis_x86-64_linux/man/man1/an2ktool.1 +267 -0
  579. package/libnbis/nbis_x86-64_linux/man/man1/asc2bin.1 +38 -0
  580. package/libnbis/nbis_x86-64_linux/man/man1/bin2asc.1 +39 -0
  581. package/libnbis/nbis_x86-64_linux/man/man1/bozorth3.1 +246 -0
  582. package/libnbis/nbis_x86-64_linux/man/man1/chgdesc.1 +54 -0
  583. package/libnbis/nbis_x86-64_linux/man/man1/chkan2k.1 +426 -0
  584. package/libnbis/nbis_x86-64_linux/man/man1/cjp2k.1 +20 -0
  585. package/libnbis/nbis_x86-64_linux/man/man1/cjpeg.1 +296 -0
  586. package/libnbis/nbis_x86-64_linux/man/man1/cjpegb.1 +188 -0
  587. package/libnbis/nbis_x86-64_linux/man/man1/cjpegl.1 +234 -0
  588. package/libnbis/nbis_x86-64_linux/man/man1/cmbmcs.1 +85 -0
  589. package/libnbis/nbis_x86-64_linux/man/man1/cropcoeff.1 +70 -0
  590. package/libnbis/nbis_x86-64_linux/man/man1/cwsq.1 +145 -0
  591. package/libnbis/nbis_x86-64_linux/man/man1/datainfo.1 +59 -0
  592. package/libnbis/nbis_x86-64_linux/man/man1/diffbyts.1 +71 -0
  593. package/libnbis/nbis_x86-64_linux/man/man1/djp2k.1 +21 -0
  594. package/libnbis/nbis_x86-64_linux/man/man1/djpeg.1 +257 -0
  595. package/libnbis/nbis_x86-64_linux/man/man1/djpegb.1 +140 -0
  596. package/libnbis/nbis_x86-64_linux/man/man1/djpegl.1 +143 -0
  597. package/libnbis/nbis_x86-64_linux/man/man1/djpeglsd.1 +158 -0
  598. package/libnbis/nbis_x86-64_linux/man/man1/dpyan2k.1 +179 -0
  599. package/libnbis/nbis_x86-64_linux/man/man1/dpyimage.1 +233 -0
  600. package/libnbis/nbis_x86-64_linux/man/man1/dwsq.1 +112 -0
  601. package/libnbis/nbis_x86-64_linux/man/man1/dwsq14.1 +120 -0
  602. package/libnbis/nbis_x86-64_linux/man/man1/eva_evt.1 +77 -0
  603. package/libnbis/nbis_x86-64_linux/man/man1/fing2pat.1 +61 -0
  604. package/libnbis/nbis_x86-64_linux/man/man1/fixwts.1 +46 -0
  605. package/libnbis/nbis_x86-64_linux/man/man1/histogen.1 +67 -0
  606. package/libnbis/nbis_x86-64_linux/man/man1/iaf2an2k.1 +63 -0
  607. package/libnbis/nbis_x86-64_linux/man/man1/imgcmp.1 +66 -0
  608. package/libnbis/nbis_x86-64_linux/man/man1/imginfo.1 +43 -0
  609. package/libnbis/nbis_x86-64_linux/man/man1/intr2not.1 +147 -0
  610. package/libnbis/nbis_x86-64_linux/man/man1/jp2codec.1 +240 -0
  611. package/libnbis/nbis_x86-64_linux/man/man1/jpegtran.1 +242 -0
  612. package/libnbis/nbis_x86-64_linux/man/man1/kltran.1 +92 -0
  613. package/libnbis/nbis_x86-64_linux/man/man1/lintran.1 +92 -0
  614. package/libnbis/nbis_x86-64_linux/man/man1/meancov.1 +92 -0
  615. package/libnbis/nbis_x86-64_linux/man/man1/mindtct.1 +240 -0
  616. package/libnbis/nbis_x86-64_linux/man/man1/mkoas.1 +194 -0
  617. package/libnbis/nbis_x86-64_linux/man/man1/mktran.1 +72 -0
  618. package/libnbis/nbis_x86-64_linux/man/man1/mlp.1 +680 -0
  619. package/libnbis/nbis_x86-64_linux/man/man1/mlpfeats.1 +52 -0
  620. package/libnbis/nbis_x86-64_linux/man/man1/nfiq.1 +131 -0
  621. package/libnbis/nbis_x86-64_linux/man/man1/nfseg.1 +232 -0
  622. package/libnbis/nbis_x86-64_linux/man/man1/not2intr.1 +150 -0
  623. package/libnbis/nbis_x86-64_linux/man/man1/oas2pics.1 +55 -0
  624. package/libnbis/nbis_x86-64_linux/man/man1/optosf.1 +131 -0
  625. package/libnbis/nbis_x86-64_linux/man/man1/optrws.1 +213 -0
  626. package/libnbis/nbis_x86-64_linux/man/man1/pcasys.1 +244 -0
  627. package/libnbis/nbis_x86-64_linux/man/man1/pcasysx.1 +149 -0
  628. package/libnbis/nbis_x86-64_linux/man/man1/rdimgwh.1 +74 -0
  629. package/libnbis/nbis_x86-64_linux/man/man1/rdjpgcom.1 +57 -0
  630. package/libnbis/nbis_x86-64_linux/man/man1/rdwsqcom.1 +43 -0
  631. package/libnbis/nbis_x86-64_linux/man/man1/record_selector.1 +386 -0
  632. package/libnbis/nbis_x86-64_linux/man/man1/rgb2ycc.1 +175 -0
  633. package/libnbis/nbis_x86-64_linux/man/man1/rwpics.1 +104 -0
  634. package/libnbis/nbis_x86-64_linux/man/man1/sd_rfmt.1 +88 -0
  635. package/libnbis/nbis_x86-64_linux/man/man1/stackms.1 +68 -0
  636. package/libnbis/nbis_x86-64_linux/man/man1/txt2an2k.1 +130 -0
  637. package/libnbis/nbis_x86-64_linux/man/man1/wrjpgcom.1 +107 -0
  638. package/libnbis/nbis_x86-64_linux/man/man1/wrwsqcom.1 +51 -0
  639. package/libnbis/nbis_x86-64_linux/man/man1/ycc2rgb.1 +183 -0
  640. package/libnbis/nbis_x86-64_linux/man/man1/znormdat.1 +50 -0
  641. package/libnbis/nbis_x86-64_linux/man/man1/znormpat.1 +51 -0
  642. package/libnbis/nbis_x86-64_linux/nbis/an2k/chkan2k/default.conf +451 -0
  643. package/libnbis/nbis_x86-64_linux/nbis/an2k/chkan2k/nist-samples.conf +39 -0
  644. package/libnbis/nbis_x86-64_linux/nbis/nfiq/spec +428 -0
  645. package/libnbis/nbis_x86-64_linux/nbis/nfiq/znorm.dat +11 -0
  646. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/a.pct +0 -0
  647. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/a_c.pct +0 -0
  648. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/biga.pct +0 -0
  649. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/bigl.pct +0 -0
  650. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/bigr.pct +0 -0
  651. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/bigs.pct +0 -0
  652. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/bigt.pct +0 -0
  653. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/bigw.pct +0 -0
  654. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/conf.pct +0 -0
  655. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/digits.pct +0 -0
  656. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/h_c.pct +0 -0
  657. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/l.pct +0 -0
  658. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/note.txt +2 -0
  659. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/pcasys.pct +0 -0
  660. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/point.pct +0 -0
  661. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/r.pct +0 -0
  662. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/s.pct +0 -0
  663. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/sub_0.pct +0 -0
  664. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/sub_1.pct +0 -0
  665. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/t.pct +0 -0
  666. package/libnbis/nbis_x86-64_linux/nbis/pcasys/images/w.pct +0 -0
  667. package/libnbis/nbis_x86-64_linux/nbis/pcasys/parms/all.txt +2700 -0
  668. package/libnbis/nbis_x86-64_linux/nbis/pcasys/parms/all_with_class.txt +2700 -0
  669. package/libnbis/nbis_x86-64_linux/nbis/pcasys/parms/first10.txt +10 -0
  670. package/libnbis/nbis_x86-64_linux/nbis/pcasys/parms/first20.txt +20 -0
  671. package/libnbis/nbis_x86-64_linux/nbis/pcasys/parms/first30.txt +30 -0
  672. package/libnbis/nbis_x86-64_linux/nbis/pcasys/parms/first50.txt +50 -0
  673. package/libnbis/nbis_x86-64_linux/nbis/pcasys/parms/mkoas.prs +15 -0
  674. package/libnbis/nbis_x86-64_linux/nbis/pcasys/parms/note.txt +31 -0
  675. package/libnbis/nbis_x86-64_linux/nbis/pcasys/parms/oas.prs +54 -0
  676. package/libnbis/nbis_x86-64_linux/nbis/pcasys/parms/optosf.prs +29 -0
  677. package/libnbis/nbis_x86-64_linux/nbis/pcasys/parms/optrws.prs +57 -0
  678. package/libnbis/nbis_x86-64_linux/nbis/pcasys/parms/pcasys.mlp +120 -0
  679. package/libnbis/nbis_x86-64_linux/nbis/pcasys/parms/pcasys.pnn +120 -0
  680. package/libnbis/nbis_x86-64_linux/nbis/pcasys/parms/pcasys.prs +120 -0
  681. package/libnbis/nbis_x86-64_linux/nbis/pcasys/parms/pcasysx.prs +25 -0
  682. package/libnbis/nbis_x86-64_linux/nbis/pcasys/weights/mlp/mlp_tmat.bin +0 -0
  683. package/libnbis/nbis_x86-64_linux/nbis/pcasys/weights/mlp/mlp_wts.bin +3523 -0
  684. package/libnbis/nbis_x86-64_linux/nbis/pcasys/weights/mlp/note.txt +7 -0
  685. package/libnbis/nbis_x86-64_linux/nbis/pcasys/weights/pnn/note.txt +6 -0
  686. package/libnbis/nbis_x86-64_linux/nbis/pcasys/weights/pnn/pnn_tmat.bin +0 -0
  687. package/libnbis/nbis_x86-64_linux/nbis/pcasys/weights/pnn/procls.asc +24311 -0
  688. package/libnbis/nbis_x86-64_linux/nbis/pcasys/weights/pnn/profvs.bin +0 -0
  689. package/package.json +51 -0
@@ -0,0 +1,234 @@
1
+ .\" @(#)cjpegl.1 2008/10/02 NIST
2
+ .\" I Image Group
3
+ .\" Craig Watson and Michael D. Garris
4
+ .\"
5
+ .TH CJPEGL 1G "02 October 2008" "NIST" "NBIS Reference Manual"
6
+ .SH NAME
7
+ cjpegl \- compresses a grayscale or color image using Lossless
8
+ JPEG (JPEGL).
9
+ .SH SYNOPSIS
10
+ .B cjpegl
11
+ .I <outext>
12
+ .I <image file>
13
+ .br
14
+ .RS
15
+ [\fB-raw_in \fIw\fR,\fIh\fR,\fId\fR,[\fIppi\fR]
16
+ .RS 3
17
+ [\fB-nonintrlv\fR]
18
+ .br
19
+ [\fB-YCbCr \fIH0\fR,\fIV0\fR:\fIH1\fR,\fIV1\fR:\fIH2\fR,\fIV2\fR]]
20
+ .RE
21
+ [\fIcomment file\fR]
22
+ .SH DESCRIPTION
23
+ .B Cjpegl
24
+ takes as input a file containing an uncompressed grayscale or color
25
+ image. Two possible input file formats are accepted, NIST IHead
26
+ files and raw pixmap files. If a raw pixmap file is to be compressed,
27
+ then its image attributes must be provided on the command line as well.
28
+ Once read into memory, the grayscale or color pixmap is then
29
+ compressed using Lossless JPEG (JPEGL).
30
+ The JPEGL results are then written to an output file.
31
+
32
+ The color components of RGB pixels in a raw pixmap file may
33
+ be interleaved or non-interleaved. By default, \fBcjpegl\fR
34
+ assumes interleaved color pixels. In fact \fBcjpegl\fR's internal
35
+ encoder requires non-interleaved components planes; therefore,
36
+ interleaved pixmaps are automatically converted prior to encoding
37
+ and results are stored accordingly.
38
+ (See INTERLEAVE OPTIONS below.)
39
+
40
+ \fBCjpegl\fR also supports the compression of raw pixmap files
41
+ containing YCbCr images with potentially downsampled component planes.
42
+ By default, this utility assumes no downsampling of component planes.
43
+ (See YCbCr OPTIONS below.) Regarding color pixmaps, the NIST IHead
44
+ file format only supports interleaved RGB images.
45
+
46
+ .SH OPTIONS
47
+ All switch names may be abbreviated; for example,
48
+ \fB-raw_in\fR may be written \fB-r\fR.
49
+ .TP
50
+ .I <outext>
51
+ the extension of the compressed output file.
52
+ To construct the output filename, \fBcjpegl\fR takes the
53
+ input filename and replaces its extension with the one
54
+ specified here.
55
+ .TP
56
+ .I <image file>
57
+ the input file, either an IHead file or raw pixmap file,
58
+ containing the grayscale or color image to be compressed.
59
+ .TP
60
+ \fB-raw_in \fIw\fR,\fIh\fR,\fId\fR,[\fIppi\fR]
61
+ the attributes of the input image. This option must
62
+ be included on the command line if the input is a
63
+ raw pixmap file.
64
+ .br
65
+ .RS
66
+ .TP
67
+ .I w
68
+ the pixel width of the pixmap
69
+ .TP
70
+ .I h
71
+ the pixel height of the pixmap
72
+ .TP
73
+ .I d
74
+ the pixel depth of the pixmap
75
+ .TP
76
+ .I ppi
77
+ the optional scan resolution of the image in integer units of
78
+ pixels per inch.
79
+ .RE
80
+ .TP
81
+ .B -nonintrlv
82
+ specifies that the color components in an \fIinput\fR raw pixmap file
83
+ image are non-interleaved and stored in separate component planes.
84
+ (See INTERLEAVE OPTIONS below.)
85
+ .TP
86
+ \fB-YCbCr \fIH0\fR,\fIV0\fR:\fIH1\fR,\fIV1\fR:\fIH2\fR,\fIV2
87
+ denotes an \fIinput\fR raw pixmap file containing a YCbCr colorspace image
88
+ and whether any component planes have been \fIpreviously\fR downsampled.
89
+ H,V factors all set to 1 represent no downsampling.
90
+ (See YCbCr Options below.)
91
+ .TP
92
+ .I comment file
93
+ an optional user-supplied ASCII comment file. (See COMMENT
94
+ OPTIONS below.)
95
+ .TP
96
+ \fB-version
97
+ \fRPrint ANSI/NIST stardand and NBIS software version.
98
+
99
+ .SH INTERLEAVE OPTIONS
100
+ The color components of RGB pixels in a raw pixmap file may
101
+ be interleaved or non-interleaved. Color components are interleaved
102
+ when a pixel's (R)ed, (G)reen, and (B)lue components are sequentially
103
+ adjacent in the image byte stream, ie. RGBRGBRGB... . If the color
104
+ components are non-interleaved, then all (R)ed components in the
105
+ image are sequentially adjacent in the image byte stream, followed
106
+ by all (G)reen components, and then lastly followed by all (B)lue
107
+ components. Each complete sequence of color components is called
108
+ a \fIplane\fR. The utilities \fBintr2not\fR and \fBnot2intr\fR
109
+ convert between interleaved and non-interleaved color components.
110
+ By default, \fBcjpegl\fR assumes interleaved
111
+ color components, and all color IHead images must be
112
+ interleaved. Note that \fBcjpegl\fR's internal encoder requires
113
+ non-interleaved component planes; therefore, interleaved pixmaps
114
+ are automatically converted prior to encoding and results are
115
+ stored accordingly.
116
+
117
+ .SH YCbCr OPTIONS
118
+ \fBCjpegl\fR compresses color images with 3 components
119
+ per pixel, including RGB and YCbCr colorspaces. A common compression
120
+ technique for YCbCr images is to downsample the Cb & Cr component
121
+ planes.
122
+ \fBCjpegl\fR supports a limited range of YCbCr downsampling
123
+ schemes that are represented by a list of component plane factors.
124
+ These factors together represent downsampling ratios relative to
125
+ each other. The comma-separated list of factor pairs correspond to
126
+ the Y, Cb, and
127
+ Cr component planes respectively. The first value in a factor
128
+ pair represents the downsampling of that particular component plane
129
+ in the X-dimension, while the second represents the Y-dimension.
130
+ Compression ratios for a particular component plane are calculated
131
+ by dividing the maximum component factors in the list by the current
132
+ component's factors. These integer factors are limited
133
+ between 1 and 4. H,V factors all set to 1 represent
134
+ no downsampling. For complete details, \fBcjpegl\fR implements
135
+ the downsampling and interleaving schemes described in the
136
+ following reference:
137
+
138
+ .RS
139
+ W.B. Pennebaker and J.L. Mitchell, "JPEG: Still Image Compression
140
+ Standard," Appendix A - "ISO DIS 10918-1 Requirements and Guidelines,"
141
+ Van Nostrand Reinhold, NY, 1993, pp. A1-A4.
142
+ .RE
143
+
144
+ For example the option specification:
145
+
146
+ .RS
147
+ -YCbCr 4,4:2,2:1,1
148
+ .RE
149
+
150
+ represents a YCbCr image with non-downsampled Y component plane
151
+ (4,4 are the largest X and Y factors listed); the Cb component
152
+ plane is downsampled in X and Y by a factor of 2
153
+ (maximum factors 4 divided by current factors 2); and the Cr component
154
+ plane is downsampled in X and Y by a factor of 4 (maximum factors 4 divided
155
+ by current factors 1). Note that downsampling component planes
156
+ is a form of \fIlossy\fR compression, so while \fBcjpegl\fR
157
+ enables the image byte stream associated with an input YCbCr
158
+ image to be reconstructed perfectly, if any of
159
+ its component planes were previously downsampled, then image
160
+ loss has already taken place. The utility \fBrgb2ycc\fR converts
161
+ an RGB image to the YCbCr colorspace, and it will conduct component
162
+ plane downsampling as specified. Note that IHead images can only
163
+ have RGB color components, so YCbCr options only pertain to
164
+ raw pixmap files.
165
+
166
+ .SH COMMENT OPTIONS
167
+ Upon successful compression, this utility generates and inserts
168
+ in the compressed output file a specially formatted comment block,
169
+ called a NISTCOM. A NISTCOM is a text-based attribute list comprised
170
+ of (name, value) pairs, one pair per text line.
171
+ The first line of a NISTCOM always has name = "NIST_COM"
172
+ and its value is always the total number of attributes included in
173
+ the list. The utility \fBrdjpgcom\fR scans a JPEG compressed file for
174
+ any and all comment blocks. Once found, the contents of each comment
175
+ block is printed to standard output. Using this utility, the NISTCOM
176
+ provides easy access to relevant image attributes. The following is
177
+ an example NISTCOM generated by \fBcjpegl\fR:
178
+
179
+ .RS
180
+ NIST_COM 11
181
+ .br
182
+ PIX_WIDTH 768
183
+ .br
184
+ PIX_HEIGHT 1024
185
+ .br
186
+ PIX_DEPTH 24
187
+ .br
188
+ PPI -1
189
+ .br
190
+ LOSSY 0
191
+ .br
192
+ NUM_COMPONENTS 3
193
+ .br
194
+ HV_FACTORS 1,1:1,1:1,1
195
+ .br
196
+ INTERLEAVE 0
197
+ .br
198
+ COMPRESSION JPEGL
199
+ .br
200
+ JPEGL_PREDICT 4
201
+
202
+ .RE
203
+ \fBCjpegl\fR also accepts an optional comment file on the command
204
+ line. If provided, the contents of this file are also inserted
205
+ into the compressed output file. If the comment file is a
206
+ NISTCOM attribute list, then its contents are merged with the
207
+ NISTCOM internally generated by \fBcjpegl\fR and a single NISTCOM
208
+ is written to the compressed output file. Note that \fBcjpegl\fR
209
+ gives precedence to internally generated attribute values.
210
+ If the user provides a non-NISTCOM comment file,
211
+ then the contents of file are stored to a separate comment block in
212
+ the output file. Using these comment options enables the user
213
+ to store application-specific information in a JPEG file.
214
+
215
+ .SH EXAMPLES
216
+ From \fItest/imgtools/execs/cjpegl/cjpegl.src\fR:
217
+ .PP
218
+ .RS
219
+ .B % cjpegl jpl face.raw -r 768,1024,24
220
+ .br
221
+ compresses a color face image in a raw pixmap file.
222
+
223
+ .SH SEE ALSO
224
+ .BR cjpegb (1G),
225
+ .BR djpegl (1G),
226
+ .BR dpyimage (1G),
227
+ .BR intr2not (1G),
228
+ .BR not2intr (1G),
229
+ .BR rdjpgcom (1H),
230
+ .BR rgb2ycc (1G),
231
+ .BR wrjpgcom (1H)
232
+
233
+ .SH AUTHOR
234
+ NIST/ITL/DIV894/Image Group
@@ -0,0 +1,85 @@
1
+ .\" @(#)cmbmcs.1 2008/10/02 NIST
2
+ .\" I Image Group
3
+ .\" G. T. Candela & Craig I. Watson
4
+ .\"
5
+ .TH CMBMCS 1B "02 October 2008" "NIST" "NBIS Reference Manual"
6
+ .SH NAME
7
+ cmbmcs \- combines PCASYS mean/covariance data file pairs.
8
+ .SH SYNOPSIS
9
+ .B cmbmcs
10
+ .I <meanfile_in[meanfile_in...]> <covfile_in[covfile_in...]>
11
+ .I <meanfile_out> <meanfile_out_desc>
12
+ .I <covfile_out> <covfile_out_desc> <ascii_outfiles>
13
+ .SH DESCRIPTION
14
+ .B Cmbmcs
15
+ combines pairs of PCASYS mean vector and covariance matrix
16
+ data files, to produce a mean/covariance pair that is approximately
17
+ the same as would have resulted if all the vectors that were used to
18
+ make the input means and covariances had been given to the meancov
19
+ function in one large set. So, if the sample covariance matrix needs to
20
+ be made from a large set of vectors, and several processors are
21
+ available, it may be possible to save run time by, first, running
22
+ several simultaneous instances of meancov, each on a subset of the
23
+ vectors, and second, running cmbmcs to combine the means
24
+ and covariances made by the meancov instances. (Even if only the
25
+ covariance is ultimately needed, i.e. not the mean, it is necessary
26
+ for the meancov instances to compute the means and for cmbmcs to
27
+ use them, to compute the overall covariance.)
28
+ .SH OPTIONS
29
+ .TP
30
+ .I <meanfile_in[meanfile_in...]>
31
+ Input files each containing a mean vector. These files must be in
32
+ PCASYS "matrix" format, each with first dimension 1 and all having the
33
+ same second dimension. (Usually the output of \fBmeancov\fR.)
34
+ .TP
35
+ .I <covfile_in[covfile_in...]>
36
+ Input files each containing a covariance matrix. These files must be
37
+ in PCASYS "covariance" format. The i'th input covariance file goes
38
+ with the i'th input mean file. These covariances must all have the
39
+ same order, which must be the second dimension of the input mean
40
+ vector files. (Usually the output of \fBmeancov\fR.)
41
+ .TP
42
+ .I <meanfile_out>
43
+ Mean file to be written, in PCASYS "matrix" format.
44
+ .TP
45
+ .I <meanfile_out_desc>
46
+ A string to be written into the mean output files description
47
+ string. This string can be of any length, but must not contain
48
+ embedded newline characters. If it contains spaces, tabs, or shell
49
+ metacharacters that are not to be expanded, then it should be quoted.
50
+ To leave the description empty, use '' (two single quotes, i.e.
51
+ single\-quoted empty string). To let cmbmcs make a description
52
+ (stating that this is a mean vector made by cmbmcs and listing the
53
+ names of the input files), use \- (hyphen).
54
+ .TP
55
+ .I <covfile_out>
56
+ Covariance file to be produced, in PCASYS "covariance" format. Its
57
+ "number of vectors" field will be set to the sum of the values of that
58
+ field across the input covariances.
59
+ .TP
60
+ .I <covfile_out_desc>
61
+ Description string for output covariance file or - to let cmbmcs make
62
+ the description (as for output mean file description).
63
+ .TP
64
+ .I <ascii_outfiles>
65
+ If y, makes ascii output files; if n, binary. Binary is recommended,
66
+ unless the output files must be portable across different byte orders
67
+ or floating_point formats.
68
+ .TP
69
+ \fB-version
70
+ \fRPrint ANSI/NIST stardand and NBIS software version.
71
+
72
+ .SH EXAMPLE(S)
73
+ From \fItest/pcasys/execs/cmbmcs/cmbmcs.src\fR:
74
+ .PP
75
+ .RS
76
+ .B % cmbmcs ../meancov/fv1.men ../meancov/fv2.men \
77
+ ../meancov/fv1.cov ../meancov/fv2.cov fv_tst.men - fv_tst.cov - n
78
+ .br
79
+ Combines the mean/covariance files for fv1 and fv2 into a
80
+ mean/covariance set of files.
81
+ .SH "SEE ALSO"
82
+ meancov (1B)
83
+
84
+ .SH AUTHOR
85
+ NIST/ITL/DIV894/Image Group
@@ -0,0 +1,70 @@
1
+ .\" @(#)cropcoeff.1 2008/10/02 NIST
2
+ .\" I Image Group
3
+ .\" Kenneth Ko
4
+ .\"
5
+ .TH CORPCOEFF 1F "03 October 2008" "NIST" "NBIS Reference Manual"
6
+ .SH NAME
7
+ cropcoeff \- Read AN2K/AN2K7 file, and crop each Type-14 record.
8
+ .SH SYNOPSIS
9
+ .B cropcoeff
10
+ .I [option]
11
+ .I <file in>
12
+ .SH DESCRIPTION
13
+ .B CropCoeff
14
+ Extracts the individual fingerprint images from the WSQ compressed slap
15
+ images (left/right hand, thumbs) in ANSI/NIST 2007 Type-14 records into
16
+ individual WSQ files without decompressing/recompressing the slap images.
17
+ The ANSI/NIST 2007 Type-14 record must contain both the WSQ compressed
18
+ slap image and the corresponding segmentation coordinates. Segmentation
19
+ coordinates are stored in the Type-14 record as defined in the
20
+ ANSI/NIST 2007 specification.
21
+
22
+ This code is briefly described in the following in the following report
23
+ http://www.mitre.org/work/tech_papers/tech_papers_08/08_0060/index.html
24
+
25
+ CropCoeff DOES NOT compute segmentation coordinates, it simply uses
26
+ whatever is provided in the Type-14 record. If no coordinates are
27
+ provided in the Type-14 record CropCoeff does not produce output for
28
+ that slap image.
29
+
30
+ CropCoeff will move the x,y coordinates of the top-left corner of each
31
+ segmentation box to the nearest factor of 32 pixels. CropCoeff will move
32
+ any edge that is within 24 pixels of the slap image edge out to
33
+ that image limit. CropCoeff will expand any segmentation box less than 100
34
+ pixels in width or height up to 100 pixels, by equally (when possible) expand
35
+ the corresponding edges of the segmentation box. The extracted
36
+ fingerprint images do contain some "noise" in the reconstructed image
37
+ around the edges as compared to decompressing the full slap image and
38
+ extracting the same pixels from that reconstructed image. This is
39
+ caused by "edge wrapping/boundary" conditions in the WSQ algorithm.
40
+
41
+ The output files from CropCoeff can be decompressed individually with a
42
+ WSQ compliant algorithm.
43
+
44
+ The output files contain the base name of the input file with a new extension
45
+ containing the finger position (FNG). For example if the input file is
46
+ file.an2 then the output files would be file.<FNG>.wsq. FNG is assigned a
47
+ value 1-10 corresponding to the finger number for that segmented image.
48
+ The number are defined as 1-R. Thumb, 2-R Index, 3-R. Middle, 4-R. Ring,
49
+ 5-R. Little, 6-L. Thumb, 7-L. Index, 8-L. Middle, 9-L. Ring, and 10-L. Little.
50
+ .SH OPTIONS
51
+ .TP
52
+ .I -v L
53
+ set verbose level of the corp wsq image which "L" is a integer.
54
+ .TP
55
+ .I <file in>
56
+ the ANSI/NIST file to be converted
57
+ .TP
58
+ \fB-version
59
+ \fRPrint ANSI/NIST stardand and NBIS software version.
60
+
61
+ .SH EXAMPLES
62
+ From \fItest/an2k7/execs/cropcoeff/cropcoeff.src\fR:
63
+ .PP
64
+ .RS
65
+ .B % cropcoeff ../../data/nist.an2
66
+ .PP
67
+ .B % cropcoeff -v 1 ../../data/nist.an2
68
+
69
+ .SH AUTHOR
70
+ NIST/ITL/DIV894/Image Group
@@ -0,0 +1,145 @@
1
+ .\" @(#)cwsq.1 2008/10/02 NIST
2
+ .\" I Image Group
3
+ .\" Craig Watson and Michael D. Garris
4
+ .\"
5
+ .TH CWSQ 1G "02 October 2008" "NIST" "NBIS Reference Manual"
6
+ .SH NAME
7
+ cwsq \- WSQ compresses grayscale fingerprint images.
8
+ .SH SYNOPSIS
9
+ .B cwsq
10
+ .I <r bitrate>
11
+ .I <outext>
12
+ .I <image file>
13
+ .br
14
+ .RS
15
+ [\fB-raw_in \fIw\fR,\fIh\fR,\fId\fR,[\fIppi\fR]]
16
+ [\fIcomment file\fR]
17
+ .SH DESCRIPTION
18
+ .B Cwsq
19
+ takes as input a file containing an uncompressed grayscale fingerprint
20
+ image. Two possible input file formats are accepted, NIST IHead files
21
+ and raw pixmap files. If a raw pixmap file is to be compressed, then
22
+ its image attributes must be provided on the command line as well.
23
+ Once read into memory, the pixmap is \fIlossy\fR compressed
24
+ using Wavelet Scalar Quantization as described in the FBI's Criminal
25
+ Justice Information Services (CJIS) document, "WSQ Gray-scale Fingerprint
26
+ Compressions Specification," Dec. 1997. The results are then written
27
+ to an output file in a format dictated by this document. This is
28
+ the only fingerprint compression format accepted by the FBI IAFIS system.
29
+
30
+ .SH OPTIONS
31
+ All switch names may be abbreviated; for example,
32
+ \fB-raw_in\fR may be written \fB-r\fR.
33
+ .TP
34
+ .I <r bitrate>
35
+ determines the amount of lossy compression.
36
+ .br
37
+ .RS
38
+ Suggested settings:
39
+ .RS 3
40
+ .br
41
+ \fIr bitrate\fR = 2.25 yields around 5:1 compression
42
+ .br
43
+ \fIr bitrate\fR = 0.75 yields around 15:1 compression
44
+ .RE
45
+ .RE
46
+ .TP
47
+ .I <outext>
48
+ the extension of the compressed output file.
49
+ To construct the output filename, \fBcwsq\fR takes the
50
+ input filename and replaces its extension with the one
51
+ specified here.
52
+ .TP
53
+ .I <image file>
54
+ the input file, either an IHead file or raw pixmap file,
55
+ containing the fingerprint image to be compressed.
56
+ .TP
57
+ \fB-raw_in \fIw\fR,\fIh\fR,\fId\fR,[\fIppi\fR]
58
+ the attributes of the input image. This option must
59
+ be included on the command line if the input is a
60
+ raw pixmap file.
61
+ .br
62
+ .RS
63
+ .TP
64
+ .I w
65
+ the pixel width of the pixmap
66
+ .TP
67
+ .I h
68
+ the pixel height of the pixmap
69
+ .TP
70
+ .I d
71
+ the pixel depth of the pixmap
72
+ .TP
73
+ .I ppi
74
+ the optional scan resolution of the image in integer units of
75
+ pixels per inch.
76
+ .RE
77
+ .TP
78
+ .I comment file
79
+ an optional user-supplied ASCII comment file. (See COMMENT
80
+ OPTIONS below.)
81
+ .TP
82
+ \fB-version
83
+ \fRPrint ANSI/NIST stardand and NBIS software version.
84
+
85
+ .SH COMMENT OPTIONS
86
+ Upon successful compression, this utility generates and inserts
87
+ in the compressed output file a specially formatted comment block,
88
+ called a NISTCOM. A NISTCOM is a text-based attribute list comprised
89
+ of (name, value) pairs, one pair per text line.
90
+ The first line of a NISTCOM always has name = "NIST_COM"
91
+ and its value is always the total number of attributes included in
92
+ the list. The utility \fBrdwsqcom\fR scans a WSQ compressed file for
93
+ any and all comment blocks. Once found, the contents of each comment
94
+ block is printed to standard output. Using this utility, the NISTCOM
95
+ provides easy access to relevant image attributes. The following is
96
+ an example NISTCOM generated by \fBcwsq\fR:
97
+
98
+ .RS
99
+ NIST_COM 9
100
+ .br
101
+ PIX_WIDTH 500
102
+ .br
103
+ PIX_HEIGHT 500
104
+ .br
105
+ PIX_DEPTH 8
106
+ .br
107
+ PPI 500
108
+ .br
109
+ LOSSY 1
110
+ .br
111
+ COLORSPACE GRAY
112
+ .br
113
+ COMPRESSION WSQ
114
+ .br
115
+ WSQ_BITRATE 0.750000
116
+
117
+ .RE
118
+ \fBCwsq\fR also accepts an optional comment file on the command
119
+ line. If provided, the contents of this file are also inserted
120
+ into the compressed output file. If the comment file is a
121
+ NISTCOM attribute list, then its contents are merged with the
122
+ NISTCOM internally generated by \fBcwsq\fR and a single NISTCOM
123
+ is written to the compressed output file. Note that \fBcwsq\fR
124
+ gives precedence to internally generated attribute values.
125
+ If the user provides a non-NISTCOM comment file,
126
+ then the contents of file are stored to a separate comment block in
127
+ the output file. Using these comment options enables the user
128
+ to store application-specific information in a WSQ file.
129
+
130
+ .SH EXAMPLES
131
+ From \fItest/imgtools/execs/cwsq/cwsq.src\fR:
132
+ .PP
133
+ .RS
134
+ .B % cwsq .75 wsq finger.raw -r 500,500,8,500
135
+ .br
136
+ compresses a raw fingerprint pixmap.
137
+
138
+ .SH SEE ALSO
139
+ .BR dpyimage (1G),
140
+ .BR dwsq (1G),
141
+ .BR rdwsqcom (1G),
142
+ .BR wrwsqcom (1G)
143
+
144
+ .SH AUTHOR
145
+ NIST/ITL/DIV894/Image Group
@@ -0,0 +1,59 @@
1
+ .\" @(#)datainfo.1 2008/10/02 NIST
2
+ .\" I Image Group
3
+ .\" G. T. Candela & Craig I. Watson
4
+ .\"
5
+ .TH DATAINFO 1B "02 October 2008" "NIST" "NBIS Reference Manual"
6
+ .SH NAME
7
+ datainfo \- shows the header information of a PCASYS data file.
8
+ .SH SYNOPSIS
9
+ .B datainfo
10
+ .I <datafile>
11
+ .SH DESCRIPTION
12
+ .B Datainfo
13
+ reads the header information from a PCASYS data file and writes a
14
+ short report of this information to the standard output.
15
+
16
+ The file must be in one of the official PCASYS
17
+ data file formats, which are "matrix" (matrix of floating point
18
+ numbers), "covariance" (covariance matrix of floating point numbers,
19
+ with only the nonstrict lower triangle stored since a covariance
20
+ matrix is symmetric), and "classes" (classes, represented as
21
+ unsigned characters, which are thought of as being integers in the
22
+ range 0 through 255). PCASYS data files come in these three types,
23
+ and can be either "ascii" or "binary", so there are really 6 types
24
+ in all.
25
+
26
+ Datainfo reports the description string of the data file,
27
+ its type (matrix, etc.), whether it is ascii or binary, and then
28
+ some final information specific to the file type: if matrix,
29
+ the two dimensions; if covariance, the order (of the symmetric
30
+ covariance matrix, i.e. the number that both dimensions equal) and
31
+ the number of input vectors used to make the covariance; if classes,
32
+ the number of elements.
33
+
34
+ .SH OPTIONS
35
+ .TP
36
+ .I <datafile>
37
+ Data file whose header information is to be reported.
38
+ .TP
39
+ \fB-version
40
+ \fRPrint ANSI/NIST stardand and NBIS software version.
41
+
42
+ .SH EXAMPLE(S)
43
+ From \fItest/pcasys/execs/datainfo/datainfo.src\fR:
44
+ .PP
45
+ .RS
46
+ .B % datainfo ../../data/oas/fv1-9.cls >& fv1-9cls.dat
47
+ .PP
48
+ .B % datainfo ../../data/oas/fv1.oas >& fv1oas.dat
49
+ .PP
50
+ .B % datainfo ../meancov/fv1-9.cov >& fv1-9cov.dat
51
+ .br
52
+ Prints out the file header information for the various types
53
+ of files, class (fv1-9.cls), orientation arrays (fv1.oas),
54
+ and covariance (fv1-9.cov).
55
+ .SH "SEE ALSO"
56
+ chgdesc (1B)
57
+
58
+ .SH AUTHOR
59
+ NIST/ITL/DIV894/Image Group
@@ -0,0 +1,71 @@
1
+ .\" @(#)diffbyts.1 2008/10/02 NIST
2
+ .\" I Image Group
3
+ .\" Craig Watson
4
+ .\"
5
+ .TH DIFFBYTS 1G "02 October 2008" "NIST" "NBIS Reference Manual"
6
+ .SH NAME
7
+ diffbyts \- takes two binary data files and compares them byte
8
+ for byte, compiling a cumulative histogram of differences.
9
+ .SH SYNOPSIS
10
+ .B diffbyts
11
+ .I <file1>
12
+ .I <file2>
13
+
14
+ .SH DESCRIPTION
15
+ .B Diffbyts
16
+ takes as input two binary files of equal length and compares the
17
+ contents between the two files byte for byte. The differences
18
+ between corresponding pairs of bytes are accumulated into a histogram,
19
+ where each bin in the histogram represents the integer difference
20
+ between the byte pairs. Therefore, the first bin in the histogram
21
+ contains the count of all those byte pairs that are exactly the same
22
+ (a difference of 0); the next bin contains the count of all those
23
+ byte pairs that are different by exactly 1; and so on.
24
+
25
+ Upon completion, this utility prints a formatted report of the
26
+ accumulated histogram to standard output. Each difference
27
+ bin in the histogram is listed on separate line in the report
28
+ and formatted at follows:
29
+
30
+ .RS
31
+ d[\fIb\fR] = \fIc\fR : \fIp\fR
32
+ .RE
33
+ .br
34
+ where
35
+ .br
36
+ .RS
37
+ .TP
38
+ .I b
39
+ is the current bin's byte pair difference.
40
+ .TP
41
+ .I c
42
+ is the number of corresponding byte pairs with difference
43
+ equal to \fIb\fR.
44
+ .TP
45
+ .I p
46
+ is the cumulative percentage of corresponding pairs of bytes
47
+ counted in all the bins up to and including the current bin.
48
+ .RE
49
+
50
+ .SH OPTIONS
51
+ .TP
52
+ .I <file1>
53
+ a binary file to be compared byte for byte to \fIfile2\fR.
54
+ .TP
55
+ .I <file2>
56
+ a binary file to be compared byte for byte to \fIfile1\fR.
57
+ .TP
58
+ \fB-version
59
+ \fRPrint ANSI/NIST stardand and NBIS software version.
60
+
61
+ .SH EXAMPLES
62
+ From \fItest/imgtools/execs/diffbyts/diffbyts.src\fR:
63
+ .RS
64
+ .PP
65
+ .B % diffbyts ../../data/finger/gray/raw/finger.raw ../dwsq/finger.raw > finger.hst
66
+ .br
67
+ compiles and stores a byte-difference histogram reporting
68
+ the amount of image degradation due to lossy WSQ compression.
69
+
70
+ .SH AUTHOR
71
+ NIST/ITL/DIV894/Image Group
@@ -0,0 +1,21 @@
1
+ .\" @(#)djp2k1 2008/10/02 NIST
2
+ .\" I Image Group
3
+ .\" Kenneth Ko
4
+ .\"
5
+ .TH DJP2K 1G "20 May 2009" "NIST" "NBIS Reference Manual"
6
+ .SH NAME
7
+ djp2k \- Decompress a JPEG2000 image into either pnm or raw image format. This is based on the j2k_to_image application implemented in the OPENJPEG library.
8
+ .br
9
+ .SH DESCRIPTION
10
+ .B Djp2k
11
+ takes as input a file containing an JPEG2000 fingerprint image, decompresses it to either pnm or raw image format, and writes to a new file. This is an implementation of the JPEG 2000 standard for decompression of image files. Go to \fIhttp://www.openjpeg.org\fR for the full details on how to use the application.
12
+
13
+ .SH SEE ALSO
14
+ .BR cjp2k (1G),
15
+ .BR dpyimage (1G),
16
+ .BR dwsq (1G),
17
+ .BR rdwsqcom (1G),
18
+ .BR wrwsqcom (1G)
19
+
20
+ .SH AUTHOR
21
+ NIST/ITL/DIV894/Image Group