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,255 @@
1
+ /*******************************************************************************
2
+
3
+ License:
4
+ This software and/or related materials was developed at the National Institute
5
+ of Standards and Technology (NIST) by employees of the Federal Government
6
+ in the course of their official duties. Pursuant to title 17 Section 105
7
+ of the United States Code, this software is not subject to copyright
8
+ protection and is in the public domain.
9
+
10
+ This software and/or related materials have been determined to be not subject
11
+ to the EAR (see Part 734.3 of the EAR for exact details) because it is
12
+ a publicly available technology and software, and is freely distributed
13
+ to any interested party with no licensing requirements. Therefore, it is
14
+ permissible to distribute this software as a free download from the internet.
15
+
16
+ Disclaimer:
17
+ This software and/or related materials was developed to promote biometric
18
+ standards and biometric technology testing for the Federal Government
19
+ in accordance with the USA PATRIOT Act and the Enhanced Border Security
20
+ and Visa Entry Reform Act. Specific hardware and software products identified
21
+ in this software were used in order to perform the software development.
22
+ In no case does such identification imply recommendation or endorsement
23
+ by the National Institute of Standards and Technology, nor does it imply that
24
+ the products and equipment identified are necessarily the best available
25
+ for the purpose.
26
+
27
+ This software and/or related materials are provided "AS-IS" without warranty
28
+ of any kind including NO WARRANTY OF PERFORMANCE, MERCHANTABILITY,
29
+ NO WARRANTY OF NON-INFRINGEMENT OF ANY 3RD PARTY INTELLECTUAL PROPERTY
30
+ or FITNESS FOR A PARTICULAR PURPOSE or for any purpose whatsoever, for the
31
+ licensed product, however used. In no event shall NIST be liable for any
32
+ damages and/or costs, including but not limited to incidental or consequential
33
+ damages of any kind, including economic damage or injury to property and lost
34
+ profits, regardless of whether NIST shall be advised, have reason to know,
35
+ or in fact shall know of the possibility.
36
+
37
+ By using this software, you agree to bear all risk relating to quality,
38
+ use and performance of the software and/or related materials. You agree
39
+ to hold the Government harmless from any claim arising from your use
40
+ of the software.
41
+
42
+ *******************************************************************************/
43
+
44
+
45
+ /* Source proted from Jaguar by Michael D. Garris onto Bell Box */
46
+ /* magi display.h */
47
+
48
+ #include <math.h>
49
+ #include <memory.h>
50
+
51
+ #ifndef TRUE
52
+ #define TRUE 1
53
+ #define FALSE 0
54
+ #endif
55
+
56
+ #define ON TRUE
57
+ #define OFF FALSE
58
+ #define START_X 0
59
+ #define START_Y 0
60
+ #define WIDTH 8.5
61
+ #define HEIGHT 11.0
62
+ #define BORDER_WIDTH 1
63
+ #define BYTE_SIZE 8.0
64
+ #define SCREEN_HEIGHT 900 /* sun moniter settings */
65
+ #define SCREEN_WIDTH 1152 /* sun moniter settings */
66
+ #define TOP_WINDOW_BORDER 29 /* sun moniter settings */
67
+ #define BOTTOM_WINDOW_BORDER 15 /* sun moniter settings */
68
+ #define SIDE_WINDOW_BORDER 7 /* sun moniter settings */
69
+ #define WD_SIZE 16.0
70
+ #define BPI 100
71
+ #define ORIG_BPI 300
72
+ #define PPI 83.0
73
+ #define word_align(_t) \
74
+ (int)((double)ceil((double)((_t)/(float)WD_SIZE))*WD_SIZE)
75
+ #define PIX_WIDTH(bpi) ((int)(word_align(bpi * WIDTH)))
76
+ #define PIX_HEIGHT(bpi) ((int)(bpi * HEIGHT))
77
+ #define WORD_WIDTH(bpi) ((int)(PIX_WIDTH(bpi) / WD_SIZE))
78
+ #define BYTE_WIDTH(bpi) ((int)(PIX_WIDTH(bpi) / BYTE_SIZE))
79
+ #define FILE_SIZE(bpi) (BYTE_WIDTH(bpi) * PIX_HEIGHT(bpi))
80
+ #define VertexAbsolute 0x0000
81
+ #define CONSOLE ""
82
+
83
+ #define XMOpenDisplay(display) \
84
+ if((display = XOpenDisplay(CONSOLE)) == NULL) { \
85
+ fprintf(stderr,"Unable to open display.\n"); \
86
+ exit(-1); \
87
+ }
88
+
89
+ #define XMWindowDefaults(display,rtwindow,screen,s_id,visual); \
90
+ { screen = XDefaultScreenOfDisplay(display); \
91
+ rtwindow = DefaultRootWindow(display); \
92
+ s_id = DefaultScreen(display); \
93
+ visual = XDefaultVisualOfScreen(screen); \
94
+ }
95
+
96
+ #define XMSetHints(hints,_x,_y,_w,_h,_flags); \
97
+ { hints.x = _x; \
98
+ hints.y = _y; \
99
+ hints.width = _w; \
100
+ hints.height = _h; \
101
+ hints.flags = _flags; \
102
+ }
103
+
104
+ #define XMCreateSimpleWindow(display,rtwindow,s_id,hints) \
105
+ XCreateSimpleWindow(display,rtwindow, \
106
+ hints.x,hints.y, \
107
+ hints.width,hints.height,BORDER_WIDTH, \
108
+ BlackPixel(display,s_id), \
109
+ WhitePixel(display,s_id))
110
+
111
+ #define XMLoadImageFromBitmapFile(display,visual,fname,bpi,image); \
112
+ { FILE *_fp; \
113
+ char *_data; \
114
+ if((_fp = fopen(fname,"r")) == NULL){ \
115
+ fprintf(stderr,"Unable to open file: %s\n",fname); \
116
+ exit(-1); \
117
+ } \
118
+ _data = (char *)malloc(FILE_SIZE(bpi)); \
119
+ fread(_data,sizeof(unsigned char), FILE_SIZE(bpi),_fp); \
120
+ fclose(_fp); \
121
+ image = XCreateImage(display,visual,1,XYBitmap,0,_data,PIX_WIDTH(bpi), \
122
+ PIX_HEIGHT(bpi),((int)WD_SIZE),BYTE_WIDTH(bpi)); \
123
+ }
124
+
125
+ #define XMDragRectangle(_disp,_win,_gc,_ox,_oy,_w,_h,_sim,_ix,_iy,_iw,_ih) \
126
+ { int _x,_y,_rx,_ry,_rel = FALSE; \
127
+ int _dx,_dy,_dw,_dh; \
128
+ unsigned int _k; \
129
+ Window _rptr,_cptr; \
130
+ XEvent _event; \
131
+ XQueryPointer(_disp,_win,&_rptr,&_cptr,&_rx,&_ry,&_ox,&_oy,&_k); \
132
+ _x = _ox; _y = _oy; \
133
+ while(!_rel){ \
134
+ XNextEvent(_disp,&_event); \
135
+ switch(_event.type){ \
136
+ case ButtonRelease: \
137
+ _rel = TRUE; \
138
+ break; \
139
+ case MotionNotify: \
140
+ if((_x != _ox) || (_y != _oy)) \
141
+ XPutImage(_disp,_win,_gc,_sim,0,0,_dx-1,_dy-1,_dw+2,_dh+2); \
142
+ XQueryPointer(_disp,_win,&_rptr,&_cptr,&_rx,&_ry,&_x,&_y,&_k); \
143
+ _w = _x - _ox; _h = _y - _oy; \
144
+ _dx = (_w > 0) ? _ox : (_ox + _w -1); \
145
+ _dy = (_h > 0) ? _oy : (_oy + _h -1); \
146
+ _dw = abs(_w); \
147
+ _dh = abs(_h); \
148
+ _ix = _dx-1; _iy = _dy-1;_iw = _dw+2;_ih = _dh+2; \
149
+ _sim = XGetImage(_disp,_win,_ix,_iy,_iw,_ih,1,XYPixmap); \
150
+ XDrawRectangle(_disp,_win,_gc,_dx,_dy,_dw,_dh); \
151
+ XSync(_disp,TRUE); \
152
+ break; \
153
+ } \
154
+ } \
155
+ _ox=_dx; \
156
+ _oy=_dy; \
157
+ _w=_dw; \
158
+ _h=_dh; \
159
+ }
160
+
161
+ #define XMCreateImageFromHeader(_image,_disp,_vis,_data,_hdr) \
162
+ { \
163
+ int _d,_w,_h,_a,_u,_bpl; \
164
+ sscanf(_hdr->depth,"%d",&_d); \
165
+ sscanf(_hdr->width,"%d",&_w); \
166
+ sscanf(_hdr->height,"%d",&_h); \
167
+ sscanf(_hdr->align,"%d",&_a); \
168
+ sscanf(_hdr->unitsize,"%d",&_u); \
169
+ _bpl = (int)(_w/BYTE_SIZE); \
170
+ _image = XCreateImage(_disp,_vis,_d,XYBitmap,0,_data,_w,_h,_a,_bpl); \
171
+ _image->bitmap_unit = _u; \
172
+ switch(_hdr->byte_order){ \
173
+ case HILOW: \
174
+ _image->byte_order = MSBFirst; \
175
+ break; \
176
+ case LOWHI: \
177
+ _image->byte_order = LSBFirst; \
178
+ break;\
179
+ } \
180
+ }
181
+
182
+ #define XMCreateBellImage(_im,_disp,_vis,_data,_w,_h,_a) \
183
+ { \
184
+ _im=XCreateImage(_disp,_vis,1,XYBitmap,0,((char *)_data), \
185
+ _w,_h,_a,((int)(_w/BYTE_SIZE))); \
186
+ _im->byte_order=MSBFirst; \
187
+ _im->bitmap_unit=(int) WD_SIZE; \
188
+ }
189
+
190
+
191
+ #define XMGetSubImageData(_sdata,_sx,_sy,_sw,_sh,_ddata,_dw,_dh) \
192
+ { \
193
+ int _sxb,_dbw,_sbw,_dindex=0,_sindex,_i; \
194
+ _sbw=(int)(_sw/BYTE_SIZE); \
195
+ _dbw=(int)(_dw/BYTE_SIZE); \
196
+ _sx=(int)(((int)(_sx/BYTE_SIZE))*BYTE_SIZE); \
197
+ if(_sx<0) \
198
+ _sx=0; \
199
+ else{ \
200
+ if(_sx > (_sw - _dw)) \
201
+ _sx = (_sw - _dw); \
202
+ } \
203
+ _sxb=(int)(_sx/BYTE_SIZE); \
204
+ if(_sy<0) \
205
+ _sy=0; \
206
+ else{ \
207
+ if(_sy > (_sh - _dh)) \
208
+ _sy = _sh - _dh; \
209
+ } \
210
+ _sindex=(_sy*_sbw)+_sxb; \
211
+ for(_i=0;_i<_dh;_i++){ \
212
+ memcpy(&(_ddata[_dindex]),&(_sdata[_sindex]),_dbw); \
213
+ _dindex+=_dbw; \
214
+ _sindex+=_sbw; \
215
+ } \
216
+ }
217
+
218
+ #define XMImageScrollLoop(_dsp,_win,_gc,_im,_ww,_wh,_sdata,_sw,_sh,_rx,_ry,_ax,_ay) \
219
+ { int _mx,_my,_rel = 0; \
220
+ XEvent _event; \
221
+ Window _rwin,_cwin; \
222
+ unsigned int _k; \
223
+ while(!_rel){ \
224
+ XNextEvent(_dsp,&_event); \
225
+ switch(_event.type){ \
226
+ case ButtonPress: \
227
+ switch(XMButton(_event)){ \
228
+ case 1: \
229
+ XQueryPointer(_dsp,_win,&_rwin,&_cwin,&_mx,&_my, \
230
+ &_rx,&_ry,&_k); \
231
+ _rx+=_ax; _ry+=_ay; \
232
+ XMGetSubImageData(_sdata,_rx,_ry,_sw,_sh, \
233
+ _im->data,_ww,_wh); \
234
+ _ax=_rx; _ay=_ry; \
235
+ XClearWindow(_dsp,_win); \
236
+ XPutImage(_dsp,_win,_gc,_im,0,0,0,0,_ww,_wh); \
237
+ break; \
238
+ case 3: \
239
+ XQueryPointer(_dsp,_win,&_rwin,&_cwin, \
240
+ &_mx,&_my,&_rx,&_ry,&_k); \
241
+ _rx+=(_ax-_ww); _ry+=(_ay-_wh); \
242
+ XMGetSubImageData(_sdata,_rx,_ry,_sw,_sh, \
243
+ _im->data,_ww,_wh); \
244
+ _ax=_rx; _ay=_ry; \
245
+ XClearWindow(_dsp,_win); \
246
+ XPutImage(_dsp,_win,_gc,_im,0,0,0,0,_ww,_wh); \
247
+ break; \
248
+ } \
249
+ break; \
250
+ case KeyRelease: \
251
+ _rel = 1; \
252
+ break; \
253
+ } \
254
+ } \
255
+ }
@@ -0,0 +1,71 @@
1
+ /*******************************************************************************
2
+
3
+ License:
4
+ This software and/or related materials was developed at the National Institute
5
+ of Standards and Technology (NIST) by employees of the Federal Government
6
+ in the course of their official duties. Pursuant to title 17 Section 105
7
+ of the United States Code, this software is not subject to copyright
8
+ protection and is in the public domain.
9
+
10
+ This software and/or related materials have been determined to be not subject
11
+ to the EAR (see Part 734.3 of the EAR for exact details) because it is
12
+ a publicly available technology and software, and is freely distributed
13
+ to any interested party with no licensing requirements. Therefore, it is
14
+ permissible to distribute this software as a free download from the internet.
15
+
16
+ Disclaimer:
17
+ This software and/or related materials was developed to promote biometric
18
+ standards and biometric technology testing for the Federal Government
19
+ in accordance with the USA PATRIOT Act and the Enhanced Border Security
20
+ and Visa Entry Reform Act. Specific hardware and software products identified
21
+ in this software were used in order to perform the software development.
22
+ In no case does such identification imply recommendation or endorsement
23
+ by the National Institute of Standards and Technology, nor does it imply that
24
+ the products and equipment identified are necessarily the best available
25
+ for the purpose.
26
+
27
+ This software and/or related materials are provided "AS-IS" without warranty
28
+ of any kind including NO WARRANTY OF PERFORMANCE, MERCHANTABILITY,
29
+ NO WARRANTY OF NON-INFRINGEMENT OF ANY 3RD PARTY INTELLECTUAL PROPERTY
30
+ or FITNESS FOR A PARTICULAR PURPOSE or for any purpose whatsoever, for the
31
+ licensed product, however used. In no event shall NIST be liable for any
32
+ damages and/or costs, including but not limited to incidental or consequential
33
+ damages of any kind, including economic damage or injury to property and lost
34
+ profits, regardless of whether NIST shall be advised, have reason to know,
35
+ or in fact shall know of the possibility.
36
+
37
+ By using this software, you agree to bear all risk relating to quality,
38
+ use and performance of the software and/or related materials. You agree
39
+ to hold the Government harmless from any claim arising from your use
40
+ of the software.
41
+
42
+ *******************************************************************************/
43
+
44
+
45
+ #ifndef _DPY_H
46
+ #define _DPY_H
47
+
48
+ #include <sys/param.h>
49
+
50
+ #define DPY_NORM 0
51
+ #define DPY_PIPE 1
52
+ #define DPY_TMP 2
53
+
54
+ #define DEF_BORDER_WIDTH 4
55
+ #define DEF_SLEEPTIME 2
56
+ #define DEF_TMPDIR "/tmp"
57
+
58
+ #define OUTFILE_DIRMODE 0700
59
+ #define OUTFILE_DIRFMT "%s/dpy_%d"
60
+ #define OUTFILE_FMT "%s/dpy_%d/%d"
61
+ #define OUTFILE_EXT ".ctrl"
62
+
63
+ struct header_t {
64
+ char filename[MAXPATHLEN];
65
+ unsigned int iw, ih, depth, whitepix;
66
+ int align;
67
+ };
68
+
69
+ #define HEADERSIZE (sizeof(struct header_t))
70
+
71
+ #endif /* !_DPY_H */
@@ -0,0 +1,72 @@
1
+ /*******************************************************************************
2
+
3
+ License:
4
+ This software and/or related materials was developed at the National Institute
5
+ of Standards and Technology (NIST) by employees of the Federal Government
6
+ in the course of their official duties. Pursuant to title 17 Section 105
7
+ of the United States Code, this software is not subject to copyright
8
+ protection and is in the public domain.
9
+
10
+ This software and/or related materials have been determined to be not subject
11
+ to the EAR (see Part 734.3 of the EAR for exact details) because it is
12
+ a publicly available technology and software, and is freely distributed
13
+ to any interested party with no licensing requirements. Therefore, it is
14
+ permissible to distribute this software as a free download from the internet.
15
+
16
+ Disclaimer:
17
+ This software and/or related materials was developed to promote biometric
18
+ standards and biometric technology testing for the Federal Government
19
+ in accordance with the USA PATRIOT Act and the Enhanced Border Security
20
+ and Visa Entry Reform Act. Specific hardware and software products identified
21
+ in this software were used in order to perform the software development.
22
+ In no case does such identification imply recommendation or endorsement
23
+ by the National Institute of Standards and Technology, nor does it imply that
24
+ the products and equipment identified are necessarily the best available
25
+ for the purpose.
26
+
27
+ This software and/or related materials are provided "AS-IS" without warranty
28
+ of any kind including NO WARRANTY OF PERFORMANCE, MERCHANTABILITY,
29
+ NO WARRANTY OF NON-INFRINGEMENT OF ANY 3RD PARTY INTELLECTUAL PROPERTY
30
+ or FITNESS FOR A PARTICULAR PURPOSE or for any purpose whatsoever, for the
31
+ licensed product, however used. In no event shall NIST be liable for any
32
+ damages and/or costs, including but not limited to incidental or consequential
33
+ damages of any kind, including economic damage or injury to property and lost
34
+ profits, regardless of whether NIST shall be advised, have reason to know,
35
+ or in fact shall know of the possibility.
36
+
37
+ By using this software, you agree to bear all risk relating to quality,
38
+ use and performance of the software and/or related materials. You agree
39
+ to hold the Government harmless from any claim arising from your use
40
+ of the software.
41
+
42
+ *******************************************************************************/
43
+
44
+
45
+ /***********************************************************************
46
+ PACKAGE: ANSI/NIST 2007 Standard Reference Implementation
47
+
48
+ FILE: DPYAN2K.H
49
+
50
+ AUTHORS: Michael D. Garris
51
+ Stan Janet
52
+ DATE: 03/07/2001
53
+ UPDATED: 05/10/2005 by MDG
54
+ UPDATED: 01/31/2008 by Kenneth Ko
55
+ UPDATED: 02/27/2008 by Joseph C. Konczal
56
+ UPDATED: 09/04/2008 by Kenneth Ko
57
+
58
+ ***********************************************************************/
59
+ #ifndef _DYPYAN2K_H
60
+ #define _DYPYAN2K_H
61
+
62
+ #include <an2k.h>
63
+ #include <dpyimage.h>
64
+
65
+ /*********************************************************************/
66
+ /* dpyan2k.c */
67
+ extern int dpyan2k(const char *, const REC_SEL *const);
68
+ extern int dpyan2k_record(const int, const ANSI_NIST *);
69
+ extern int dpyan2k_binary_record(const int, const ANSI_NIST *);
70
+ extern int dpyan2k_tagged_record(const int, const ANSI_NIST *);
71
+
72
+ #endif /* !_DPYAN2K_H */
@@ -0,0 +1,78 @@
1
+ /*******************************************************************************
2
+
3
+ License:
4
+ This software and/or related materials was developed at the National Institute
5
+ of Standards and Technology (NIST) by employees of the Federal Government
6
+ in the course of their official duties. Pursuant to title 17 Section 105
7
+ of the United States Code, this software is not subject to copyright
8
+ protection and is in the public domain.
9
+
10
+ This software and/or related materials have been determined to be not subject
11
+ to the EAR (see Part 734.3 of the EAR for exact details) because it is
12
+ a publicly available technology and software, and is freely distributed
13
+ to any interested party with no licensing requirements. Therefore, it is
14
+ permissible to distribute this software as a free download from the internet.
15
+
16
+ Disclaimer:
17
+ This software and/or related materials was developed to promote biometric
18
+ standards and biometric technology testing for the Federal Government
19
+ in accordance with the USA PATRIOT Act and the Enhanced Border Security
20
+ and Visa Entry Reform Act. Specific hardware and software products identified
21
+ in this software were used in order to perform the software development.
22
+ In no case does such identification imply recommendation or endorsement
23
+ by the National Institute of Standards and Technology, nor does it imply that
24
+ the products and equipment identified are necessarily the best available
25
+ for the purpose.
26
+
27
+ This software and/or related materials are provided "AS-IS" without warranty
28
+ of any kind including NO WARRANTY OF PERFORMANCE, MERCHANTABILITY,
29
+ NO WARRANTY OF NON-INFRINGEMENT OF ANY 3RD PARTY INTELLECTUAL PROPERTY
30
+ or FITNESS FOR A PARTICULAR PURPOSE or for any purpose whatsoever, for the
31
+ licensed product, however used. In no event shall NIST be liable for any
32
+ damages and/or costs, including but not limited to incidental or consequential
33
+ damages of any kind, including economic damage or injury to property and lost
34
+ profits, regardless of whether NIST shall be advised, have reason to know,
35
+ or in fact shall know of the possibility.
36
+
37
+ By using this software, you agree to bear all risk relating to quality,
38
+ use and performance of the software and/or related materials. You agree
39
+ to hold the Government harmless from any claim arising from your use
40
+ of the software.
41
+
42
+ *******************************************************************************/
43
+
44
+
45
+ /*
46
+ *
47
+ * Stan Janet
48
+ * December 4, 1990
49
+ *
50
+ */
51
+
52
+ #define XMGetSubImageDataDepth(_src,_x,_y,_srcw,_srch,_dst,_dstw,_dsth) \
53
+ { \
54
+ int _i, _dst_index, _src_index; \
55
+ \
56
+ if (_x < 0) \
57
+ _x = 0; \
58
+ else { \
59
+ if (_x > _srcw - _dstw) \
60
+ _x = (_srcw - _dstw); \
61
+ } \
62
+ \
63
+ if (_y < 0) \
64
+ _y = 0; \
65
+ else { \
66
+ if (_y > _srch - _dsth) \
67
+ _y = _srch - _dsth; \
68
+ } \
69
+ \
70
+ _src_index = _y * _srcw + _x; \
71
+ _dst_index = 0; \
72
+ _i = _dsth; \
73
+ while (_i-- > 0) { \
74
+ (void) memcpy(&(_dst[_dst_index]), &(_src[_src_index]), (int)(_dstw)); \
75
+ _dst_index += _dstw; \
76
+ _src_index += _srcw; \
77
+ } \
78
+ }
@@ -0,0 +1,110 @@
1
+ /*******************************************************************************
2
+
3
+ License:
4
+ This software and/or related materials was developed at the National Institute
5
+ of Standards and Technology (NIST) by employees of the Federal Government
6
+ in the course of their official duties. Pursuant to title 17 Section 105
7
+ of the United States Code, this software is not subject to copyright
8
+ protection and is in the public domain.
9
+
10
+ This software and/or related materials have been determined to be not subject
11
+ to the EAR (see Part 734.3 of the EAR for exact details) because it is
12
+ a publicly available technology and software, and is freely distributed
13
+ to any interested party with no licensing requirements. Therefore, it is
14
+ permissible to distribute this software as a free download from the internet.
15
+
16
+ Disclaimer:
17
+ This software and/or related materials was developed to promote biometric
18
+ standards and biometric technology testing for the Federal Government
19
+ in accordance with the USA PATRIOT Act and the Enhanced Border Security
20
+ and Visa Entry Reform Act. Specific hardware and software products identified
21
+ in this software were used in order to perform the software development.
22
+ In no case does such identification imply recommendation or endorsement
23
+ by the National Institute of Standards and Technology, nor does it imply that
24
+ the products and equipment identified are necessarily the best available
25
+ for the purpose.
26
+
27
+ This software and/or related materials are provided "AS-IS" without warranty
28
+ of any kind including NO WARRANTY OF PERFORMANCE, MERCHANTABILITY,
29
+ NO WARRANTY OF NON-INFRINGEMENT OF ANY 3RD PARTY INTELLECTUAL PROPERTY
30
+ or FITNESS FOR A PARTICULAR PURPOSE or for any purpose whatsoever, for the
31
+ licensed product, however used. In no event shall NIST be liable for any
32
+ damages and/or costs, including but not limited to incidental or consequential
33
+ damages of any kind, including economic damage or injury to property and lost
34
+ profits, regardless of whether NIST shall be advised, have reason to know,
35
+ or in fact shall know of the possibility.
36
+
37
+ By using this software, you agree to bear all risk relating to quality,
38
+ use and performance of the software and/or related materials. You agree
39
+ to hold the Government harmless from any claim arising from your use
40
+ of the software.
41
+
42
+ *******************************************************************************/
43
+
44
+
45
+ /***********************************************************************
46
+ PACKAGE: ANSI/NIST 2007 Standard Reference Implementation
47
+
48
+ FILE: DPYIMAGE.H
49
+
50
+ AUTHORS: Michael D. Garris
51
+ Stan Janet
52
+ DATE: 03/07/2001
53
+ UPDATED: 04/23/2008 by Joseph C. Konczal - added display of SEG/ASEG data
54
+ UPDATED: 09/10/2008 by Joseph C. Konczal
55
+
56
+ ***********************************************************************/
57
+ #ifndef _DPYIMAGE_H
58
+ #define _DPYIMAGE_H
59
+
60
+ #include <dpyx.h>
61
+
62
+ /* X-Window global references. */
63
+ extern unsigned int dw, dh;
64
+ extern int window_up;
65
+ extern int got_click;
66
+ extern unsigned int depth;
67
+ extern unsigned int ww, wh, iw, ih;
68
+ extern int absx, absy, relx, rely;
69
+ extern int x_1, y_1;
70
+
71
+ /* X-Window Contols & command line globals. */
72
+ extern char *program;
73
+ extern char *filename;
74
+ extern int accelerator;
75
+ extern unsigned int init_ww, init_wh;
76
+ extern int nicevalue;
77
+ extern int pointwidth;
78
+ extern char *title;
79
+ extern int wx, wy;
80
+ extern int verbose;
81
+ extern int debug;
82
+ /* Deactivated from command line: defaults used only. */
83
+ extern int automatic;
84
+ extern unsigned int sleeptime;
85
+
86
+ extern int nist_flag;
87
+ extern int iafis_flag;
88
+
89
+ /************************************************************************/
90
+ /* dpyimage.c */
91
+ extern int dpyimagepts(char *, unsigned char *, unsigned int,
92
+ unsigned int, unsigned int, unsigned int, int, int *,
93
+ int *, int *, int, const SEGMENTS *const);
94
+ extern int ImageBit8ToBit24Unit32(char **, char *, int, int);
95
+ extern void XMGetSubImageDataDepth24(char *, int, int, int, int,
96
+ char *, int, int);
97
+ extern int event_handler(XImage *, unsigned char *,
98
+ int *, int *, int *, int, const SEGMENTS *const);
99
+ extern void refresh_window(XImage *, int *, int *, int,
100
+ const SEGMENTS *const);
101
+ extern int drag_image(XImage *, unsigned char *,
102
+ int, int, int *, int *, int, const SEGMENTS *const);
103
+ extern int move_image(XImage *, unsigned char *,
104
+ int, int, int *, int *, int, const SEGMENTS *const);
105
+ extern int button_release(XEvent *, XImage *,
106
+ unsigned char *, int *, int *, int,
107
+ const SEGMENTS *const);
108
+ extern void button_press(XEvent *);
109
+
110
+ #endif
@@ -0,0 +1,107 @@
1
+ /*******************************************************************************
2
+
3
+ License:
4
+ This software and/or related materials was developed at the National Institute
5
+ of Standards and Technology (NIST) by employees of the Federal Government
6
+ in the course of their official duties. Pursuant to title 17 Section 105
7
+ of the United States Code, this software is not subject to copyright
8
+ protection and is in the public domain.
9
+
10
+ This software and/or related materials have been determined to be not subject
11
+ to the EAR (see Part 734.3 of the EAR for exact details) because it is
12
+ a publicly available technology and software, and is freely distributed
13
+ to any interested party with no licensing requirements. Therefore, it is
14
+ permissible to distribute this software as a free download from the internet.
15
+
16
+ Disclaimer:
17
+ This software and/or related materials was developed to promote biometric
18
+ standards and biometric technology testing for the Federal Government
19
+ in accordance with the USA PATRIOT Act and the Enhanced Border Security
20
+ and Visa Entry Reform Act. Specific hardware and software products identified
21
+ in this software were used in order to perform the software development.
22
+ In no case does such identification imply recommendation or endorsement
23
+ by the National Institute of Standards and Technology, nor does it imply that
24
+ the products and equipment identified are necessarily the best available
25
+ for the purpose.
26
+
27
+ This software and/or related materials are provided "AS-IS" without warranty
28
+ of any kind including NO WARRANTY OF PERFORMANCE, MERCHANTABILITY,
29
+ NO WARRANTY OF NON-INFRINGEMENT OF ANY 3RD PARTY INTELLECTUAL PROPERTY
30
+ or FITNESS FOR A PARTICULAR PURPOSE or for any purpose whatsoever, for the
31
+ licensed product, however used. In no event shall NIST be liable for any
32
+ damages and/or costs, including but not limited to incidental or consequential
33
+ damages of any kind, including economic damage or injury to property and lost
34
+ profits, regardless of whether NIST shall be advised, have reason to know,
35
+ or in fact shall know of the possibility.
36
+
37
+ By using this software, you agree to bear all risk relating to quality,
38
+ use and performance of the software and/or related materials. You agree
39
+ to hold the Government harmless from any claim arising from your use
40
+ of the software.
41
+
42
+ *******************************************************************************/
43
+
44
+
45
+ /***********************************************************************
46
+ PACKAGE: ANSI/NIST 2007 Standard Reference Implementation
47
+
48
+ FILE: DPYX.H
49
+
50
+ AUTHORS: Michael D. Garris
51
+ Stan Janet
52
+ DATE: 12/30/1990
53
+ UPDATED: 05/23/2005 by MDG
54
+ UPDATED: 04/25/2008 by Joseph C. Konczal - added display of SEG/ASEG data
55
+
56
+ ***********************************************************************/
57
+ #ifndef _DPYX_H
58
+ #define _DPYX_H
59
+
60
+ #include <X11/Xlib.h>
61
+ #include <X11/Xutil.h>
62
+ #include <X11/keysym.h>
63
+ #include <X11/keysymdef.h>
64
+
65
+ #include <limits.h>
66
+ #include <display.h>
67
+ #include <dpydepth.h>
68
+ #include <event.h>
69
+ #include <dpy.h>
70
+
71
+ #define WIN_XY_INCR 25
72
+
73
+ #define BITMAP_UNIT_24 4 /* 4 bytes ==> 32 bits */
74
+
75
+ #define PT(x,y,w,h) (((x)>=0)&&((x)<(w))&&((y)>=0)&&((y)<(h)))
76
+
77
+ #define ALL_BUTTONS ((unsigned int) (Button1Mask| \
78
+ Button2Mask| \
79
+ Button3Mask| \
80
+ Button4Mask| \
81
+ Button5Mask))
82
+
83
+
84
+ /* X-Window global references. */
85
+ extern Display *display;
86
+ extern char *display_name;
87
+ extern Window window, rw;
88
+ extern Visual *visual;
89
+ extern int screen;
90
+ extern Colormap def_cmap, cmap;
91
+ extern int cmap_size;
92
+ extern GC gc, boxgc, pointgc, seggc[3]; /* jck - added seggc */
93
+ extern unsigned long bp, wp;
94
+ extern unsigned int border_width;
95
+ extern int no_window_mgr;
96
+ extern int no_keyboard_input;
97
+
98
+ /************************************************************************/
99
+ /* dpyx.c */
100
+ extern void cleanup(void);
101
+ extern int xconnect(void);
102
+ extern int initwin(int wx, int wy, unsigned int ww,
103
+ unsigned int wh, unsigned int depth, unsigned long wp);
104
+ extern int set_gray_colormap(Display *, Colormap, unsigned int, unsigned long);
105
+ extern int gray_colormap(Colormap *, Display *, Visual **, unsigned int);
106
+
107
+ #endif /* !_DPYX_H */