Searched refs:delbound (Results 1 – 1 of 1) sorted by relevance
53 int ts, delbound; variable73 delbound = CV_TOGGLE_FLT( v.i );83 if( delbound > 0 )90 val &= (val < delbound) - 1;101 val &= (CV_TOGGLE_FLT( val ) < delbound) - 1;303 float delbound; in cvCalcGlobalOrientation() local343 delbound = (float)(curr_mhi_timestamp - mhi_duration); in cvCalcGlobalOrientation()375 if( mask_row.data.ptr[x] != 0 && mhi_row.data.fl[x] > delbound ) in cvCalcGlobalOrientation()