Fix issue when no detections
- Now findMatches return an empty dataFrame with proper column names if no object is found (prevent an issue with NMS then)
- better handle the different template matching method (method 0/SQDIFF is supported by some functions, but not
matchTemplates
)