diff options
Diffstat (limited to 'SD-VBS/benchmarks/disparity/data/sim/time.txt')
| -rw-r--r-- | SD-VBS/benchmarks/disparity/data/sim/time.txt | 93 |
1 files changed, 0 insertions, 93 deletions
diff --git a/SD-VBS/benchmarks/disparity/data/sim/time.txt b/SD-VBS/benchmarks/disparity/data/sim/time.txt deleted file mode 100644 index f9596ec..0000000 --- a/SD-VBS/benchmarks/disparity/data/sim/time.txt +++ /dev/null | |||
| @@ -1,93 +0,0 @@ | |||
| 1 | make: Entering directory '/home/leochanj/cortexsuite/vision/benchmarks/disparity/data/sim' | ||
| 2 | |||
| 3 | -e Benchmark - disparity | ||
| 4 | /home/leochanj/cortexsuite/vision/common/c/readFile.c: In function ‘readFile’: | ||
| 5 | /home/leochanj/cortexsuite/vision/common/c/readFile.c:22:5: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | ||
| 6 | 22 | fscanf(fp, "%d", &cols); | ||
| 7 | | ^~~~~~~~~~~~~~~~~~~~~~~ | ||
| 8 | /home/leochanj/cortexsuite/vision/common/c/readFile.c:23:5: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | ||
| 9 | 23 | fscanf(fp, "%d", &rows); | ||
| 10 | | ^~~~~~~~~~~~~~~~~~~~~~~ | ||
| 11 | /home/leochanj/cortexsuite/vision/common/c/readFile.c:31:13: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | ||
| 12 | 31 | fscanf(fp, "%f", &(subsref(fill,i,j)) ); | ||
| 13 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 14 | /home/leochanj/cortexsuite/vision/common/c/readImage.c: In function ‘readImage’: | ||
| 15 | /home/leochanj/cortexsuite/vision/common/c/readImage.c:48:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] | ||
| 16 | 48 | fread(&signature,sizeof(signature),1,input); | ||
| 17 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 18 | /home/leochanj/cortexsuite/vision/common/c/readImage.c:49:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] | ||
| 19 | 49 | fread(&file_size,sizeof(file_size),1,input); | ||
| 20 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 21 | /home/leochanj/cortexsuite/vision/common/c/readImage.c:50:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] | ||
| 22 | 50 | fread(&reserved1,sizeof(reserved1),1,input); | ||
| 23 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 24 | /home/leochanj/cortexsuite/vision/common/c/readImage.c:51:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] | ||
| 25 | 51 | fread(&reserved2,sizeof(reserved2),1,input); | ||
| 26 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 27 | /home/leochanj/cortexsuite/vision/common/c/readImage.c:52:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] | ||
| 28 | 52 | fread(&loc_of_bitmap,sizeof(loc_of_bitmap),1,input); | ||
| 29 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 30 | /home/leochanj/cortexsuite/vision/common/c/readImage.c:54:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] | ||
| 31 | 54 | fread(&size_of_infoheader,sizeof(size_of_infoheader),1,input); | ||
| 32 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 33 | /home/leochanj/cortexsuite/vision/common/c/readImage.c:55:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] | ||
| 34 | 55 | fread(&width,sizeof(width),1,input); // Reads the width of the image | ||
| 35 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 36 | /home/leochanj/cortexsuite/vision/common/c/readImage.c:56:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] | ||
| 37 | 56 | fread(&height,sizeof(height),1,input); // Reads the height of the image | ||
| 38 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 39 | /home/leochanj/cortexsuite/vision/common/c/readImage.c:57:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] | ||
| 40 | 57 | fread(&number_of_planes,sizeof(number_of_planes),1,input); | ||
| 41 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 42 | /home/leochanj/cortexsuite/vision/common/c/readImage.c:58:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] | ||
| 43 | 58 | fread(&bits_per_pixel,sizeof(bits_per_pixel),1,input); | ||
| 44 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 45 | /home/leochanj/cortexsuite/vision/common/c/readImage.c:59:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] | ||
| 46 | 59 | fread(&compression_method,sizeof(compression_method),1,input); | ||
| 47 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 48 | /home/leochanj/cortexsuite/vision/common/c/readImage.c:60:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] | ||
| 49 | 60 | fread(&bytes_of_bitmap,sizeof(bytes_of_bitmap),1,input); | ||
| 50 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 51 | /home/leochanj/cortexsuite/vision/common/c/readImage.c:62:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] | ||
| 52 | 62 | fread(&hori_reso,sizeof(hori_reso),1,input); | ||
| 53 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 54 | /home/leochanj/cortexsuite/vision/common/c/readImage.c:63:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] | ||
| 55 | 63 | fread(&vert_reso,sizeof(vert_reso),1,input); | ||
| 56 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 57 | /home/leochanj/cortexsuite/vision/common/c/readImage.c:64:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] | ||
| 58 | 64 | fread(&no_of_colors,sizeof(no_of_colors),1,input); | ||
| 59 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 60 | /home/leochanj/cortexsuite/vision/common/c/readImage.c:65:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] | ||
| 61 | 65 | fread(&no_of_imp_colors,sizeof(no_of_imp_colors),1,input); | ||
| 62 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 63 | /home/leochanj/cortexsuite/vision/common/c/readImage.c:84:21: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] | ||
| 64 | 84 | fread(&tempg,sizeof(unsigned char),1,input); | ||
| 65 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 66 | /home/leochanj/cortexsuite/vision/common/c/readImage.c:95:21: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] | ||
| 67 | 95 | fread(&tempb,sizeof(unsigned char),1,input); | ||
| 68 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 69 | /home/leochanj/cortexsuite/vision/common/c/readImage.c:96:21: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] | ||
| 70 | 96 | fread(&tempg,sizeof(unsigned char),1,input); | ||
| 71 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 72 | /home/leochanj/cortexsuite/vision/common/c/readImage.c:97:21: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] | ||
| 73 | 97 | fread(&tempr,sizeof(unsigned char),1,input); | ||
| 74 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 75 | /home/leochanj/cortexsuite/vision/common/c/selfCheck.c: In function ‘selfCheck’: | ||
| 76 | /home/leochanj/cortexsuite/vision/common/c/selfCheck.c:33:9: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | ||
| 77 | 33 | fscanf(fd, "%d", &buffer[count]); | ||
| 78 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 79 | /home/leochanj/cortexsuite/vision/common/c/fSelfCheck.c: In function ‘fSelfCheck’: | ||
| 80 | /home/leochanj/cortexsuite/vision/common/c/fSelfCheck.c:31:9: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] | ||
| 81 | 31 | fscanf(fd, "%f", &buffer[count]); | ||
| 82 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| 83 | -e Data set - sim | ||
| 84 | mkdir -p /home/leochanj/cortexsuite/vision/cycles/disparity | ||
| 85 | Input size - (54x72) | ||
| 86 | Verification - Successful | ||
| 87 | Cycles elapsed - 1348760 | ||
| 88 | |||
| 89 | make: Leaving directory '/home/leochanj/cortexsuite/vision/benchmarks/disparity/data/sim' | ||
| 90 | |||
| 91 | real 0m2.348s | ||
| 92 | user 0m1.895s | ||
| 93 | sys 0m0.452s | ||
