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

Pages: 1 [2] 3
16
General / Re: Orthomosaic import into Civil 3D
« on: July 16, 2017, 09:31:07 PM »
orthophoto has not z values . you have to import DEM file. Or use global mapper software.

Uygar Kuzuoğlu
Civil Engineer
www.geopilot.xyz

17
Feature Requests / Re: Rolling shutter integration
« on: July 24, 2016, 03:22:41 PM »
Hi Alex,
Any comments on this?

I heard pix4d has the correction for rolling shutter correction.

thanks.

Follow ...

18
General / Re: How to reduce the marker error (pix)
« on: July 07, 2016, 04:34:42 PM »
What for
Fit b1
fit b2
fit p3
fitp4 anf fitk4  ? Why unchecked ?

19
Thank you so much. Can ı share this script on my facebook group ?

Hi Uygar

Let me try to replicate your bug. If I find something, I'll get back to you.

And , can this script  choose bad photos automaticly ?

As for your request, uncommenting some of the lines at the end of the script you can filter bad images and bad points.

Code: [Select]
# IMAGE QUALITY TOOLS
show_cameras_info(chunk)
#select_cameras(chunk, min_image_quality=0.7, verbose=True)
#disable_cameras(chunk, verbose=True)

# POINT CLOUD QUALITY TOOLS
show_points_info(chunk, only_points=False)
#selected_points = select_points(chunk, max_reprojection_error=0.1,
#                                       min_image_count=5,
#                                       max_projection_accuracy=25,
#                                       verbose=True)
#remove_points(chunk, verbose=True)

Notice that you can also use the following methods:

Code: [Select]
def filter_cameras(chunk, min_image_quality=None):
    ...

def filter_points(chunk, max_reprojection_error=None, min_image_count=None,
    max_projection_accuracy=None):
    ...

20
Thanks. it is work .

But may ı found ı bug :) . if there is disabled camere in chunk , program is not responding .

And , can this script  choose bad photos automaticly ?

21
i tried bu its not work .

22
i cant save py format , only txt .

23
How to save plain Text format ? which software by ?

24
i have this error ...

25
Python and Java API / Decimate Mesh Script
« on: March 14, 2016, 07:57:58 PM »
Hi. Is this possible. I want a script . Desimate mesh but the lenght of between two points  is not than 10 meters .

26
General / Re: Software for GPS waypoint and visulaization (UAV)
« on: November 13, 2015, 10:59:43 AM »

27
General / Re: SSL SUPPORT NOT AVAILABLE
« on: November 13, 2015, 10:57:12 AM »
thank you , i will try .

28
General / SSL SUPPORT NOT AVAILABLE
« on: November 07, 2015, 08:16:10 AM »
When ı upload ortomosaic to mapbox ı have this message "SSL SUPPORT NOT AVAILABLE"  . what can ı do , whats wrong ?

29
General / Re: Ground Station For Aerial Survey
« on: October 29, 2015, 07:56:11 PM »
...

30
General / Ground Station For Aerial Survey
« on: October 29, 2015, 07:55:12 PM »
My homemade ground station for aerial survey...

Pages: 1 [2] 3