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]
16
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 ...

17
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 ?

18
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):
    ...

19
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 ?

20
i tried bu its not work .

21
i cant save py format , only txt .

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

23
i have this error ...

24
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 .

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

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

27
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 ?

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

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

30
General / 3D City Model , Whats Wrong ?
« on: August 27, 2015, 04:38:45 PM »

I use this setup but the result is bad . Whats wrong ...

120 pictures ( 45 degree and 90 degree ) , 16 MP ( Sony Nex 5R )

%80 and %70 overlap

80 meters heigh



Align Photo : Accuracy : Highest Key point limit: 100.000 Tie point limit: 10.000

Build Dense Cloud ; Quality:Ultra High   , Depth Filtering : Mild

Build Mesh ; Surface Type: Arbitrary  , Source Data: Dense cloud  , Face Count : High

Build Textures :   mapping mode: adaptive Orthophoto , blending mode: mosaic count: 4096

Pages: 1 [2]