file_and_time.h

来自「it runs for blob detection with opencv」· C头文件 代码 · 共 30 行

H
30
字号
/***  Source file for blobdetect. (c) 2004 Per-Erik Forssen****  This program is free software; you can redistribute it and/or modify**  it under the terms of the GNU General Public License as published by**  the Free Software Foundation; either version 2 of the License, or**  (at your option) any later version.**  **  See the file COPYING for details.***/#ifndef __FILE_AND_TIME#define __FILE_AND_TIME#include <stdio.h>#include <time.h>#include "image_buffer.h"void write_time_diff(char *strg,clock_t t0,clock_t t1);void read_pnm_file(char *fname,char *pname,buffer **bf_image,int ssfl);int write_pnm_file(char *fname,char *pname,buffer *bf_image);void dump_to_file(FILE *out_fid,char *vname,buffer *bf_var);void idump_to_file(FILE *out_fid,char *vname,ibuffer *bf_var);#endif /* __FILE_AND_TIME */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?