Ask Your Question

Mirko's profile - activity

2017-08-22 16:05:48 -0600 commented answer Book for learning face recognition in python

@supra56 Where did you find this method? Give me link. Because this not exist.

2017-08-18 05:19:51 -0600 commented answer Book for learning face recognition in python

Why not model = cv2.face.createFisherFaceRecognizer()?

2017-08-15 06:19:18 -0600 commented answer Book for learning face recognition in python

Hi supra. Yes I am looked this project before 10 days.It is really good. Do you know how to rewrite this code to EigenFace. I am tried to replace model = cv2.face.createEigenFaceRecognizer() but this not working well.

2017-08-09 17:57:03 -0600 asked a question Book for learning face recognition in python

Hi all,

I see OpenCV provide 3 methods for face recognition this is Eigenfaces, Fisherfaces and LBHPfaces. But I want to learn deeper about this methods or how to create new sophisticated method.

Guys do you have any good book for start lerning this methods.

Thanks.

2017-08-09 07:42:15 -0600 received badge  Enthusiast
2017-08-04 14:44:11 -0600 received badge  Editor (source)
2017-08-04 14:43:22 -0600 asked a question Eigenface threshold

Hi all,

For unknown people how to know which number is threshold.

Now in Eigenface algorithm all people is recognizated but some people is true, some people is false.

For example true people have threshold between 2000-3500, false people have threshold between 3000-7000.

But this is relative value by day (more light) and night (less light).

2017-08-04 14:35:49 -0600 received badge  Supporter (source)
2017-08-04 14:35:47 -0600 received badge  Scholar (source)
2017-08-03 09:55:41 -0600 commented answer Minimaze window cv2.imshow()

@KjMag and this final answer is with openCV is not possible to make that? Do you know any other alternative how to make that with python? I need this for Debian OS.

2017-08-02 15:49:59 -0600 asked a question Minimaze window cv2.imshow()

Hi all,

Is OpenCV have function for minimaze window. I need this for my raspbian OS on Raspberry Pi.

Im tried search for setWindowsProperty if have any parameters for this, but only what I found is for fullscreen window. For example

cv2.namedWindow("window", cv2.WND_PROP_FULLSCREEN) cv2.setWindowProperty("window",cv2.WND_PROP_FULLSCREEN,cv2.WINDOW_FULLSCREEN) cv2.imshow("window", img)