Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Found the root of the problem:

I used OpenMP to extract features from multiple images in parallel and to compare them against expected results (which were previously calculated and saved).

Hereby, I did not assure the correct order of loading: E.g.: Features from image A were extracted in thread 1 and compared with the expected results of image B (and vice versa).