|
| Image64 * | gft::Image64::Create (int ncols, int nrows) |
| |
| void | gft::Image64::Destroy (Image64 **img) |
| |
| Image64 * | gft::Image64::ConvertToImage64 (Image32::Image32 *img) |
| |
| Image64 * | gft::Image64::Read (char *filename) |
| |
| void | gft::Image64::Write (Image64 *img, char *filename) |
| |
| 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::Squared (Image64 *img) |
| |
| int | gft::Image64::GetPosWindowMaxSum (Image32::Image32 *img, int tam_x, int tam_y) |
| |