2019-07-28 15:20:39 -0600 | marked best answer | How facemarkLBF work? How facemarkLBF work? |
2019-02-24 03:01:53 -0600 | commented question | Face Landmarks and stabilization @berak, ?? |
2019-02-23 03:05:23 -0600 | commented question | Face Landmarks and stabilization @berak, oh, I stabilize my cascade detection, but landmarks aren't stabilize in box. I can save prev box and if new box |
2019-02-23 03:04:33 -0600 | commented question | Face Landmarks and stabilization @berak, oh, I stabilize my cascade detection, but landmarks aren't stabilize in box. I can save prev box and if new box |
2019-02-23 02:43:47 -0600 | edited question | Face Landmarks and stabilization Face Landmarks and stabilization Points on my landmarks are jitter. How I can stabilize my face landmark? Do I can use |
2019-02-23 02:38:01 -0600 | commented question | Face Landmarks and stabilization @berak, is it hard? |
2019-02-23 02:35:54 -0600 | commented question | Face Landmarks and stabilization @berak, ok, but I can't understand, how fix that? |
2019-02-23 02:15:13 -0600 | commented question | Face Landmarks and stabilization Ok, but I can't understand, how fix that? |
2019-02-23 02:13:26 -0600 | edited question | Face Landmarks and stabilization Face Landmarks and stabilization Points on my landmarks are jitter. How I can stabilize my face landmark? Do I can use |
2019-02-23 02:06:41 -0600 | commented question | Face Landmarks and stabilization @berak, UPD - UPDate |
2019-02-23 02:00:07 -0600 | commented question | Face Landmarks and stabilization @berak, UPD |
2019-02-23 01:59:48 -0600 | edited question | Face Landmarks and stabilization Face Landmarks and stabilization Points on my landmarks is jitter. How I can stabilize my face landmark? Do I can use |
2019-02-22 09:38:08 -0600 | asked a question | Face Landmarks and stabilization Face Landmarks and stabilization How I can stabilize my face landmark? |
2019-01-26 08:20:45 -0600 | received badge | ● Supporter (source) |
2019-01-26 08:20:41 -0600 | marked best answer | how compare faces with Chi-squared distribution? I have next lhph: face1:64 60 191 7 225 195 207 135 15 15... face2:239 239 207 60 195 195 195 131 199... face3:4 30 32 194 30 15 143 1 4 143 7 143 ... ... newFace : 248 108 1 7 225 195 207 135 15 15... I see newFace is the face1. How I be able to use Chi-squared distribution for face recognition? |
2019-01-26 08:20:41 -0600 | received badge | ● Scholar (source) |
2019-01-26 06:51:28 -0600 | edited question | how compare faces with Chi-squared distribution? how compare faces with Chi-squared distribution? I have next lhph: face1:64 60 191 7 225 195 207 135 15 15... face2:23 |
2019-01-26 06:50:01 -0600 | commented question | how compare pixels? @berak, Thank you!!! |
2019-01-26 06:49:33 -0600 | asked a question | how compare faces with Chi-squared distribution? how compare faces with Chi-squared distribution? I have next lhph: face1:64 60 191 7 225 195 207 135 15 15... face2:23 |
2019-01-26 04:36:04 -0600 | asked a question | how compare pixels? how compare pixels? I write LBP algorithm. I need compare pixels. I do it correctly? std::vector<int>s; cv::Vec3b |
2019-01-24 17:11:03 -0600 | received badge | ● Student (source) |
2019-01-22 07:33:52 -0600 | asked a question | How align face? How align face? Align the eyes and mouth so that they are approximately in the same position in the image. |
2019-01-21 01:25:09 -0600 | received badge | ● Enthusiast |
2019-01-20 13:25:07 -0600 | commented answer | Face Landmarks and face identification I read about face identification with face geometry. It's the good method? |
2019-01-20 13:24:42 -0600 | commented answer | Face Landmarks and face identification but read about face identification with face geometry. It's the good method? |
2019-01-20 13:23:31 -0600 | commented answer | Face Landmarks and face identification but read about face identification with face geometry. It's the good method? |
2019-01-20 13:20:43 -0600 | commented answer | Face Landmarks and face identification but read about face identification with face geometry. And Face landmark help me get points. It's the good method? |
2019-01-20 13:20:13 -0600 | commented answer | Face Landmarks and face identification but read about face identification with face geometry. And Face landmark help me get points. |
2019-01-20 13:17:57 -0600 | commented answer | Face Landmarks and face identification but what a good method for face identification you recomend for me? |
2019-01-20 11:33:30 -0600 | asked a question | Face Landmarks and face identification Face Landmarks and face identification How I can use face landmark for face identification? |
2018-12-16 06:00:24 -0600 | asked a question | How find face frame? How find face frame? I want find frame where maybe can be a face. And next use Haar Cascade. It's a good idea? How I can |
2018-12-06 08:05:28 -0600 | asked a question | How facemarkLBF work? How facemarkLBF work? How facemarkLBF work? |
2018-12-06 07:45:08 -0600 | received badge | ● Editor (source) |
2018-11-15 13:59:56 -0600 | asked a question | Rewrite old openCV code Rewrite old openCv code old code I change IplImage to Mat, but have some problem. I don`t know how change next code: c |