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

Pages: [1]
1
Thank you Alexey!
Btw, could you please tell me if my assumption is right or not? I use the "Custom level" as base plane. I keep the "volume above" always in 0 m3 when I reset the level. So that I just need to calculate the volume differenz of th e "volume below".  I've tested with some of my models and it works well... But I still want a confirm from the Agisoft Technical Support :)

best,
Jumboo


Hello Jumboo,

If you use the volume calculation via Python, you can get bigger number of decimals:

Code: [Select]
chunk = Metashape.app.document.chunk #active chunk
shape = chunk.shapes[-1] #latest added shape
shape.volume(level = 0)

It will give you the following output in the Console pane:

2019-01-14 11:41:34 {'above': 2.7521389595186,
2019-01-14 11:41:34  'below': 1.2017753297941,
2019-01-14 11:41:34  'level': 0.0,
2019-01-14 11:41:34  'total': 1.55036362972442}

2
Hi everyone,

I have a question.
I want to calculate the volume of a pit with DEM. V=V(after excavation)-V(before excavation). But I find if the value is bigger than 1 m3, the value could be accurate to only three decimal places (0.001), but if it is smaller than 1 m3, it could be accurate to six decimal places(0.000001). So I reset the "level" and get the value with accuracy in 0.000001 m3.
Could somebody tell me if my assumption is correct or not?

3
Hi,
I am new to calibration.
Now I have a question about using the chessboard from Agisoft lens.
I'm using Photoscan to make a 3D model for a object (such as a statue). And I want to use Agisoft lens for a percalibration.

I choose "Show Chessboard" and there is a big chessboard in the whole screen.
According to the manual I should take photos of the chessboard like the picture below.
But there is a problem. I use a prime Lens for taking photos. For the Photoscan process, all the parameters of camera should not be changed while taking photos. And I should use the same parameters to take photos of the chessboard. In this situation, the photos are badly out of focus because of the near distance between screen and camera.

My question is, can I play the focus to get the clear photo of chessboard? I'm using prime lens, I'm not sure it means the focal length also be fixed in this situation.

Can sombody help me?




The link of picture is:
https://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=imgres&cd=&cad=rja&uact=8&ved=2ahUKEwi_78rKrYPdAhUKblAKHaeDBGQQjRx6BAgBEAU&url=https%3A%2F%2Fwww.researchgate.net%2Ffigure%2FThe-Chessboard-for-camera-calibration-in-laboratory-environment-Fig-5-The-sequence-of_fig3_322370374&psig=AOvVaw1ZvdPtEn4WbQLpQZnHUidQ&ust=1535119947141905

4
General / I have a question about camera calibration
« on: July 05, 2018, 04:30:42 PM »
Hello guys,

I'm a Uni student. Now i'm trying to do a project with Photoscan.

I know that there is a auto calibration of photos while making a 3D model. But sometimes it might work very well (such as not enough light), so i'm trying to do some manual camera calibration with other software (openCV or matlab).

I want to compare the result of manual calibration and  the auto calibration of photoscan and choose the right methode bevor i start my work.

But now i have a question: which kind of result (or which parameter) can i use, to compare the 2 way of caibration?

Can somebody help me?

Best Wish, :)

Jumboo

Pages: [1]