diff --git a/src/main.c b/src/main.c index 59f2b5e..1ba2b35 100644 --- a/src/main.c +++ b/src/main.c @@ -39,11 +39,22 @@ int main(){ // Closing windows handler FindClose(myHandle); + float *distanceArrays[2000]; + for(int i=0;i<2000;i++){ + distanceArrays[i]=calloc(2000,sizeof(float)); + } - // Freeing the memory + + + // Freeing the memory of images for(int i=0;i