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
相關文章
相關標籤/搜索