Definition at line 214 of file mainDemoCamera2d.cpp.
References funcRes, rgbList, and verbose.
00215 { 00216 if (verbose == 1) 00217 std::cout << "DoHUEw " << std::endl; 00218 funcRes = 0; 00219 InvHUEw<Array2dScalarReal64>(funcRes, rgbList); 00220 }