Forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - fjgarciam

Pages: 1 [2]
16
General / Re: Capture distance in reference settings.
« on: April 14, 2020, 02:52:24 PM »
Hello jslyder,

Yes, it will also help for oblique imagery alignment. Note that "capture distance" should be set as average distance to ground (for example, flight height) instead of ground level above ellipsoid, like in older versions.
Alexey, if we have a very good DEM we can have a very good shoot distance.can be take into account for the aligment? Will it help on aligment? thanks

17
Feature Requests / Re: Export multiple Ortho/DEM sections
« on: April 09, 2020, 09:35:36 PM »
Hello fjgarciam,

Please try the following modification:

Code: [Select]
chunk.exportRaster(path + "/ortho_" + label + ".tif", source_data = Metashape.OrthomosaicData, image_format = Metashape.ImageFormatTIFF, format = Metashape.RasterFormatTiles, resolution_x = d_x, resolution_y = d_y, save_alpha = alpha)

works Alexey, we have to do something with thermal and multiespectral. Make a very good dem and ortomap with a rgb camera is very "easy" But work with thermal and multiespectral is a nightmare. I have a lot of ideas and i am asking to send u a mail with the ideas. Is ok?

18
Feature Requests / Re: Export multiple Ortho/DEM sections
« on: April 07, 2020, 08:44:47 PM »
Hello fjgarciam,

In the version 1.6 you need to use exportRaster option instead and adjust the export parameters according to the new method properties.

i think is this line
chunk.exportRaster(path + "/ortho_" + label + ".tif", image_format = Metashape.ImageFormatTIFF, format = Metashape.RasterFormatTiles, dx = d_x, dy = d_y, save_alpha = alpha)
what i have to change?

19
Feature Requests / Re: Export multiple Ortho/DEM sections
« on: April 07, 2020, 08:07:17 PM »
Hello fjgarciam,

In the version 1.6 you need to use exportRaster option instead and adjust the export parameters according to the new method properties.

Can u modify the parameters please alexey i don´t know were to change it please. Thanks  a lot¡¡

20
Feature Requests / Re: Export multiple Ortho/DEM sections
« on: April 07, 2020, 07:18:08 PM »
Hello Damian,

So there are no attributes for the imported shapes.

I've added a condition that will use a shape.label, if "NAME" attribute is missing. Please check, if it now works, as you have expected.

Hi Alex, will it work with the last version of metashape? i like to export the footprints of a thermal proyect on a rgb proyect about the same photovoltaic field and then use it to realing the termal with the rgb clipped.


i tried and i am getting this error
2020-04-07 18:23:22   File "<ipython-input-1-3e52103d9a90>", line 69, in <lambda>
2020-04-07 18:23:22   File "<ipython-input-1-3e52103d9a90>", line 169, in export_boundary
2020-04-07 18:23:22 AttributeError: 'Metashape.Chunk' object has no attribute 'exportOrthomosaic'

21
Hello dyoung,

Yes, you can project a 3D point to the cameras and get the 2D coordinates in the image space using Python. Do you need an example?

can be done for a shape on the orthomap? i can import a shape and have all the frames with 2d coordinates of the shape?

22
Feature Requests / Orientation values from flir Tiff
« on: June 16, 2019, 05:15:28 PM »
Hello, I need to include the values ​​of orientation and precision in the exits of the flir cameras. I read the position values ​​but not the values ​​like orientation and precision of gps that are in the exits of the flir cameras, which would help enormously in the alignment.

23
Feature Requests / Re: ECW export
« on: January 14, 2019, 01:30:08 PM »
+1

24
Feature Requests / Re: Use shapes / KML files to fit bounding box size
« on: October 26, 2018, 02:44:13 PM »
+1

Pages: 1 [2]