Océane Patiny
Océane Patiny
Lowe's ratio test will necessitate implementing a function that returns the N best matches for each keypoint.
A basic function to eliminate outliers was implemented (`filterEucledeanDistance`), but it can only be used when the rough position of the destination is known. It only keeps the best match...
Oh no.... I got confused again... Actually they are 2 different things I think: 1) the function that takes only 3 points and returns the matrix -> this should indeed...
I could work on this next week if you want @targos .
Tests to enhance: - [ ] `centroid` - [ ] `decodePng` - [ ] `sliceBrief` - [ ] `getKeypointPatch` - [ ] `cannyEdgeDetector` - [ ] `drawKeypoints` - [ ]...
In https://github.com/image-js/image-js-typescript/pull/310 we noticed that the tests run very slowly in `jest` but are fast with `ts-node`. We will check this issue before handling this one.