Ask Your Question

smbika's profile - activity

2019-04-05 12:50:45 -0600 commented question Is opencv 3.4 compatible with 2.4.3

Thanks! I figured as much. And just as well. I may have to go the Emgu route and write what I need in C#. I find I don'

2019-04-04 14:43:05 -0600 received badge  Editor (source)
2019-04-04 14:43:05 -0600 edited question Is opencv 3.4 compatible with 2.4.3

Is opencv 3.4 compatible with 2.4.3 Our computers are by design offline and our ability to upgrade given our workload is

2019-04-04 14:42:31 -0600 asked a question Is opencv 3.4 compatible with 2.4.3

Is opencv 3.4 compatible with 2.4.3 Our computers are by design offline and our ability to upgrade given our workload is

2015-02-26 15:38:47 -0600 received badge  Supporter (source)
2015-02-26 08:18:56 -0600 commented question Can someone explain the parameters for Local Binary FaceRecognizer method

Thanks, berak! Much appreciated.

2015-02-24 15:53:00 -0600 asked a question Can someone explain the parameters for Local Binary FaceRecognizer method

I am testing the efficacy of the 3 facerecognizer algorithms openCV proffers:

Eigenface Fisherface LocalBinaryHistogramPattern

And believe the latter is the best so far. I cannot find an adequate explanation for how the initialization parameters affect this approach. They are

radius, neighbors, grid_x, and grid_y

I can intuit some of it but the task of sussing them out by changing them little by little and observing is eating up time I don't have. If anyone knows of a detailed explanation of them, I would be most grateful.

Thanks and I hope this hasn't been answered elsewhere - I tried looking but with no success...

Sean