python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Calculate volume of intersection between two sets of spheres
I need to calculate the overlap between two 3D volumes each of which is described as the union of a set of (possibly overlapping) spheres. If the two sets of spheres are S_i (with radius r_i and cent...

Alex I
Votes: 0
Answers: 0
world coordinates vector to image coordinates
I have a 3d world coordinates system and corresponding translation vector, rotation matrix and camera matrix.
I can project any of my points to the image plane using cv2.projectPoints.
my question is ...
amitt1236
Votes: 0
Answers: 1
Tangent lines to a rotated ellipse from a point
I need to calculate the equations of tangent lines to a rotated ellipse from a specific point outside of the ellipse. I found Ellipse.rotate() method in Sympy which is almost exactly what I need, but ...
Ntwk
Votes: 0
Answers: 3
Estimate 3D Line from Image projections with known Camera Pose and Calibration
I know the principle of triangulation for 3D Point estimation from images.
However, how would you solve the following problem, I have images from a Line in 3D space with known Camera position and also...
mojado
Votes: 0
Answers: 2