Home | History | Annotate | Download | only in src

Lines Matching full:sw_type

704     int i, sw_type = 0, sw_count = 0;
744 sw_type = CV_MAT_TYPE(_sample_weights->type);
747 if( sw_type != CV_32FC1 && sw_type != CV_64FC1 ||
755 _sample_weights->step/CV_ELEM_SIZE(sw_type);
775 double w = sw_type == CV_32FC1 ?