在Windows 10中使用NBIS时出错

时间:2017-08-22 13:14:42

标签: windows cygwin windows-10 fingerprint

我使用CygWin在Windows 10中构建了NBIS项目(来自NIST的5.0.0版)(当然,使用CMake,MSYS和WinGW)。

然而,当我尝试在CygWin中使用它的命令时,事实证明我无法使用它们。例如,我尝试使用命令 cjpeg 将位于 misc / sivv / data / images 中的提供的BMP图像转换为JPEG,转换后的图像已创建但不能打开。此外,打印日志显示错误如下:

//These are some parts of the full log
<standard input>:1390: a special character is invalid within \X
...
<standard input>:1392: cannot use character `:' as a starting delimiter
...
<standard input>:1397: warning: numeric expression expected (got `l')
...
<standard input>:1399: warning [p 132, 2.2i]: cannot adjust line
<standard input>:1399: warning [p 132, 2.3i]: can't break line
<standard input>:1399: warning [p 132, 2.5i]: can't break line
<standard input>:1399: warning [p 132, 2.7i]: can't break line
<standard input>:1399: warning [p 132, 2.8i]: cannot adjust line
<standard input>:1399: warning [p 132, 3.0i]: can't break line
grotty:<standard input> (<standard input>):400789: X command without `tty:' tag ignored
grotty:<standard input> (<standard input>):401620: missing argument

我尝试的另一个命令是 nfiq ,用于评估提供的ANSI / NIST图像文件并获得质量值。使用位于 misc / an2kconvert / testdata 中的valid1.1.an2图像文件,错误显示如下:

//These are some parts of the full log
1.01:1291.02:02011.03:122004011.04:CAR1.05:199801031.07:ABCDE‐                                            
ä
FGHT1.08:FND‐                                                                                             
ø
JSFHKW1.09:12345678901.11:19.691.12:19.692.001:2312.002:002.005:Y2.009:
A12345678L2.015:AV123452.018:JOHN,CÂIN‐TON2.020:WV2.022:199805072.024:M2
.025:I2.027:5002.029:2002.031:BRO2.032:BLK2.041:10643VAN‐....<U+0094>
ÿÿÿÿÿ^B^B.ÿ ÿ¢^B^B^B2p^D&i....ý¸ÿ¥....<U+0085>

(是的,无法理解。)

为了运行大部分剩余的命令,NBIS回复了我

What manual page do you want?

由于我找不到任何对这类错误的引用,您能否给我任何建议或建议来解决这些错误?提前谢谢。

0 个答案:

没有答案