Skip to content

Releases: usnistgov/slapseg

SlapSeg III Validation (202203311259)

31 Mar 17:26
validation-202203311259
0d2bf31
Compare
Choose a tag to compare
  • Correct issue with config directory name in archive.
  • Compress output with xz.

SlapSeg III Validation (202202141510)

14 Feb 20:22
validation-202202141510
1d1ad3c
Compare
Choose a tag to compare

Updates validation for Ubuntu 20.04.03 LTS, C++17, and other minor changes.

SlapSeg III Validation (202006111520)

11 Jun 20:28
validation_202006111520
1c1dc3f
Compare
Choose a tag to compare

Updates upper palm images.

SlapSeg III Validation (201907011047)

01 Jul 16:01
validation_201907011047
3f0574b
Compare
Choose a tag to compare

Ensure participant uses uppercase hexadecimal value for version string in library name.

SlapSeg III Validation (01905031344)

03 May 19:43
validation_201905031344
Compare
Choose a tag to compare
  • Check that at least one Deficiency is set if setting ReturnStatus::Code::RequestRecapture[WithAttempt]. (f89bf60)
  • Removed a check that disallowed ReturnStatus::Code::RequestRecapture[WithAttempt] being set from determineOrientation(). We're ultimately only recording the returned Orientation on ReturnStatus::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 any SegmentationPositions. (ff3bf72)
  • Ensure deficiencies are logged when setting ReturnStatus::Code::RequestRecapture. (8b8be3b)
  • Set that the correct quantity of SegmentationPositions 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)

03 May 19:33
validation_201904181035
8156a3b
Compare
Choose a tag to compare
  • Fixed a bug where setting SlapImage::Orientation::Thumb for a SlapImage::Kind::ThreeInch slap would be rejected by validation (4a67e63).
  • Allow a tolerance of 0.3 degrees away from rectangular when returning rotated segmentation positions (414aa73).

SlapSeg III Validation (201904091457)

09 Apr 19:11
validation_201904091457
7b23437
Compare
Choose a tag to compare
  • Fixes the orientation log error check.

SlapSeg III Validation (201904051243)

05 Apr 19:20
validation_201904051243
763233d
Compare
Choose a tag to compare
  • Fixes a bug where coordinates for SegmentationPosition's with Result::Code != Success were written and validated. These should have been written as NA 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)

27 Feb 17:34
validation_201902271132
fd3d05e
Compare
Choose a tag to compare
  • Fixes a bug with random noise images.
  • Skips whitespace when reading files (#1).

SlapSeg III Validation (201902131227)

13 Feb 18:53
289a3d5
Compare
Choose a tag to compare
validation_201902131227

Add validation script.