-
Notifications
You must be signed in to change notification settings - Fork 15
Tests
Paul Zabelin edited this page Jan 20, 2019
·
10 revisions
- Unit Specs run fast without host app against the dynamic swift framework
- App Specs compare with image and other solutions on iOS
- Snapshot test against the expected image
- Accelerate framework test using Apple’s implementation of LAPACK: Linear Algebra PACKage , see dgetrs()
- Algebraic method test to compare with the known solution
- Performance test compares implementation 10000 run against the fastest alternative by the Algebraic method
Time average: 0.046 seconds, relative standard deviation: 2.2% Time average: 0.049 seconds, relative standard deviation: 4.5%
- OpenCV test on Mac compares the result with findHomography method