Forum

Author Topic: Agisoft PhotoScan 1.2.0 pre-release  (Read 294078 times)

pastouf

  • Newbie
  • *
  • Posts: 29
    • View Profile
Re: Agisoft PhotoScan 1.2.0 pre-release
« Reply #270 on: December 02, 2015, 07:12:38 PM »
For export in PDF 3D, is it possible to add logo?

For communication it's better. 8)

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 15247
    • View Profile
Re: Agisoft PhotoScan 1.2.0 pre-release
« Reply #271 on: December 02, 2015, 07:24:18 PM »
Hello pastouf,

At the moment such functionality is not supported, but thanks for the suggestion.
Best regards,
Alexey Pasumansky,
Agisoft LLC

pastouf

  • Newbie
  • *
  • Posts: 29
    • View Profile
Re: Agisoft PhotoScan 1.2.0 pre-release
« Reply #272 on: December 02, 2015, 08:10:23 PM »
in tools -> exports -> shape ?
what is possibility to export in shapefile.
option is never actived?

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 15247
    • View Profile
Re: Agisoft PhotoScan 1.2.0 pre-release
« Reply #273 on: December 02, 2015, 08:26:14 PM »
Export Shape option is only available if there are any drawn points, polylines or polygons in the Ortho view.
Best regards,
Alexey Pasumansky,
Agisoft LLC

pastouf

  • Newbie
  • *
  • Posts: 29
    • View Profile
Re: Agisoft PhotoScan 1.2.0 pre-release
« Reply #274 on: December 02, 2015, 11:40:56 PM »
what is ortho view?
i try all view and selected with polygon, but never option is actived?

if it's option that i think, it's terrible...

pastouf

  • Newbie
  • *
  • Posts: 29
    • View Profile
Re: Agisoft PhotoScan 1.2.0 pre-release
« Reply #275 on: December 03, 2015, 12:17:08 AM »
i find, it's terrible....


stihl

  • Sr. Member
  • ****
  • Posts: 410
    • View Profile
Re: Agisoft PhotoScan 1.2.0 pre-release
« Reply #276 on: December 03, 2015, 01:03:03 PM »
It's not terrible. Obviously you're using it wong.

After you've build an Orthomosaic, if you double click on the Orthomosaic in the WORKSPACE sidepanel to the left in Photoscan you can create polygons in the ortho viewer. WIth export shapefiles you can export these polygons..

rexsham

  • Newbie
  • *
  • Posts: 31
    • View Profile
Re: Agisoft PhotoScan 1.2.0 pre-release
« Reply #277 on: December 04, 2015, 11:25:21 PM »
Using the Raster Calculator feature, by just clicking on the "B3- Blue" channel in the Raster Calculator
It immediately shows "Invaid Expression". But this error does not appear on B1-Red and B2-Green.
This should be a bug.

I understand that we should just input B1, B2 or B3 instead of "B3- Blue", but clicking the "B3- Blue" button automatically inputs "B3- Blue", which makes users confuse, it should just input B3 .
« Last Edit: December 05, 2015, 12:17:16 AM by rexsham »

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 15247
    • View Profile
Re: Agisoft PhotoScan 1.2.0 pre-release
« Reply #278 on: December 05, 2015, 02:59:49 PM »
Hello rexsham,

Thanks for reporting. It will be fixed in the next update.
Best regards,
Alexey Pasumansky,
Agisoft LLC

Milderinne

  • Newbie
  • *
  • Posts: 34
    • View Profile
Re: Agisoft PhotoScan 1.2.0 pre-release
« Reply #279 on: May 13, 2016, 10:44:47 AM »
Hello Alexey,
It seems that I found a script doing the same as in Diegos, therefore I have the same error.
Could you also help me out with that?

Hello Diego,

In the latest build we've slightly changed the representation of the sparse cloud points via Python.
Now point.coord is a 4-dimensional vector. If the fourth element is zero, it means that the point is actually a ray (applicable for points detected for single camera station). Otherwise regular points have 1 as fourth element.
.mulp() function accepts 3-dimensional vector on input, so when working with the sparse cloud points coordinates they should be treated accordingly to the new representation.
I've sent you updated script via e-mail.