Forum

Author Topic: Capture image of markers  (Read 2513 times)

Lukasz

  • Newbie
  • *
  • Posts: 3
    • View Profile
Capture image of markers
« on: May 07, 2018, 12:57:05 AM »
Hi All,

I have a question - I need to export part of images with marker as a JPG file. The easiest way for me is open image with marker, set proper zoom and next use capture image to save it and jump to next image with the same marker. For small projects it is not to difficult to do it but for larg projects with lots of markers it is quite a lot of work. Has anybody know if I could use script to do it automatically? If yes, can anybody help me to write it? I am completely beginner in python scripting.
 
Thank You very much in advance!

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14839
    • View Profile
Re: Capture image of markers
« Reply #1 on: May 08, 2018, 08:02:48 PM »
Hello Lukasz,

I think it should be possible via Python. So as an output you would like to see only a corresponding part of the related image or some additional indication, like flag that is shown in Photo view?
Best regards,
Alexey Pasumansky,
Agisoft LLC

Lukasz

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Capture image of markers
« Reply #2 on: May 09, 2018, 02:00:14 PM »
Thank You Alexey for answer,

I would like to have image and other things I can see in Photo view. I mean flags (mainly) and shapes if only there were any drawn on Cloud point for example.


3DFranz

  • Newbie
  • *
  • Posts: 44
    • View Profile
Re: Capture image of markers
« Reply #3 on: June 04, 2018, 10:01:20 AM »
Any ideas how to handle this with phyton?
For my project, i would only need to export the fotos with the the markers (grey, blue and green), as .jpg in the original resolution of the fotos.

6Zayn

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Capture image of markers
« Reply #4 on: June 10, 2018, 08:38:24 PM »
Hi!

 I had the same question. Luckily have found this topic. Hoping for some guaranteed answers.

Regards,
Zayn ACMarket
AdAway
Test Dpc
« Last Edit: June 16, 2018, 08:50:09 PM by 6Zayn »

Lukasz

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Capture image of markers
« Reply #5 on: October 09, 2018, 08:51:51 PM »
Hello,

I think it shouldn't be very difficult. I am not programmer and don't know python, but in my opinion script should have such scheme:
1. get image names list
2. open first image
3. start loop (till end of image list)
   a) capture view and save with name ex. capture-filename.jpg
   b) open next photo

I don't know if script needs time to load image or could work immediatelly.

Is anybody who can code something like this?