Ask Your Question

Revision history [back]

In order to create a good classification rate, you could simply do the following.

  1. Use as minNeighbor parameter the value 0, incidicating that each detection should be calculated and stored.
  2. Next calculate the overlap between two regions of detection.
  3. The more overlapping regions, who could be merged together, the higher youre output score should be.

This is basically in simple terms what the algorithm does itself based on the neighbors parameter.