HomeSort by relevance Sort by last modified time
    Searched refs:calc_jacobians (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/calib3d/test/
test_fundam.cpp 532 bool calc_jacobians; member in class:CV_RodriguesTest
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 )
    [all...]
test_cameracalibration.cpp 65 bool calc_jacobians; member in class:CV_ProjectPointsTest
85 calc_jacobians = false;
135 calc_jacobians = 1;//cvtest::randInt(rng) % 3 != 0;
136 if( !calc_jacobians )
188 if( calc_jacobians )
207 if( calc_jacobians )
225 if( calc_jacobians )
    [all...]

Completed in 56 milliseconds