Searched refs:ICV_MEAN_SDV_EXIT_CN (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxmeansdv.cpp | 312 #define ICV_MEAN_SDV_EXIT_CN( total, sqtotal, idx ) \ macro 320 ICV_MEAN_SDV_EXIT_CN( total, sqtotal, 0 ) 324 ICV_MEAN_SDV_EXIT_CN( total, sqtotal, 0 ); \ 325 ICV_MEAN_SDV_EXIT_CN( total, sqtotal, 1 ) 329 ICV_MEAN_SDV_EXIT_CN( total, sqtotal, 0 ); \ 330 ICV_MEAN_SDV_EXIT_CN( total, sqtotal, 1 ); \ 331 ICV_MEAN_SDV_EXIT_CN( total, sqtotal, 2 ) 335 ICV_MEAN_SDV_EXIT_CN( total, sqtotal, 0 ); \ 336 ICV_MEAN_SDV_EXIT_CN( total, sqtotal, 1 ); \ 337 ICV_MEAN_SDV_EXIT_CN( total, sqtotal, 2 ); \ [all …]
|