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 - ManishSahu

Pages: [1]
1
Python and Java API / Multi GPU enable using python API.
« on: October 21, 2018, 01:48:48 PM »
I have 2 GTX 1080. I want to enable both GPUs for processing using only python API. Can anyone tell me how to do it?

2
General / Agisoft on ubuntu server via ssh
« on: October 20, 2018, 12:42:21 PM »
Hi,
I have taken a Pc on server and want to process my data on it. I logged in via ssh.
But I cant seems to run agisoft itself. It is giving me this error

"./photoscan -r Photoscan_server.py -platform offscreen"

./photoscan: error while loading shared libraries: libQt5SerialPort.so.5: cannot open shared object file: No such file or directory

Can anyone tell me how to run it?

3
General / 2D image pixel to 3D world coordinate
« on: August 10, 2018, 04:24:10 PM »
I noticed that when images are calibrated, I can calculate 3D coordinate of any point in the image. So I was wondering how they do it? does anyone know how to convert 2D image pixel to 3D world coordinates?

4
General / [Help] Large error in GCPs
« on: August 03, 2018, 09:37:04 AM »
I have a small project of  <2Km. I have 220 images and 5 GCP points. I have marked 3 as GCP and 2 as check points. However I am getting large error >5m in checkpoints where as <5cm in GCPs. How to process it correctly can anyone tell?

5
General / 3D Geographic coordinate to 2D pixel coordinate
« on: June 26, 2018, 08:23:26 AM »
I want to transform a point given in geographic coordinate(Lat,Long,Ele) system to Pixel location(x,y) of image. I have processed images with agisoft and exported camera details like omega,phi,kappa, r11,r12,r13 etc. as text. Now I have a point which I want to convert to image pixel coordinate using python without using agisoft inbuilt function. Can you tell me how to do this?
For example I have attached, camera output file from agisoft. I have a coordinate Lat = 31.099338018;Long = 77.17603616;
Elevation = 2197.3547 and convert this into pixel coordinate.
Note - I have attached camera file with this post

6
I want to set resolution of DEM to be computed to 0.05 using python.
resolution_raster = 0.05;

I am using chunk.buildDem(source=PhotoScan.DenseCloudData,interpolation=PhotoScan.EnabledInterpolation,resolution = resolution_raster)

But I got error-- TypeError: 'resolution' is an invalid keyword argument for this function.


7
General / Method used for disregarding Features Matches.
« on: March 22, 2018, 09:38:36 AM »
Can you tell us about how agisoft photoscan decides whether to reject a particular feature during matching or not? Does it follow the famous ratio test or you are using different algorithm?

8
General / Image poor matching. How to solve?
« on: March 20, 2018, 10:56:08 AM »
I have images of rail track area. I want to test if rails can be mapping or not. But I found that there is huge misalignment of photos. Can you tell me how to solve this.

9
General / Polygon option in Model tab.
« on: March 18, 2018, 12:25:49 PM »
Can anyone tell me what is the use of polygon option in Model tab? Can I use it to export clipped Orthomosaic or DEM?

Pages: [1]