Liverpoololympia.com

Just clear tips for every day

Trendy

What is detectMultiScale in Opencv?

What is detectMultiScale in Opencv? detectMultiScale function is used to detect the faces. This function will return a rectangle with coordinates(x,y,w,h) around the detected face. It takes 3 common arguments — the input image, scaleFactor, and minNeighbours. scaleFactor specifies how Read more…