| | |
| | | char *targetPointXstr; |
| | | char *targetPointYstr; |
| | | //{"x":148,"y":45},{"x":148,"y":539},{"x":769,"y":539},{"x":769,"y":45} |
| | | //{148, 45}, {148, 539}, {769, 539}, {769, 45} |
| | | Record record; |
| | | IndirectAlg indirectAlg((std::initializer_list<Point>){{148, 45}, {148, 539}, {769, 539}, {769, 45} }, 2, {621, 0}); |
| | | IndirectAlg indirectAlg((std::initializer_list<Point>){}, 3, {621, 0}); |
| | | |
| | | // const char *delim = " "; |
| | | while(fin.getline(line, 1024)) { |
| | |
| | | // printf("key = %s, value=%s\n", key, value); |
| | | } |
| | | fin.close(); |
| | | sleep(30); |
| | | } |
| | | |
| | | |
| | | int main() { |
| | | test3(); |
| | | |
| | | |
| | | } |