Commit 7c90515dd5f888819ccdbab9aad7a66bce9cc470
1 parent
c7ba25eb
Added stasm4 hair abbrieviation
Showing
1 changed file
with
1 additions
and
0 deletions
openbr/plugins/stasm4.cpp
| ... | ... | @@ -39,6 +39,7 @@ class StasmInitializer : public Initializer |
| 39 | 39 | Globals->abbreviations.insert("RectFromStasmBrow","RectFromPoints([16,17,18,19,20,21,22,23,24,25,26,27],0.15,5)"); |
| 40 | 40 | Globals->abbreviations.insert("RectFromStasmNose","RectFromPoints([48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58],0.15,1.15)"); |
| 41 | 41 | Globals->abbreviations.insert("RectFromStasmMouth","RectFromPoints([59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76],0.3,2)"); |
| 42 | + Globals->abbreviations.insert("RectFromStasmHair", "RectFromPoints([13,14,15],1.75,1.5)"); | |
| 42 | 43 | } |
| 43 | 44 | }; |
| 44 | 45 | ... | ... |