Releases: usnistgov/slapseg
Releases · usnistgov/slapseg
SlapSeg III Validation (202203311259)
- Correct issue with config directory name in archive.
- Compress output with
xz
.
SlapSeg III Validation (202202141510)
Updates validation for Ubuntu 20.04.03 LTS, C++17, and other minor changes.
SlapSeg III Validation (202006111520)
Updates upper palm images.
SlapSeg III Validation (201907011047)
Ensure participant uses uppercase hexadecimal value for version string in library name.
SlapSeg III Validation (01905031344)
- Check that at least one
Deficiency
is set if settingReturnStatus::Code::RequestRecapture[WithAttempt]
. (f89bf60) - Removed a check that disallowed
ReturnStatus::Code::RequestRecapture[WithAttempt]
being set fromdetermineOrientation()
. We're ultimately only recording the returnedOrientation
onReturnStatus::Code::Success
, so if you want to provide the extra recapture information, it does not make a difference. (f4c4c29) - When printing the message about failure
ReturnStatus
codes, ignore errors from the canary images. We fully expect errors to be raised from these images, we just don't want you to crash on them. (9f21adc) - Check for successful segmentation
ReturnStatus
that do not set anySegmentationPosition
s. (ff3bf72) - Ensure deficiencies are logged when setting
ReturnStatus::Code::RequestRecapture
. (8b8be3b) - Set that the correct quantity of
SegmentationPosition
s are recorded (instead of NA) in failure conditions. (2905c7a) - If printing that a failure
ReturnStatus::Code
was returned, print this as a warning to be more visible to the user. (038712b)
SlapSeg III Validation (201904181035)
SlapSeg III Validation (201904091457)
- Fixes the orientation log error check.
SlapSeg III Validation (201904051243)
- Fixes a bug where coordinates for
SegmentationPosition
's withResult::Code != Success
were written and validated. These should have been written asNA
and ignored when validating. - Cleans up
slapsegiii.h
and increments the API minor version. - Additional improvements in error reporting in the validation script.
SlapSeg III Validation (201902271132)
- Fixes a bug with random noise images.
- Skips whitespace when reading files (#1).
SlapSeg III Validation (201902131227)
validation_201902131227 Add validation script.