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

Pages: [1] 2 3 ... 6
1
General / Selecting the dense point cloud inside a region:
« on: July 20, 2020, 11:37:00 AM »

I want to select a dense point cloud inside a region (to delete it /to replace it/to merge two point clouds). Currently, I can perform these tasks by rectangular/ free-form selection, but it delivers undesirable results.

2
Python and Java API / Invalid argument value: projection
« on: January 23, 2020, 12:24:24 PM »
I am trying to generate multiple Orthomosiac by using script.
Staring point: I have refined Mesh.

Code: [Select]
                m1 = getMarker(chunk, "ms1")
m2 = getMarker(chunk," ms2")
m3 = getMarker(chunk, "ms3")


horizontal = m2.position - m1.position
vertical = m3.position - m1.position
normal = cross(vertical, horizontal)
vertical = cross(horizontal, normal)
horizontal = horizontal.normalized()

R = Metashape.Matrix ([horizontal, vertical, -normal])
proj = Metashape.Matrix().Rotation(R)
print("proj  =", proj )


#build orthomosaic
chunk.buildOrthomosaic(surface_type=Metashape.ModelData, blending = Metashape.MosaicBlending, fill_holes = True, projection = proj)


out:

proj  = Matrix([[-0.9827276862695309, -0.120715591313001, 0.14026418164765703, 0.0],
  [0.1424250150004323, -0.009418997985549706, 0.9897607779554991, 0.0],
      [-0.1181584095249299, 0.9926424474557295, 0.02644923000085686, 0.0],
        [0.0, 0.0, 0.0, 1.0]])

 ValueError: Invalid argument value: projection
2020-01-23 10:21:47 Error: Invalid argument value: projection

This script was working with photoscan but not with Metashape 1.6.

3
General / mision planning tool not available in metashape
« on: February 20, 2019, 02:49:00 PM »
I am using Agisoft Metashape professional 1.5.0 build 7492.  I don't see any Tools -> Plan Motion dialog. Do I have to activate/ adjust some settings?

4
General / Photo View and the interpolation
« on: February 20, 2019, 11:59:22 AM »
Appearance->Photo View->Interpolation-

There are 3 options for interpolation.  What does it means and where does it make difference?  Any tips?

5
General / Changing the size of mouse
« on: February 20, 2019, 11:53:14 AM »
I want to change the size of the mouse on the image ( a lit bit bigger/smaller). Is it possible?

6
Python and Java API / Orthomosaic based on mesh
« on: August 20, 2018, 05:53:09 PM »
Using DEM i can get orthomosaic....

Code: [Select]
chunk.buildOrthomosaic(surface = PhotoScan.ElevationData
But, how can make orthomosaic based on mesh instead of using DEM?

surface:PhotoScan.MESH?


7
General / Importance of accurate GPS in bundle block adjustment
« on: April 20, 2018, 01:13:31 PM »
I am just wodering about the importance of accuracy of GPS in bundle block adjustment done by PhotoScan.
we will use HERE+RTK GNSS Set for the positioning of UAV which claims cm accuracy.

Does any one have experience with that (HERE+RTK GNSS) and estimated  its accurcy (cm??)?.

Do I have to bother about accuracy of (HERE+RTK GNSS) if I am using 8 well-distributed controll points.

Is there any other better positioning system in the market for UAV?

8
General / Video using Photoscan 1.4
« on: October 13, 2017, 11:18:46 AM »
First of all, i didn't find that how can I post this inside Pre-release section, so please shift this post in that section..

I read many posts on video generation using V 1.4 but still donot know how can I generate video inside Photoscan V1.4.
Do I need mesh OR pointcloud OR DEM for that. How can I make/edit video path. I have not found any tutorial, video, PDF on this topic. Any help would be appreciated.

9
General / need help: Update orthomosaic
« on: October 12, 2017, 05:02:58 PM »
I want to edit orthomosaic.
I assign images und update the orthomosaic. It was working in older versions, but getting problem (area remains unchanged)  in Version 1.3.4, Version 1.4.

I donot know what has been changed in new version.


here is console...
2017-10-12 15:28:54 Agisoft PhotoScan Professional Version: 1.4.0 build 5097 (64 bit)
2017-10-12 15:28:54 Platform: Windows
2017-10-12 15:28:54 CPU: Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz (server)
2017-10-12 15:28:54 CPU family: 6 model: 63 signature: 306F2h
2017-10-12 15:28:54 RAM: 127.9 GB
2017-10-12 15:28:54 OpenGL Vendor: Google Inc.
2017-10-12 15:28:54 OpenGL Renderer: ANGLE (RDPDD Chained DD Direct3D9Ex vs_3_0 ps_3_0)
2017-10-12 15:28:54 OpenGL Version: OpenGL ES 2.0 (ANGLE 2.1.99f075dade7c)
2017-10-12 15:28:54 Maximum Texture Size: 16384
2017-10-12 15:28:54 Quad Buffered Stereo: not enabled
2017-10-12 15:28:54 ARB_vertex_buffer_object: supported
2017-10-12 15:28:54 ARB_texture_non_power_of_two: supported
2017-10-12 15:28:54 Using simple console. Rich console can be enabled in Preferences dialog.
2017-10-12 15:34:03 LoadProject
2017-10-12 15:34:03 Loading project...
2017-10-12 15:34:03 loaded project in 0.278 sec
2017-10-12 15:34:03 Finished processing in 0.281 sec (exit code 1)
2017-10-12 15:40:32 Selecting overlapping images...
2017-10-12 15:40:33 Finished processing in 0.235 sec (exit code 1)
2017-10-12 15:40:33 found 24 overlapping images
2017-10-12 15:40:44 UpdateOrthomosaic
2017-10-12 15:40:44 selected 21 tiles
2017-10-12 15:40:44 Updating partition...
2017-10-12 15:40:45 2 of 3 processed in 0.075 sec
2017-10-12 15:40:45 4 of 6 processed in 0.211 sec
2017-10-12 15:40:46 5 of 9 processed in 0.345 sec
2017-10-12 15:40:47 4 of 14 processed in 0.149 sec
2017-10-12 15:40:49 8 of 17 processed in 0.648 sec
2017-10-12 15:40:50 2 of 12 processed in 0.01 sec
2017-10-12 15:40:50 2 of 2 processed in 0.049 sec
2017-10-12 15:40:51 8 of 19 processed in 0.532 sec
2017-10-12 15:40:53 7 of 10 processed in 0.269 sec
2017-10-12 15:40:54 6 of 19 processed in 0.293 sec
2017-10-12 15:40:55 6 of 11 processed in 0.36 sec
2017-10-12 15:40:56 3 of 9 processed in 0.019 sec
2017-10-12 15:40:57 4 of 8 processed in 0.246 sec
2017-10-12 15:40:59 2 of 4 processed in 0.142 sec
2017-10-12 15:41:00 partition updated in 16.209 sec
2017-10-12 15:41:00 selected 21 tiles
2017-10-12 15:41:00 Updating orthomosaic...
2017-10-12 15:41:01 loaded partition in 0.237 sec
2017-10-12 15:41:01 boundaries extracted in 0.031 sec
2017-10-12 15:41:02 1 images blended in 1.321 sec
2017-10-12 15:41:03 loaded partition in 0.28 sec
2017-10-12 15:41:03 boundaries extracted in 0.071 sec
2017-10-12 15:41:05 6 images blended in 2.088 sec
2017-10-12 15:41:06 loaded partition in 0.285 sec
2017-10-12 15:41:06 boundaries extracted in 0.056 sec
2017-10-12 15:41:08 4 images blended in 1.75 sec
2017-10-12 15:41:09 loaded partition in 0.344 sec
2017-10-12 15:41:09 boundaries extracted in 0.113 sec
2017-10-12 15:41:12 15 images blended in 3.182 sec
2017-10-12 15:41:13 loaded partition in 0.298 sec
2017-10-12 15:41:13 boundaries extracted in 0.077 sec
2017-10-12 15:41:16 17 images blended in 2.679 sec
2017-10-12 15:41:17 loaded partition in 0.364 sec
2017-10-12 15:41:17 boundaries extracted in 0.116 sec
2017-10-12 15:41:21 33 images blended in 4.149 sec
2017-10-12 15:41:23 loaded partition in 0.245 sec
2017-10-12 15:41:23 boundaries extracted in 0.029 sec
2017-10-12 15:41:24 3 images blended in 1.106 sec
2017-10-12 15:41:25 loaded partition in 0.333 sec
2017-10-12 15:41:25 boundaries extracted in 0.091 sec
2017-10-12 15:41:28 25 images blended in 2.913 sec
2017-10-12 15:41:29 loaded partition in 0.351 sec
2017-10-12 15:41:29 boundaries extracted in 0.119 sec
2017-10-12 15:41:34 47 images blended in 4.714 sec
2017-10-12 15:41:35 loaded partition in 0.291 sec
2017-10-12 15:41:35 boundaries extracted in 0.047 sec
2017-10-12 15:41:37 7 images blended in 1.568 sec
2017-10-12 15:41:38 loaded partition in 0.346 sec
2017-10-12 15:41:38 boundaries extracted in 0.108 sec
2017-10-12 15:41:41 33 images blended in 3.201 sec
2017-10-12 15:41:42 loaded partition in 0.363 sec
2017-10-12 15:41:43 boundaries extracted in 0.118 sec
2017-10-12 15:41:48 52 images blended in 4.984 sec
2017-10-12 15:41:49 loaded partition in 0.279 sec
2017-10-12 15:41:49 boundaries extracted in 0.061 sec
2017-10-12 15:41:51 12 images blended in 1.775 sec
2017-10-12 15:41:52 loaded partition in 0.348 sec
2017-10-12 15:41:52 boundaries extracted in 0.116 sec
2017-10-12 15:41:56 39 images blended in 4.486 sec
2017-10-12 15:41:57 loaded partition in 0.359 sec
2017-10-12 15:41:58 boundaries extracted in 0.12 sec
2017-10-12 15:42:03 59 images blended in 5.718 sec
2017-10-12 15:42:04 loaded partition in 0.278 sec
2017-10-12 15:42:04 boundaries extracted in 0.075 sec
2017-10-12 15:42:07 13 images blended in 2.074 sec
2017-10-12 15:42:08 loaded partition in 0.348 sec
2017-10-12 15:42:08 boundaries extracted in 0.116 sec
2017-10-12 15:42:10 30 images blended in 2.728 sec
2017-10-12 15:42:12 loaded partition in 0.35 sec
2017-10-12 15:42:12 boundaries extracted in 0.118 sec
2017-10-12 15:42:15 45 images blended in 3.342 sec
2017-10-12 15:42:16 loaded partition in 0.286 sec
2017-10-12 15:42:16 boundaries extracted in 0.078 sec
2017-10-12 15:42:19 11 images blended in 2.325 sec
2017-10-12 15:42:20 loaded partition in 0.345 sec
2017-10-12 15:42:20 boundaries extracted in 0.115 sec
2017-10-12 15:42:23 22 images blended in 2.826 sec
2017-10-12 15:42:24 loaded partition in 0.355 sec
2017-10-12 15:42:24 boundaries extracted in 0.114 sec
2017-10-12 15:42:27 30 images blended in 3.021 sec
2017-10-12 15:42:28 orthomosaic updated in 87.833 sec
2017-10-12 15:42:28 Finished processing in 104.078 sec (exit code 1)

10
General / Getting problem with generation of DEM
« on: October 09, 2017, 02:05:02 PM »
I need to generate DEM.
I am getting strange problem (no DEM) at some parts of the DEM.

Attached please see the screen shots.

See left of the image...with some dots and no DEM.

11
General / Subsampling the dense pointcloud
« on: September 13, 2017, 11:01:29 AM »
Is there any way to subsample the dense point cloud. e.g., 1cm/1mm, etc.

12
General / Re: Getting the number of disabled images
« on: September 13, 2017, 10:59:13 AM »
thanx. u r great.

13
General / Getting the number of disabled images
« on: September 11, 2017, 12:36:26 PM »
I am wondering if I can get the number of disable images in a projekt. Please see attached image for further info

14
General / Creating/removing Markers in V 1.3
« on: September 06, 2017, 07:06:22 PM »
I want to create markers.

I  use Command Create Markers 
Flage in the current image is green and the Flage in other (e.g., it is projected in 20 images) is blue.
I want to project/use  marker in only 10 images and donot want to use marker in all 20 images because I cannot see it properly. Now I am clicking on marker(with blue FLAGE) in rest 10 images and removing Marker. It works but takes a lot of time. How can I remove this Marker in more than one images in a decent/quick way.

15
General / Unwarping the building , othophotos
« on: July 29, 2016, 10:56:21 AM »
My task is to unwrap the building using orthophotos.

I have dense pointcloud, mesh

I am making orthophotos of all sides of the building.

My current workflow is:
1: Make orthophoto using markers m1-m2 , m2-m3, mn-1-mn ( see attached images please).
2: For each orthophoto I have to make separate project because i want to have project where I have already edited my orthophoto and can be edited latter on also.
3: It works but take so long and memory problem also due to too many copies of the project.

My question is:
Can I save more than one orthophoto in a project which can be edited latter also. At the moment I can't rename the orthophoto in the project (NOT for export), so each time when I make orthophoto it overwrites.
IF yes, is there any script that can be used to generate multiple orthphotos (using different markers obviously) and save it in the project to edit latter on.

Pages: [1] 2 3 ... 6