Definition at line 187 of file mainDemoCamera2d.cpp.
References funcRes, rgbList, and verbose.
00188 { 00189 if (verbose == 1) 00190 std::cout << "DoANG2w " << std::endl; 00191 funcRes = 0; 00192 InvANG2w<Array2dScalarReal64>(funcRes, rgbList); 00193 }