#include "BitmapStruc.h" #include #include #define ITERATION_COUNT 100 // ugyanaz a számítás csak a CPU-n. void smoothOnCPU(float* dst, float* src, int w, int h); //------------------------------------------------------------------------------ // main int main() { int i, j; unsigned int time; BitmapStruct image("Lena.bmp"); time = clock(); float* temp_src = new float[image.x * image.y * 4 * sizeof(float)]; float* temp_dst = new float[image.x * image.y * 4 * sizeof(float)]; printf("Kep beolvasva: %d s\n", clock()-time); for(i=0; i=0 && y+i=0 && x+j