Definition at line 196 of file mainDemoCamera2d.cpp.
References funcRes, rgbList, and verbose.
00197 { 00198 if (verbose == 1) 00199 std::cout << "DoJOSAw " << std::endl; 00200 funcRes = 0; 00201 InvJOSAw<Array2dScalarReal64>(funcRes, rgbList); 00202 }