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

Pages: 1 [2] 3 4 ... 6
16
General / Agisoft Viewer DEM ?
« on: September 14, 2021, 01:16:49 PM »
Hi I wanted to show our client some stuff in agisoft viewer.

I exported the DEM from Agisoft but when I bring it in to Viewer it does not show the Color Heightmap like it shows in your tutorial.

Am I missing something?  Right now it just affects the elevation from the satellite map.

How to I get it to show the colors like it does in Agisoft.

Thanks.

17
Python and Java API / Re: dense_cloud.renderDepth in meters?
« on: June 23, 2021, 05:30:00 PM »
Here is the code that I have. Where would I multiply it

def render_depth():
    print("Script started...")

    chunk = Metashape.app.document.chunk
    #if not chunk.model:
        #raise Exception("No model!")

    for camera in get_cameras(chunk):
        render = chunk.dense_cloud.renderDepth(camera.transform, camera.sensor.calibration,point_size=4, resolution=1, cull_points=False, add_alpha=False)
        photo_dir = os.path.dirname(camera.photo.path) + "/workspace/depth/"
        photo_filename = os.path.basename(camera.photo.path)
        render_filename = os.path.splitext(photo_filename)[0] + "_render.tif"

        render.save(os.path.join(photo_dir, render_filename))

18
Python and Java API / dense_cloud.renderDepth in meters?
« on: June 22, 2021, 07:56:40 PM »
I am Trying to Figure out how Agisoft determines that distance in the 32bit tiff it exports.

I have a Tree known distance in Agisoft from camera which is 160 meters away. But in the 32bit image in Band 1 the pixel value is 58.

How can I get those matching am I missing something. Thanks.

19
General / Re: Imported point cloud not generating DEM
« on: December 30, 2020, 07:39:19 PM »
Thanks it seems Setting as default was already done. I just deactivated it and Reactivated it. and set the settings.

Seems to work well now.

Thanks

20
General / Imported point cloud not generating DEM
« on: December 30, 2020, 05:10:49 PM »
Having a issue. I imported a Point cloud to my project and when I set the region and try to create a DEM it creates the DEM from the old point cloud not the one imported.

Is there anyway to fix this?

21
Feature Requests / Agisoft to Unreal Engine Tiled Lanscape
« on: December 10, 2020, 05:21:23 PM »
Would Love to see this happen as right now its a roundabout way to get it in there.

https://www.youtube.com/watch?v=RKyyuAhnqP4

Check out this Video. Will make it easy for people to get huge areas and allow customers to view.

Thanks.

22
General / Computer Crashing on Photo Alignment
« on: December 02, 2020, 05:55:09 PM »
I am using the latest version 1.6.5 also tried 1.7

When I do a Align Photos after a bit of time My machine reboots completely.

Is there any logs or anything I can check to see what is going on?

Where would I find these logs.

Thanks.

23
General / Re: Using the original 32 bit Depth Maps?
« on: November 18, 2019, 11:04:25 PM »
How can I scale so the pixel value is represented in meters for distance?

So for example I have a object 30 meteres away. I want that value to be 30 meters

24
General / Re: Using the original 32 bit Depth Maps?
« on: November 18, 2019, 10:23:17 PM »
Thanks. I loaded it into Q-GIS. and can now see depth.


25
General / Re: Using the original 32 bit Depth Maps?
« on: November 18, 2019, 08:25:09 PM »
Yes I am trying to get distance in each pixel value.

So From each camera I need the depth


26
General / Re: Using the original 32 bit Depth Maps?
« on: November 18, 2019, 07:56:08 PM »
All I am getting is a black and white image, Not getting any depth?

Am I missing something?

27
General / Re: Using the original 32 bit Depth Maps?
« on: November 18, 2019, 04:24:43 PM »
Any Chance I can get that script as well thanks.

28
General / Re: Export point cloud depth map of each picture
« on: October 28, 2019, 05:54:18 PM »
Going to give this a bump as this would be great feature to have if we can do it.

29
Python and Java API / Re: Resize and move region
« on: October 17, 2019, 04:50:50 PM »
Anything on this?

30
General / Re: Export point cloud depth map of each picture
« on: October 10, 2019, 04:56:01 PM »
any update on this.  I want to render a depth image of the Dense point cloud from each image.

Right now the only way is to export from the model.  This creates a issue with trees. Would like just to do it from the dense point cloud.

Thanks.

Pages: 1 [2] 3 4 ... 6