Ask Your Question

Revision history [back]

I traced the performance issue down to the floydWarshall() function call deep inside findHoles(). However, once I switched from opencv's debug build to the release build, execution time went down to a few seconds. Case closed...