Blender Git Loki
Git Commits -> Revision 59d1387
Revision 59d1387 by Sergey Sharybin (master) January 28, 2014, 11:25 (GMT) |
Improvements to weighted tracks behavior First thing changed by this commit is making it so Euclidean intersection takes track weight into account when solving minimization problem. This behaves the same exact way as it is for BA step. Second thing is related on how average reprojection error is being calculated. It didn't take track weight into account which could confuse users. Now average reprojection error will give the same result as intersection/BA uses during minimization which gives much more predictable behavior. Differential Revision: https://developer.blender.org/D265 |
Commit Details:
Full Hash: 59d1387c4154b4a285e8c53eca2128fbe59aeb54
Parent Commit: 1c0cdc3
Lines Changed: +46, -31