| 60 | } |
| 61 | |
| 62 | void *getDepthMap(void *arg) |
| 63 | { |
| 64 | while(!end_de) |
| 65 | { |
| 66 | if(imgType != sm->imgType) |
| 67 | sm->imgTypeChange(imgType); |
| 68 | sm->Compute(); |
| 69 | end_de = true; |
| 70 | //printf("MAIN: DE Computed...\n"); |
| 71 | //printf("MAIN: Press h for help text.\n\n"); |
| 72 | } |
| 73 | return(void*)0; |
| 74 | } |
| 75 | |
| 76 | |
| 77 | void HCI(void) |
nothing calls this directly
no test coverage detected