MCPcopy Create free account
hub / github.com/PRiME-project/PRiMEStereoMatch / getDepthMap

Function getDepthMap

DE_APP/main.cpp:62–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void *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
77void HCI(void)

Callers

nothing calls this directly

Calls 2

imgTypeChangeMethod · 0.80
ComputeMethod · 0.80

Tested by

no test coverage detected