Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

void Impala::Samples::Talk::DoTalkBpo2d (  ) 

talk functions

Definition at line 158 of file mainTalk.cpp.

References gVerbose, Impala::Core::Array::Pattern::PatBinaryPixOp(), and Impala::Core::Array::PrintData().

Referenced by mainTalk().

00159 {
00160     std::cout << std::endl << std::endl << std::endl;
00161     std::cout << "=============== DoTalkBpo2d =================" << std::endl;
00162 
00163     typedef Array2dScalarReal64 SRC1T;
00164     typedef Array2dScalarReal64 SRC2T;
00165     typedef Array2dScalarReal64 REST;
00166 
00167     SRC1T* a1 = TalkImage<SRC1T>("Input image 1:", 0, 1.1, 2, 1);
00168     SRC2T* a2 = TalkImage<SRC2T>("Input image 2:", 101, 1.1, 1, 2);
00169 
00170     REST* res = 0;
00171     //TalkBpoPtrE1<REST, SRC1T, SRC2T> bpo(gVerbose, false);
00172     TalkBpoPtrEn<REST, SRC1T, SRC2T> bpo(gVerbose, false);
00173     PatBinaryPixOp(res, a1, a2, bpo);
00174     std::cout << std::endl << "result: " << std::endl;
00175     PrintData(res, false);
00176 
00177     //REST* res2 = 0;
00178     //TalkBpoVal<REST, SRC1T, SRC2T> bpo2(gVerbose, false);
00179     //PatBinaryPixOp(res2, a1, a2, bpo2);
00180     //std::cout << std::endl << "result val: " << std::endl;
00181     //PrintData(res2, false);
00182 
00183     //Array2dVec3Real64* res3 = 0;
00184     //Set(res3, a1);
00185     //std::cout << std::endl << "result3: " << std::endl;
00186     //PrintData(res3, false);
00187 
00188     //Array2dScalarReal64* a3 = 0;
00189     //Set(a3, res3);
00190     //std::cout << std::endl << "a3: " << std::endl;
00191     //PrintData(a3, false);
00192 }

Here is the call graph for this function:


Generated on Fri Mar 19 11:38:38 2010 for ImpalaSrc by  doxygen 1.5.1