Home | History | Annotate | Download | only in test

Lines Matching refs:calc_jacobians

532     bool calc_jacobians;
552 calc_jacobians = false;
604 calc_jacobians = cvtest::randInt(rng) % 3 != 0;
605 if( !calc_jacobians )
664 if( calc_jacobians )
673 cvRodrigues2( &_input, &_output, calc_jacobians ? &v2m_jac : 0 );
674 cvRodrigues2( &_output, &_output2, calc_jacobians ? &m2v_jac : 0 );
680 if( !calc_jacobians )
720 if( calc_jacobians )
738 if( calc_jacobians )