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

Pages: 1 [2] 3
16
Python and Java API / Re: when using refineMatches?
« on: March 28, 2015, 02:25:20 PM »
The method Chunk.refineMatches() doesn't seem to work!

17
Python and Java API / Remove marker from photo
« on: March 27, 2015, 03:07:45 PM »
Hello,

What is the script to remove the marker from 1 photo?

Thanks,

Sebastien

18
Python and Java API / Re: Edit Camera.center coords
« on: March 26, 2015, 04:00:05 PM »
Great! Thank you!

19
Python and Java API / Re: Edit Camera.center coords
« on: March 26, 2015, 03:58:01 PM »
I tried
v_est = chunk.crs.project(chunk.transform.matrix.mulp(camera.center))

It does not work. May be because I don't have crs, I am working on local coodinates.

20
Python and Java API / Re: Edit Camera.center coords
« on: March 26, 2015, 03:35:45 PM »
Hello,

What is the code for PS 1.1 to extract the estimated camera location?

vt = chunk.transform * vc         doesn't seem to work!

Thank you

21
Python and Java API / Re: Total number of points in spare point cloud
« on: March 25, 2015, 06:14:24 PM »
Thanks!

22
Python and Java API / when using refineMatches?
« on: March 25, 2015, 06:13:47 PM »
re hello!!!

When is it interesting to use this function : refineMatches? Does this function will process only the existing ties points or the matching is done to all the key points? If it is done to all the key points, what can we edit after a first match that will need te refine matches?

thanks,

Sebastien

23
Python and Java API / Total number of points in spare point cloud
« on: March 25, 2015, 05:30:36 PM »
Hello,

How I can comput the total number of points in the spare point cloud? I am a bit confused with pointCloud.point,, PointCloudPoints and PointCloudPoint!

Thanks

24
Bug Reports / buildPoints(), min_image argument does not work
« on: March 24, 2015, 12:53:33 PM »
Hello,

All is in the topic! The error argument work, but when I add the the min_image (eg: 3 or 10), I don't see any changement in my pointcloud!

Cheers,

25
Python and Java API / Re: Filtering point clouds
« on: March 24, 2015, 12:19:02 PM »
OK, I found that buildPoints() is doing the same job than gradual selection for the projection error, but the min_image argument doesn't seem to work!

Cheers

26
Python and Java API / Re: Filtering point clouds
« on: March 24, 2015, 01:03:30 AM »
Same question...

27
Python and Java API / Getting projection error of markers
« on: March 24, 2015, 12:43:36 AM »
Hello,

How can we have the error (in pixel) of the markers after the aligning step?
Something like :
marker=chunk.markers[1]
marker.projections.error         ->wrong

28
Python and Java API / Re: Align selected camera in python script
« on: March 22, 2015, 09:03:03 PM »
Ok. Thank you!

29
Python and Java API / Re: Align selected camera in python script
« on: March 22, 2015, 05:45:40 PM »
Hello Alexey,

Thank you for this quick answer! So what is th function to align camera with the detection of the points? I tough It was chunk.alignCameras()!

30
Python and Java API / Align selected camera in python script
« on: March 22, 2015, 05:39:53 PM »
Hello,

This is not the smrartest question, but I am wondering how we can lauch camera alignement in python script without the point detection step as it is done with "Align selected cameras" in the GUI?

Sebastien

Pages: 1 [2] 3