I am using EmguCV's CascadeClassifier to detect faces in an image using DetectMultiScale, and while detecting the first image takes a while (around 3-5 seconds), the subsequent images only take about 0.3-0.7 seconds. I initialized the classifier on load to see if that changed anything but it didn't seem to make a difference.
Is there any way I could speed up the time of the the first image?