classification |
ClassificationEnum |
The classification of the object, that the element refers to. The following is a tree representation of the prototypes and their containing classifications. Default parameter values are defined per classification object. The default values of 'min', 'max' and 'drawMode' are witten after the name of the classification object in that order. Use the prototype names to set parameters to all of the containing classifications. ##### nudityCheck > A prototype containing classifications for basic human attributes and sexual contents. This prototype and the containing classifications are activated by default * face (1, 3, 0) * hand (0, -1, 0) * foot (0, -1, 0) * footwear (0, -1, 0) * chest (0, -1, 0) * breast (0, 0, 2) * vulva (0, 0, 2) * penis (0, 0, 2) * vagina (0, 0, 2) * buttocks (0, 0, 2) * anus (0, 0, 2) * oral (0, 0, 2) * penetration (0, 0, 2) * toy (0, -1, 0) * bondage (0, -1, 0) * gag (0, -1, 0) ##### ageEstimation > Contains classification objects for estimating the age of a human face. This prototype activates nudityCheck * child (*) (0, 0, 6) * adult (*) (0, -1, 0) * senior (*) (0, -1, 0) * pose (*) (0, 0, 0) - The age can not be estimated, due to a pose that hides facial features. ##### illegalSymbols > Contains various classification objects of symbols that are prohibited in Germany (e.g. Hakenkreuz, SS, etc). These are grouped under a single name * illegalSymbols (0, 0, 1) ##### textRecognition > Contains letters, numbers and some symbols (e.g. @, #, etc) as classification objects. These are grouped under a single name * textRecognition (0, 6, 6) ##### attributesCheck > Contains classification objects for various attributes of the human face. This prototype activates nudityCheck * female (0, -1, 0) * male (0, -1, 0) * hair (0, -1, 0) * hairless (0, -1, 0) * beard (0, -1, 0) * moustache (0, -1, 0) * headpiece (0, -1, 0) * glasses (0, -1, 0) * sunglasses (0, -1, 0) * mask (0, -1, 0) * slimSizedFace (*) (0, -1, 0) * realSizedFace (*) (0, -1, 0) * plusSizedFace (*) (0, -1, 0) ##### bodyAttributes > Contains classification objects for determining the body size. * slimSized (0, -1, 0) * realSized (0, -1, 0) * plusSized (0, -1, 0) ##### nippleCheck > Contains classifications for determining if the object recognized as breast has a nipple. This prototype activates nudityCheck * noNipple (0, -1, 0) * hasNipple (0, 0, 0) ##### unwantedSubstances > Contains classification objects for different substances. * beer (0, -1, 0) * beerBottle (0, -1, 0) * beerCan (0, -1, 0) * wine (0, -1, 0) * wineBottle (0, -1, 0) * cocktail (0, -1, 0) * alcohol (0, -1, 0) * cannabis (0, 0, 0) * cigarette (0, 0, 0) * cocaine (0, 0, 0) * heroine (0, 0, 0) * coffee (0, -1, 0) ##### violenceCheck > Contains classification objects for violent items or acts. * camouflage (0, -1, 0) * club (0, -1, 0) * knife (0, 0, 0) * sword (0, 0, 0) * pistol (0, 0, 0) * rifle (0, 0, 0) * cannon (0, 0, 0) * fire (0, -1, 0) ##### selfieCheck > Classification objects representing various pre-defined poses for the selfie task. * hand2mouth (0, 1, 0) * point2nose (0, 1, 0) * relaxed (0, 1, 0) * point2chin (0, 1, 0) * hand2cheek (0, 1, 0) * excellent (0, 1, 0) * nice (0, 1, 0) * thinking (0, 1, 0) * thumbUp (0, 1, 0) * victory (0, 1, 0) * lookout (0, 1, 0) * fingerUp (0, 1, 0) * middleFinger (0, 0, 0) Classification objects that are marked with (*) are sub-classifications of face. Both face and the marked classification are affected by the given parameter values. Please be aware that the default values can be subject to change. This is due to the difficulty of recognizing certain objects e.g. objects that are classified as toy. |
|