Searched refs:sw_type (Results 1 – 2 of 2) sorted by relevance
704 int i, sw_type = 0, sw_count = 0; in prepare_to_train() local744 sw_type = CV_MAT_TYPE(_sample_weights->type); in prepare_to_train()747 if( sw_type != CV_32FC1 && sw_type != CV_64FC1 || in prepare_to_train()755 _sample_weights->step/CV_ELEM_SIZE(sw_type); in prepare_to_train()775 double w = sw_type == CV_32FC1 ? in prepare_to_train()
76 unsigned char sw_type; /* Software type */ member