Forum

Author Topic: Get amount of keypoints per photo/camera  (Read 1784 times)

thomasvb

  • Newbie
  • *
  • Posts: 1
    • View Profile
Get amount of keypoints per photo/camera
« on: March 23, 2022, 10:32:46 AM »
Hi, this is related to a question asked earlier in this thread: https://www.agisoft.com/forum/index.php?topic=12151.msg54430.

I understand that this is currently not possible using the python API, it is however visible in the console output in the gui. Is it possible to add this or access this in any way? Reason for asking, I want to build a filter to reject images with little keypoints detected to gain performance time wise. The datasets I am using have a significant amount of images, which have not a lot of features but trying to align them does take time. If I would be able to access the total amount of keypoints, I could remove the camera from the project relatively quickly. Another idea I had, was to have some sort of implementation of a lower keypoint limit in the matchPhotos function.

Any ideas?