不同板卡不同生成的修改
This commit is contained in:
@@ -3936,18 +3936,32 @@ En.MIXlY_SCREEN_SHOW_CAM_SHOOT = 'Display Camera Capture on Screen';
|
||||
En.MIXlY_STOP_SCREEN_DISPLAY = 'Turn Off Real-Time LCD Display of Camera Capture';
|
||||
En.MIXLY_RECOGNITION = 'Detection';
|
||||
En.MIXLY_GET_QR_CODE_RECOGNITION_RESULT = 'Get QR Code Detection Result';
|
||||
En.MIXLY_GET_QR_CODE_RECOGNITION_RESULT_TOOLTIP = 'Returns None if no result is detected. If detected, a green square appears in the top-left corner, and the QR code information is returned.';
|
||||
// En.MIXLY_GET_QR_CODE_RECOGNITION_RESULT_TOOLTIP = 'Returns None if no result is detected. If detected, a green square appears in the top-left corner, and the QR code information is returned.';
|
||||
En.COLOUR_RGB_GREY = "Gray";
|
||||
En.MIXLY_CUSTOM_STUDY = "Custom Learning";
|
||||
En.MIXLY_GET_COLOR_DETECTION_RESULT = 'Get Color Detection Result';
|
||||
// En.MIXLY_GET_COLOR_DETECTION_RESULT = 'Get Color Detection Result';
|
||||
En.MIXLY_GET_COLOR_DETECTION_RESULT_TOOLTIP = 'Get color detection results, returning the number of rectangular regions and their top-left and bottom-right coordinates (4 values).';
|
||||
En.MIXLY_CAT_FACE = 'Cat Face';
|
||||
En.MIXLY_GET_CAT_FACE_DETECTION_RESULT = 'Get Cat Face Detection Result';
|
||||
En.MIXLY_GET_CAT_FACE_DETECTION_RESULT_TOOLTIP = 'Get cat face detection results, returning the number of rectangular regions and their top-left and bottom-right coordinates (4 values).';
|
||||
En.MIXLY_GET_PEOPLE_FACE_DETECTION_RESULT = 'Get Face Detection Result';
|
||||
En.MIXLY_GET_PEOPLE_FACE_DETECTION_RESULT_TOOLTIP = 'Get face detection results, returning the number of rectangular regions, their bounding box coordinates, and five key facial landmarks. Explanation: v[0]: number of faces; v[1-4]: top-left and bottom-right coordinates; v[5-14]: left eye, right eye, nose, left mouth corner, right mouth corner coordinates.';
|
||||
En.MIXLY_GET_PEOPLE_FACE_RECOGNITION_RESULT = 'Get Face Recognition Result';
|
||||
En.MIXLY_GET_PEOPLE_FACE_RECOGNITION_RESULT_TOOLTIP = 'Get face recognition results, returning face ID (starting from 1), rectangular regions, and corresponding 5-point coordinates. Explanation: v[0]: number of faces; v[1-4]: top-left and bottom-right coordinates; v[5-14]: left eye, right eye, nose, left mouth corner, right mouth corner coordinates.';
|
||||
// En.MIXLY_GET_PEOPLE_FACE_DETECTION_RESULT = 'Get Face Detection Result';
|
||||
// En.MIXLY_GET_PEOPLE_FACE_DETECTION_RESULT_TOOLTIP = 'Get face detection results, returning the number of rectangular regions, their bounding box coordinates, and five key facial landmarks. Explanation: v[0]: number of faces; v[1-4]: top-left and bottom-right coordinates; v[5-14]: left eye, right eye, nose, left mouth corner, right mouth corner coordinates.';
|
||||
// En.MIXLY_GET_PEOPLE_FACE_RECOGNITION_RESULT = 'Get Face Recognition Result';
|
||||
// En.MIXLY_GET_PEOPLE_FACE_RECOGNITION_RESULT_TOOLTIP = 'Get face recognition results, returning face ID (starting from 1), rectangular regions, and corresponding 5-point coordinates. Explanation: v[0]: number of faces; v[1-4]: top-left and bottom-right coordinates; v[5-14]: left eye, right eye, nose, left mouth corner, right mouth corner coordinates.';
|
||||
En.FACE_ENROLL = 'Enroll Face';
|
||||
En.MIXLY_DELETE_PEOPLE_FACE_ID = 'Delete Face ID Information';
|
||||
En.MIXLY_GET_PICTURE_DATA_TOOLTIP = 'Return the image data (width, height, data)';
|
||||
En.MIXLY_HOW_MUCH = 'How many';
|
||||
En.MIXLY_Pixel_block = 'Pixel block';
|
||||
En.MIXLY_KEYPOINT = 'Keypoint';
|
||||
En.MIXLY_LEFT_EYE = 'Left eye';
|
||||
En.MIXLY_RIGHT_EYE = 'Right eye';
|
||||
En.MIXLY_NOSE = 'Nose';
|
||||
En.MIXLY_LEFT_MOUSE_CORNER = 'Left corner of mouth';
|
||||
En.MIXLY_RIGHT_MOUSE_CORNER = 'Right corner of mouth';
|
||||
En.MIXLY_RECOGNITION_RECGNITION = 'Recognition';
|
||||
En.MIXLY_synchronize = 'Synchronize';
|
||||
En.MIXLY_Display_long_text = 'Display long text';
|
||||
En.MIXLY_BROADCAST_SYSTEM_TIME = 'Broadcast system time';
|
||||
En.MIXLY_DETAILED = 'Detailed';
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user