Brandon Amos

Results 91 issues of Brandon Amos

http://benlimmer.com/2013/12/26/automatically-publish-javadoc-to-gh-pages-with-travis-ci/

Low Priority

Since OpenCV is integrated into the diamond-android build, a perceptual hash OpenCV implementation can easily be created by using [ls64/cvhash](https://github.com/ls64/cvhash) as a reference for OpenCV API calls. This might also...

Low Priority

High Priority

One response to using the Diamond OpenCV face detector could be that the OpenCV Android library is simpler to use than diamond filters. I think their Android library is using...

Low Priority

![screen shot 2014-09-30 at 12 17 47 am](https://cloud.githubusercontent.com/assets/707462/4453301/c977a1c8-4858-11e4-8a2f-5d1c2317c7cd.png)

Low Priority

Instead, try removing the RGB filter and restructuring `InputFormat.RGB565` into the RGB format the filters are expecting.

Low Priority

From https://github.com/cmusatyalab/diamond-android/commit/5b6b978080068dca1290aa5f92233197f7f42996#commitcomment-7951862: > That's mostly harmless in this case, since the cache dir is per-application, but racy in general. Sadly, Android doesn't yet seem to have added createTempDirectory from JDK...

Low Priority

Migrated from: https://github.com/wenluhu/gammaray-android/issues/18 Can likely be done with the `iconv` library. The following's resulting in a segfault, likely due to the cast from a `*uint8_t[72]` to `char**`. ``` C struct...