How does the parameter scaleFactor in detectMultiScale affect face detection? - OpenCV Q&A Forum

I am trying out a slight variation of the example from http://docs.opencv.org/2.4.4-beta/doc/tutorials/introduction/desktop_java/java_dev_intro.html CascadeClassifier faceDetector = new CascadeClassifier("/haarcascade_frontalface_default.xml"); Mat image = Highgui.imread(originalFile.getAbsolutePat…