Skip to content
Paul Zabelin edited this page Jan 20, 2019 · 10 revisions

Tests

  1. Unit Specs run fast without host app against the dynamic swift framework
  2. App Specs
    • Snapshot test against the expected image
    • Performance test
    • Accelerate framework test using Apple’s implementation of LAPACK: Linear Algebra PACKage , see dgetrs()
    • Algebraic method test to compare with the known solution
  3. OpenCV test on Mac compares the result with findHomography method
Clone this wiki locally