Classes | Typedefs | Functions
gft::Image64 Namespace Reference

Classes

struct  _Image64
 

Typedefs

typedef struct
gft::Image64::_Image64 
Image64
 

Functions

Image64Create (int ncols, int nrows)
 
void Destroy (Image64 **img)
 
Image64ConvertToImage64 (Image32::Image32 *img)
 
Image64Read (char *filename)
 
void Write (Image64 *img, char *filename)
 
Image64ComputeIntegralImage (Image64 *img)
 
long long ComputeSum (Image64 *iimg, int x1, int y1, int x2, int y2)
 
double ComputeVariance (Image64 *img, int x1, int y1, int x2, int y2)
 
double ComputeVariance (Image64 *iimg, Image64 *iimg2, int x1, int y1, int x2, int y2)
 
Image64Squared (Image64 *img)
 
int GetPosWindowMaxSum (Image32::Image32 *img, int tam_x, int tam_y)
 

Typedef Documentation

Function Documentation

Image64 * gft::Image64::ComputeIntegralImage ( Image64 *  img)
long long gft::Image64::ComputeSum ( Image64 *  iimg,
int  x1,
int  y1,
int  x2,
int  y2 
)
double gft::Image64::ComputeVariance ( Image64 *  img,
int  x1,
int  y1,
int  x2,
int  y2 
)
double gft::Image64::ComputeVariance ( Image64 *  iimg,
Image64 *  iimg2,
int  x1,
int  y1,
int  x2,
int  y2 
)
Image64 * gft::Image64::ConvertToImage64 ( Image32::Image32 *  img)
Image64 * gft::Image64::Create ( int  ncols,
int  nrows 
)
void gft::Image64::Destroy ( Image64 **  img)
int gft::Image64::GetPosWindowMaxSum ( Image32::Image32 *  img,
int  tam_x,
int  tam_y 
)
Image64 * gft::Image64::Read ( char *  filename)
Image64 * gft::Image64::Squared ( Image64 *  img)
void gft::Image64::Write ( Image64 *  img,
char *  filename 
)