Questions tagged [optimisation]
42 questions
4
votes
1 answer
Machine Learning and Computer Graphics
Is there currently anyone working on a link between these two fields? I have a hunch that, due to the repetitive nature of sampling, there could be a good bit to gain in the area of ray tracing using Machine Learning techniques, but I'm interested…
Sanjurjo7
- 43
- 5
2
votes
0 answers
Optimise drawing contour maps representing gravity
I'm drawing a contour map representing gravity.
The algorithm is:
For each point on the screen (1 pixel per point) I calculate the gravitational pull for each object and combine (using Newtons law of universal gravitation) where M1 is a unit point…
iasksillyquestions
- 121
- 2
1
vote
0 answers
Least squares for uniform scale and translation
I have two meshes that I want to align, I'll call the reference mesh the template mesh and the other is the target mesh. I have 1 point-to-point correspondence between my template and target mesh.
I am trying to find the uniform scale and…
Mn9
- 83
- 3