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 5 6
31
Python and Java API / Re: Resize and move region
« on: October 04, 2019, 05:57:06 PM »
I have the top left from the ortho and need to cut a certain area.

I have to calculate the bottom right. If I could get a code snippet would be great.

32
Python and Java API / Resize and move region
« on: October 04, 2019, 04:54:37 PM »
What just trying to get a script that will resize the region if I give it a top left and bottom right coordinate.

Any help would be great thanks.

33
Feature Requests / Manual Camera alignment to Model
« on: June 21, 2019, 02:08:03 AM »
Would be great when some pictures do not align that well or not at all we can manually align them with XYZ controls.

34
Feature Requests / Projection Painting
« on: June 20, 2019, 04:55:19 PM »
I feel This would be huge.

After the texture has been done by agisoft it would be great after to go in and paint from Specific pictures and fix up seems/ Ghosting issues.


35
Python and Java API / Re: Repoint missing image to another directory.
« on: April 12, 2019, 06:37:47 PM »
Just for other people reference  This will check to see if it exist and if it comes back false then you can repoint it to a new directory.

Code: [Select]
for i in range(len(chunk.cameras)):
    exist = os.path.isfile(chunk.cameras[i].photo.path)
    if exist == False:   
        #print('copyIm: '+chunk.cameras[i].photo.path)
        print(exist)
        imPath = delpath + os.path.basename(chunk.cameras[i].photo.path)
        #print(os.path.basename(chunk.cameras[i].photo.path))
        chunk.cameras[i].photo.path = imPath
        print (imPath)

36
Python and Java API / Re: Repoint missing image to another directory.
« on: April 12, 2019, 02:26:45 PM »
Anyone?

37
Python and Java API / Repoint missing image to another directory.
« on: April 10, 2019, 05:05:25 PM »
Sometime we move images based on classification for our project.

But this causes missing images in our Agisoft Project.  Is there a script where we can find these missing images and repoint them to the new directory.

Thanks.

38
General / Re: 1.5 worse then 1.4.5 at aligning drone images
« on: January 15, 2019, 06:38:34 PM »
Both Are selected.

I have reverted back to 1.4.4 for now so I can get my work done. 

Once I have that I will be able to compare.

39
General / Re: 1.5 worse then 1.4.5 at aligning drone images
« on: January 15, 2019, 05:00:05 PM »
Attached is a example of the drone images not aligning and only some of them do.

This is in 1.5.0

In 1.4.5 I never ran into this issue.

40
General / 1.5 worse then 1.4.5 at aligning drone images
« on: January 15, 2019, 03:39:18 PM »
I have a set of images that I went to align and it did not align all of the them in 1.5

In 1.4 they had no issue.  I have to now manually go in and align the cameras which align with no problem after the initial alignment.

Why would it be worse? it should be better with the upgrade.

41
ARB_texture_non_power_of_two: Yes
ARB_vertex_buffer_object: Yes
CPU: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
OpenGLMaxTextureSize: 32768
OpenGLRenderer: GeForce GTX 1080 Ti/PCIe/SSE2
OpenGLStereo: No
OpenGLVendor: NVIDIA Corporation
OpenGLVersion: 4.6.0 NVIDIA 398.36
ProductName: PhotoScan Pro
System: Windows 64bit
SystemMemory: 63.9 GB
Throttleable: 1
URL:
Vendor: Agisoft
Version: 1.4.3.6529
XLog: Agisoft PhotoScan Professional Version: 1.4.3 build 6529 (64 bit)
Platform: Windows
CPU: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz (desktop)
CPU family: 6 model: 158 signature: 906EAh
RAM: 63.9 GB
OpenGL Vendor: NVIDIA Corporation
OpenGL Renderer: GeForce GTX 1080 Ti/PCIe/SSE2
OpenGL Version: 4.6.0 NVIDIA 398.36
Maximum Texture Size: 32768
Quad Buffered Stereo: not enabled
ARB_vertex_buffer_object: supported
ARB_texture_non_power_of_two: supported
Using simple console. Rich console can be enabled in Preferences dialog.


This report also contains technical information about the state of the application when it crashed.

42
I am having a issue when Trying to click on the GPU tab on Agisoft as well as when trying to do a dense cloud.

Running the latest version of agisoft.

43
Feature Requests / Support for RGB-Depth images Google Seurat
« on: May 14, 2018, 03:16:27 PM »
Now with Google open Source Seurat

https://github.com/googlevr/seurat

Would be great if we could export each image in RGB-D

Thanks.

44
Python and Java API / Re: Build Ortho from source DEM?
« on: March 29, 2018, 04:11:01 PM »
Yup it was PhotoScan,

Thanks.

45
Python and Java API / Re: Build Ortho from source DEM?
« on: March 29, 2018, 02:33:00 PM »
Getting Error
Name 'Photoscan' is not defined

Pages: 1 2 [3] 4 5 6