Home | History | Annotate | Download | only in ceres

Lines Matching refs:BinaryCostFunction

76 class BinaryCostFunction: public CostFunction {
78 BinaryCostFunction(int num_residuals,
161 new BinaryCostFunction(2, 3, 3), NULL, x, x),
180 new BinaryCostFunction(2, 3, 4), NULL, x, z),
294 problem.AddResidualBlock(new BinaryCostFunction(6, 5, 4) , NULL, z, y);
295 problem.AddResidualBlock(new BinaryCostFunction(3, 3, 5), NULL, x, z);
296 problem.AddResidualBlock(new BinaryCostFunction(7, 5, 3), NULL, z, x);
636 CostFunction* cost_yz = new BinaryCostFunction (1, 4, 5);
637 CostFunction* cost_yw = new BinaryCostFunction (1, 4, 3);
638 CostFunction* cost_zw = new BinaryCostFunction (1, 5, 3);
693 CostFunction* cost_yz = new BinaryCostFunction (1, 4, 5);
694 CostFunction* cost_yw = new BinaryCostFunction (1, 4, 3);
695 CostFunction* cost_zw = new BinaryCostFunction (1, 5, 3);
814 CostFunction* cost_yz = new BinaryCostFunction (1, 4, 5);
815 CostFunction* cost_yw = new BinaryCostFunction (1, 4, 3);
816 CostFunction* cost_zw = new BinaryCostFunction (1, 5, 3);
897 CostFunction* cost_yz = new BinaryCostFunction (1, 4, 5);
898 CostFunction* cost_yw = new BinaryCostFunction (1, 4, 3);
899 CostFunction* cost_zw = new BinaryCostFunction (1, 5, 3);