Endre Simo
Endre Simo
Not yet, right now i'm working on WASM support. Afterwards i can check this issue.
> Any idea whether it will be possible to support profile or semi-profile face images? Not yet!
I have a few ideas in my mind how this issue could be resolved, but meantime any contribution is welcomed ;).
Theoretically it's possible by using a features detection algorithm, like SURF or SIFT, but the implementation requires more preparation. Anyway I will ad it into the TODO list.
I've developed another library (https://github.com/esimov/forensic) which detect copy move forgery in images, this at some degree resembles the same theory, but not really sure if I can adapt it to...
I made a little research on the possibilities and I opted to implement the SURF (Speeded Up Robust Features) method - http://people.ee.ethz.ch/~surf/eccv06.pdf. I assume the integration should be possible without...
HOG might be faster in computation than SURF, but as far as I know it's mostly used in image classification (aka to feed up the feature vectors into an image...
I didn't had too much time lately focusing on this feature, effectively nothing has been done yet, only research, but it's not abandoned at all. I really hope that the...
@gedw99 in case you know, can you point out where exactly this is implemented? I was searching through the code, but couldn't find exactly where is done.
> Maybe do a c to golang transpilation for some of the opencv. There is no OpenCV involved in this project. Pigo is a standalone face detection application and I...