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

Array::Array2dScalarReal64* Impala::Core::Feature::CreateCircleMask ( int  patchSize  ) 

Definition at line 32 of file RegionDescriptor.h.

References Impala::Core::Array::MakeCircle().

Referenced by ComputeRegionDescriptor().

00033 {
00034     using namespace Impala::Core::Array;
00035     Array2dScalarReal64* circleMask = 0;
00036     circleMask = ArrayCreate<Array2dScalarReal64>(patchSize, patchSize);
00037     MakeCircle(circleMask, patchSize / 2, patchSize / 2, Real64(patchSize) / 2.0, 1, 0);
00038     return circleMask;
00039 }

Here is the call graph for this function:


Generated on Thu Jan 13 09:19:03 2011 for ImpalaSrc by  doxygen 1.5.1