/AliOS-Things-master/components/ucloud_ai/src/model/ |
A D | facebody.cc | 70 string expression; in recognizeExpression() local 84 cout << "expression:" << outcome.result().getData().elements[0].expression << endl; in recognizeExpression() 92 expression = outcome.result().getData().elements[0].expression; in recognizeExpression() 93 if (!expression.empty()) { in recognizeExpression() 94 result.expression.expression = (char *)expression.c_str(); in recognizeExpression() 95 cout << "expression:" << outcome.result().getData().elements[0].expression << endl; in recognizeExpression() 96 result.expression.probability = outcome.result().getData().elements[0].faceProbability; in recognizeExpression() 97 … result.expression.location.x = 20; // outcome.result().getData().elements[0].faceRectangle.left; in recognizeExpression() 98 … result.expression.location.y = 20; // outcome.result().getData().elements[0].faceRectangle.top; in recognizeExpression() 99 … result.expression.location.w = outcome.result().getData().elements[0].faceRectangle.width; in recognizeExpression() [all …]
|
/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/ml/src/ |
A D | HaasMLCloud.cpp | 219 char *expression, *p_expression; in RecognizeExpressionCallback() local 225 expression = result->facebody.expression.expression; in RecognizeExpressionCallback() 226 face_probability = result->facebody.expression.probability; in RecognizeExpressionCallback() 228 if (!expression) in RecognizeExpressionCallback() 231 p_expression = strdup(expression); in RecognizeExpressionCallback()
|
/AliOS-Things-master/components/ucloud_ai/include/model/ |
A D | facebody.h | 20 char *expression; member 34 RecognizeExpressionStruct expression; member
|
/AliOS-Things-master/solutions/ucloud_ai_demo/ |
A D | ucloud_ai_demo.c | 94 char *expression = NULL; in recognize_expression_callback() local 100 expression = result->facebody.expression.expression; in recognize_expression_callback() 101 face_probability = result->facebody.expression.probability; in recognize_expression_callback() 103 if (!expression) in recognize_expression_callback() 110 LOG("expression: %s\n", expression); in recognize_expression_callback() 112 if (!strcmp(expression, "sadness")) { in recognize_expression_callback() 114 } else if (!strcmp(expression, "happiness")) { in recognize_expression_callback() 116 } else if (!strcmp(expression, "surprise")) { in recognize_expression_callback()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_stdinc.h | 133 #define SDL_reinterpret_cast(type, expression) reinterpret_cast<type>(expression) argument 134 #define SDL_static_cast(type, expression) static_cast<type>(expression) argument 135 #define SDL_const_cast(type, expression) const_cast<type>(expression) argument 137 #define SDL_reinterpret_cast(type, expression) ((type)(expression)) argument 138 #define SDL_static_cast(type, expression) ((type)(expression)) argument 139 #define SDL_const_cast(type, expression) ((type)(expression)) argument
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | debug.h | 94 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
|
/AliOS-Things-master/components/ai_agent/example/ |
A D | aiagent_example.c | 38 char *expression = NULL; in recognize_expression_callback() local 44 expression = result->facebody.expression.expression; in recognize_expression_callback() 45 face_probability = result->facebody.expression.probability; in recognize_expression_callback() 47 if (!expression && strlen(expression) > 0) in recognize_expression_callback() 51 LOG("type: %s, probability: %.1f\n", expression, face_probability); in recognize_expression_callback()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | debug.h | 93 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/facebody/include/alibabacloud/facebody/model/ |
A D | RecognizeExpressionResult.h | 46 std::string expression; member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/osif/ |
A D | osif.h | 36 void osif_assert(const char *expression, const char *file, uint16_t line);
|
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/ |
A D | SelectObjectRequest.h | 39 void setExpression(const std::string& expression, ExpressionType type = SQL);
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/facebody/src/model/ |
A D | RecognizeExpressionResult.cc | 48 elementObject.expression = dataNodeElementsElement["Expression"].asString(); in parse()
|
/AliOS-Things-master/components/oss/src/model/ |
A D | SelectObjectRequest.cc | 257 void SelectObjectRequest::setExpression(const std::string& expression, ExpressionType type) in setExpression() argument 260 expression_ = expression; in setExpression()
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | ftmemory.h | 42 #define FT_SET_ERROR( expression ) \ argument 43 ( ( error = (expression) ) != 0 )
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/ |
A D | test262.patch | 71 function testPropertyEscapes(regex, string, expression) {
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | test262.conf | 71 coalesce-expression
|
/AliOS-Things-master/components/littlevgl/docs/ |
A D | CODE_OF_CONDUCT.md | 5 …gardless of age, body size, disability, ethnicity, gender identity and expression, level of experi…
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | haasboard.py | 487 def eval(self, expression): argument 488 ret = self.exec_("print({})".format(expression))
|
A D | pyboard.py | 459 def eval(self, expression): argument 460 ret = self.exec_("print({})".format(expression))
|
A D | uncrustify.cfg | 754 # (OC) Add or remove space after the colon in immutable dictionary expression 758 # (OC) Add or remove space before the colon in immutable dictionary expression 1212 # Whether to align the first expression to following ones 1216 # Whether to align the first expression to following ones 1808 # Add or remove newline between 'return' and the return expression.
|
/AliOS-Things-master/components/SDL2/test/ |
A D | CMakeLists.txt | 92 # Need to make it an executable so we can use the TARGET_FILE_DIR generator expression.
|
A D | configure | 2852 an arm of an if-expression whose if-part is not a constant 2853 expression */
|
/AliOS-Things-master/components/ai_agent/ |
A D | README.md | 205 Recognize expression result:
|
/AliOS-Things-master/components/freetype/src/gxvalid/ |
A D | README | 133 State Machine itself, because these are `expression' errors of state
|
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/ |
A D | README.rst | 488 …ulfalizer/Kconfiglib/blob/master/examples/eval_expr.py>`_ evaluates an expression in the context o…
|