introlab / find-object

Find-Object project
http://introlab.github.io/find-object/
BSD 3-Clause "New" or "Revised" License
448 stars 189 forks source link

OS X: Application won't recognize object when loaded from a file #13

Open bildlich opened 8 years ago

bildlich commented 8 years ago

The title says it all. An object that is recognized when added from scene is not recognized when loaded from file. I made sure to restore the default settings, still no luck.

I am using the DMG v.0.6.0 from the Releases page.

screenshot 2016-01-20 09 58 42

Steps to reproduce:

  1. Add object with "Add object from sceene…"
  2. Make sure the object is recognized
  3. Remove object with right-click and "Delete"
  4. Re-add the object with "Add objects from files…"
  5. The object is not recognized
matlabbe commented 8 years ago

Hi,

It says "Too low inliers 7 in 43 out", by default it requires 10 inliers to find the homograhy (see Homography/minimumInliers parameter). If you move the object toward the camera, does it change the number of inliers?

Just tried the same version on Mac, it worked like expected (finding again the object).

cheers