MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / Roi

Enum Roi

src/com/cloudream/ishow/algorithm/FaceDetector.java:60–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected