Home | History | Annotate | Download | only in src

Lines Matching refs:cvReadIntByName

1443     CV_CALL(n_input_planes  = cvReadIntByName( fs, node, "n_input_planes",  -1 ));
1444 CV_CALL(input_height = cvReadIntByName( fs, node, "input_height", -1 ));
1445 CV_CALL(input_width = cvReadIntByName( fs, node, "input_width", -1 ));
1446 CV_CALL(n_output_planes = cvReadIntByName( fs, node, "n_output_planes", -1 ));
1447 CV_CALL(output_height = cvReadIntByName( fs, node, "output_height", -1 ));
1448 CV_CALL(output_width = cvReadIntByName( fs, node, "output_width", -1 ));
1449 CV_CALL(layer_type = cvReadIntByName( fs, node, "layer_type", -1 ));
1452 CV_CALL(learn_type = cvReadIntByName( fs, node, "learn_rate_decrease_type", -1 ));