Definition at line 205 of file mainDemoCamera2d.cpp.
References funcRes, rgbList, and verbose.
00206 { 00207 if (verbose == 1) 00208 std::cout << "DoOBw " << std::endl; 00209 funcRes = 0; 00210 InvOBw<Array2dScalarReal64>(funcRes, rgbList); 00211 }