| 104 | } |
| 105 | |
| 106 | MaaBool ChildCustomRecognitionCallback( |
| 107 | MaaContext* context, |
| 108 | MaaTaskId task_id, |
| 109 | const char* node_name, |
| 110 | const char* custom_recognition_name, |
| 111 | const char* custom_recognition_param, |
| 112 | const MaaImageBuffer* image, |
| 113 | const MaaRect* roi, |
| 114 | void* trans_arg, |
| 115 | /* out */ MaaRect* out_box, |
| 116 | /* out */ MaaStringBuffer* out_detail) |
| 117 | { |
| 118 | std::cout << "at ChildCustomRecognitionCallback" << std::endl; |
| 119 | |
| 120 | return true; |
| 121 | } |
nothing calls this directly
no outgoing calls
no test coverage detected