FMT_NUMPY 379 modules/core/src/out.cpp case FMT_NUMPY: FMT_NUMPY 41 samples/cpp/cout_mat.cpp cout << "r (numpy) = \n" << format(r, Formatter::FMT_NUMPY) << ";" << endl << endl; FMT_NUMPY 81 samples/cpp/tutorial_code/core/mat_the_basic_image_container/mat_the_basic_image_container.cpp cout << "R (numpy) = " << endl << format(R, Formatter::FMT_NUMPY ) << endl << endl;