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.


Topics - arafat

Pages: [1]
1
Python and Java API / Question about TriangulateTiePoints
« on: November 29, 2023, 10:10:03 PM »
Can I get an explanation of what TriangulateTiePoints does and where is it in the GUI?, I know it adds tie points.
In a certain project it added 200k of noise tie points

2
General / building Orthomosaic from point cloud
« on: November 06, 2023, 06:09:11 PM »
As Metashape 2.0.1 supports point cloud based orthomosaic generation, I am failing to build one, here is what I am doing:
1- import point cloud
2- build DEM
3- I try to build orthomosaic but the button is blocked

3
General / mixed data of frame and fisheye
« on: June 08, 2023, 03:05:51 PM »
I have a Dataset of both frame and fisheye images, What is the correct way of processing this Data ?
I currently create 2 calibration groups, one frame and the second fisheye, no problem with alignment, but when I do optimize cameras I get bad accuracy

4
Python and Java API / Vertical Datum support
« on: April 09, 2023, 07:05:51 PM »
Hello,

I am familiar with adding the geoid model to the geoid folder steps described in https://agisoft.freshdesk.com/support/solutions/articles/31000148332-how-to-use-height-above-geoid-for-the-coordinate-system
However, I am currently working with the python standalone image 1.8.4 in a docker.

I am familiar with "addGeoid" function but I'd rather have the docker ready to run without activating the geoid model every time I run a new docker. is there a way to add more than one geoid model to the images at once in Dockerfile maybe?Please help.

Thanks in Advance!

5
General / Export Raster size in GB
« on: March 05, 2023, 05:04:05 PM »
When exporting a raster, is there a way to predict the size of the raster in the GB before exporting it?

I'm trying to decide whether to split the raster into tiles or to keep it in one file based on the size in GB. And I have big files, so I can't afford to export them and check the size and then decide.

6
Python and Java API / Change region from BBOX to Polygon
« on: September 06, 2022, 02:01:40 PM »
Hi,

I'm trying to build DEM for a certain region, I drew a polygon around it created a border. However, when Building DEM it builds DEM for the whole BBOX.
Is there a way to build DEM only for the region inside the polygon??

7
General / point cloud boundary
« on: August 29, 2022, 08:12:56 PM »
Hi,

What is the best way to get the border points around my point cloud or DEM in XY plane, 
I need those points to create a polygon around the DEM

8
General / Rolling shutter
« on: July 21, 2022, 10:29:08 PM »
Metashape 1.8.4 allows regularized and full compensation.

I understand the difference between them, but I do not know how to choose between them,

1- Is Full always better than regularized ?
2- Is there a way (manually/automatically) to detect the need for compensation in images?

9
Camera Calibration / Rolling shutter
« on: July 21, 2022, 10:28:53 PM »
Metashape 1.8.4 allows regularized and full compensation.

I understand the difference between them, but I do not know how to choose between them,

1- Is Full always better than regularized ?
2- Is there a way (manually/automatically) to detect the need for compensation in images?

10
Python and Java API / Export Raster
« on: May 25, 2022, 08:28:39 AM »
using Metashape 1.8.3
When I use export raster and select tile_width and tile_height they only work if global_profile is False, does the global_profile overwrite the tile_width and tile_height to 256 ?
      
Code: [Select]
chunk.exportRaster(path=os.path.join(work_path,'OrthoTiles.ZIP'),source_data=Metashape.OrthomosaicData,format=Metashape.RasterFormatTMS,image_format=Metashape.ImageFormatPNG,max_zoom_level=23,min_zoom_level=0,global_profile=True,tile_width=512, tile_height=512)

11
Python and Java API / import Metashape error
« on: April 20, 2022, 06:50:03 PM »
I upgraded to metashape 1.8.3. I am using the python wheel for Linux.

When I import Metashape I get:

Code: [Select]
ImportError: /usr/lib/x86_64-linux-gnu/libhogweed.so.4: undefined symbol: __gmpn_cnd_sub_n
any idea??

12
Python and Java API / marker weights
« on: March 03, 2022, 06:53:11 PM »
Hi all,

Is there a way to add weights to the markers so that a certain marker has more effect on the model than other markers?

thanks in advance

13
General / marker weights
« on: March 03, 2022, 06:52:12 PM »
Hi all,

Is there a way to add weights to the markers so that a certain marker has more effect on the model than other markers?

thanks in advance

14
Python and Java API / help in geocentric coordinates
« on: January 31, 2022, 01:05:40 AM »
Hello, rookie question

Is the geocentric coordinate system in meters? , I use the following function to get it but I don't know the unit 
Code: [Select]
chunk.transform.matrix.mulp(chunk.cameras[0].center)
if so can I compare between two different points using only X and Y to get the Euclidean distance between them in meters?

thanks in advance

15
Python and Java API / projection of 2D pixel
« on: January 13, 2022, 03:59:40 PM »
Hi all, rookie question here so bare with me

I have a marker and I can get the position by marker.position
I want to calculate the Euclidian distance between this marker and a projection of a 2D pixel.
I use camera.unproject(2D pixel) to project a vector and then calculate the distance.

My question: is this the correct way or do marker.position and camera.unproject generate vectors in the same coordinate system??

thanks in Advance

Pages: [1]