这个人很懒,暂无签名信息
获取I帧并存储且转换为jpg图片 kj.sh root@u12d32:/opt/qy_test/avserver# cat kj.sh #!/usr/local/env sh gcc -o i_frame_to_jpg i_frame_to_jpg.c ./i_frame_to_jpg $1 ls i_frame_to_jpg.c #include #include #include ...
平滑处理使用的函数为cvSmooth,例题如下:#include StdAfx.h #include #include #include void main() { IplImage* img_src=0; IplImage* img_dst=0; char* pictureImage=(char*)(guagua.bmp); img_src=cvLoadImage(pictureIma...