| 58 | |
| 59 | // ROI (region Of Interest), these values must match up with the enum in jni/stasm/roi.h |
| 60 | public enum Roi |
| 61 | { |
| 62 | FACE, // the whole face (0, 0) |
| 63 | EYE_BROW_L, |
| 64 | EYE_BROW_R, |
| 65 | EYE_LASH_L, |
| 66 | EYE_LASH_R, |
| 67 | EYE_SHADOW_L, |
| 68 | EYE_SHADOW_R, |
| 69 | IRIS_L, |
| 70 | IRIS_R, |
| 71 | BLUSHER_L, |
| 72 | BLUSHER_R, |
| 73 | NOSE, |
| 74 | LIPS; // upper lip and lower lip |
| 75 | } |
| 76 | |
| 77 | public static class RoiInfo |
| 78 | { |
nothing calls this directly
no outgoing calls
no test coverage detected