Ubuntu C/C++ 获取系统时间

使用OpenCV处理图像的时,可使用linux系统的<sys/time.h>头文件获取图像处理时间。linux #include <sys/time.h> Code Example:bash #include <stdio.h> #include <sys/time.h> int main(int argc, char **argv) { struct timeval tv; getti
相关文章
相关标签/搜索