Home
last modified time | relevance | path

Searched refs:expression (Results 1 – 25 of 41) sorted by relevance

12

/AliOS-Things-master/components/ucloud_ai/src/model/
A Dfacebody.cc70 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 DHaasMLCloud.cpp219 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 Dfacebody.h20 char *expression; member
34 RecognizeExpressionStruct expression; member
/AliOS-Things-master/solutions/ucloud_ai_demo/
A Ducloud_ai_demo.c94 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 DSDL_stdinc.h133 #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 Ddebug.h94 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
/AliOS-Things-master/components/ai_agent/example/
A Daiagent_example.c38 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 Ddebug.h93 #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 DRecognizeExpressionResult.h46 std::string expression; member
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/osif/
A Dosif.h36 void osif_assert(const char *expression, const char *file, uint16_t line);
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DSelectObjectRequest.h39 void setExpression(const std::string& expression, ExpressionType type = SQL);
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/facebody/src/model/
A DRecognizeExpressionResult.cc48 elementObject.expression = dataNodeElementsElement["Expression"].asString(); in parse()
/AliOS-Things-master/components/oss/src/model/
A DSelectObjectRequest.cc257 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 Dftmemory.h42 #define FT_SET_ERROR( expression ) \ argument
43 ( ( error = (expression) ) != 0 )
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/
A Dtest262.patch71 function testPropertyEscapes(regex, string, expression) {
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dtest262.conf71 coalesce-expression
/AliOS-Things-master/components/littlevgl/docs/
A DCODE_OF_CONDUCT.md5 …gardless of age, body size, disability, ethnicity, gender identity and expression, level of experi…
/AliOS-Things-master/components/py_engine/engine/tools/
A Dhaasboard.py487 def eval(self, expression): argument
488 ret = self.exec_("print({})".format(expression))
A Dpyboard.py459 def eval(self, expression): argument
460 ret = self.exec_("print({})".format(expression))
A Duncrustify.cfg754 # (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 DCMakeLists.txt92 # Need to make it an executable so we can use the TARGET_FILE_DIR generator expression.
A Dconfigure2852 an arm of an if-expression whose if-part is not a constant
2853 expression */
/AliOS-Things-master/components/ai_agent/
A DREADME.md205 Recognize expression result:
/AliOS-Things-master/components/freetype/src/gxvalid/
A DREADME133 State Machine itself, because these are `expression' errors of state
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/
A DREADME.rst488 …ulfalizer/Kconfiglib/blob/master/examples/eval_expr.py>`_ evaluates an expression in the context o…

Completed in 30 milliseconds

12