/external/opencv/cxcore/include/ |
cxmisc.h | 460 CV_SWAP( ptr2[0], ptr2[-1], t ); \ 501 CV_SWAP( *pivot, *left0, t ); \ 514 CV_SWAP( *left1, *left, t ); \ 526 CV_SWAP( *right1, *right, t ); \ 535 CV_SWAP( *left, *right, t ); \ 549 CV_SWAP( left0[i], left[i-n], t ); \ 553 CV_SWAP( left[i], right0[i-n+1], t ); \ [all...] |
/external/opencv/cv/src/ |
cvcamshift.cpp | 251 CV_SWAP( length, width, t ); 252 CV_SWAP( cs, sn, t );
|
cvconvhull.cpp | 400 CV_SWAP( tl_stack, tr_stack, t_stack ); 401 CV_SWAP( tl_count, tr_count, t_count ); 439 CV_SWAP( bl_stack, br_stack, t_stack ); 440 CV_SWAP( bl_count, br_count, t_count );
|
cvcanny.cpp | 83 CV_SWAP( low_thresh, high_thresh, t );
|
cvcolor.cpp | [all...] |
cvcalibration.cpp | 715 CV_SWAP(J[1], J[3], t); CV_SWAP(J[2], J[6], t); CV_SWAP(J[5], J[7], t); 716 CV_SWAP(J[10], J[12], t); CV_SWAP(J[11], J[15], t); CV_SWAP(J[14], J[16], t); 717 CV_SWAP(J[19], J[21], t); CV_SWAP(J[20], J[24], t); CV_SWAP(J[23], J[25], t); [all...] |
cvsubdivision2d.cpp | 137 CV_SWAP( *a_next, *b_next, t ); 138 CV_SWAP( *a_rot_next, *b_rot_next, t );
|
cvcalibinit.cpp | 477 CV_SWAP(out_corners[i], out_corners[n-i-1], temp); [all...] |
cvmotempl.cpp | 207 CV_SWAP( delta1, delta2, t );
|
/external/opencv/cxcore/src/ |
cxutils.cpp | 211 CV_SWAP( centers, old_centers, temp ); 861 CV_SWAP( p[k], q[k], t ); 868 CV_SWAP( p[k], q[k], t ); 883 CV_SWAP( p[k], q[k], t ); 895 CV_SWAP( p[k], q[k], t ); [all...] |
cxsvd.cpp | 612 CV_SWAP( w[i], w[k], t ); 616 CV_SWAP( vT[j + ldvT*k], vT[j + ldvT*i], t ); 620 CV_SWAP( uT[j + lduT*k], uT[j + lduT*i], t ); 1008 CV_SWAP( w[i], w[k], t ); 1012 CV_SWAP( vT[j + ldvT*k], vT[j + ldvT*i], t ); 1016 CV_SWAP( uT[j + lduT*k], uT[j + lduT*i], t ); 1256 CV_SWAP( uarr, varr, t ); [all...] |
cxdxt.cpp | 215 CV_SWAP( factors[i], factors[nf-i-1+f], j ); 509 CV_SWAP(dst[i+1], dsth[j], t); 512 CV_SWAP(dst[i], dst[j], t); 513 CV_SWAP(dsth[i+1], dsth[j+1], t); 526 CV_SWAP(dst[i], dst[j], t); 930 CV_SWAP(dst[i+1], dsth[j], t); 933 CV_SWAP(dst[i], dst[j], t); 934 CV_SWAP(dsth[i+1], dsth[j+1], t); 949 CV_SWAP(dst[i], dst[j], t); [all...] |
/external/opencv/ml/src/ |
mlrtrees.cpp | 120 CV_SWAP( active_var_mask->data.ptr[i1], 149 CV_SWAP( best_split, split, t ); 449 CV_SWAP( mth_var_ptr[i1*dims], mth_var_ptr[i2*dims], temp );
|
mlann_mlp.cpp | 316 CV_SWAP( layer_in, layer_out, temp ); 328 CV_SWAP( layer_in, layer_out, temp ); 952 CV_SWAP( _idx->data.i[j], _idx->data.i[k], tt ); 982 CV_SWAP( x1, x2, temp ); 1032 CV_SWAP( grad1, grad2, temp ); [all...] |
mlknearest.cpp | 251 CV_SWAP( sort_buf[j1].i, sort_buf[j1+1].i, t );
|
mlsvm.cpp | 553 CV_SWAP( dst_pos, dst_neg, temp ); [all...] |
/external/opencv3/modules/imgproc/test/ |
test_contours.cpp | 133 CV_SWAP( min_blob_size, max_blob_size, t ); 141 CV_SWAP( min_log_img_size, max_log_img_size, t );
|
test_canny.cpp | 98 CV_SWAP( threshold1, threshold2, thresh_range );
|
test_convhull.cpp | 266 CV_SWAP( min_log_size, max_log_size, t ); 374 CV_SWAP( low.val[i], high.val[i], t ); [all...] |
test_filter.cpp | 511 CV_SWAP( dx, dy, t ); 937 CV_SWAP( buf0[j], buf0[j+1], t ); 958 CV_SWAP( col_buf[l], col_buf[l+1], t ); 986 CV_SWAP( buf0, buf1, tbuf ); [all...] |
/external/opencv3/modules/video/test/ |
test_camshift.cpp | 108 CV_SWAP( min_log_size, max_log_size, t ); 168 CV_SWAP( box0.size.width, box0.size.height, t );
|
/external/opencv3/modules/calib3d/src/ |
calibinit.cpp | 533 CV_SWAP(out_corners[i], out_corners[n-i-1], temp); [all...] |
calibration.cpp | 479 CV_SWAP(J[1], J[3], t); CV_SWAP(J[2], J[6], t); CV_SWAP(J[5], J[7], t); 480 CV_SWAP(J[10], J[12], t); CV_SWAP(J[11], J[15], t); CV_SWAP(J[14], J[16], t); 481 CV_SWAP(J[19], J[21], t); CV_SWAP(J[20], J[24], t); CV_SWAP(J[23], J[25], t); [all...] |
/external/opencv3/apps/traincascade/ |
old_ml_data.cpp | 721 CV_SWAP( sample_idx[a], sample_idx[b], t );
|
/external/opencv3/modules/ml/src/ |
gbt.cpp | 191 CV_SWAP(n,m,tmp); 790 CV_SWAP( idx[a], idx[b], t ); [all...] |