资源简介
代码片段和文件信息
//txt2img
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
int main(int argcchar *argv[])
{
IplImage *src=NULL;
char *text;
int widthheight;
int RGB;
int xy;
if(argc==10 )
{
text=argv[2];
width=atoi(argv[3]);
height=atoi(argv[4]);
x=atoi(argv[5]);
y=atoi(argv[6]);
R=atoi(argv[7]);
G=atoi(argv[8]);
B=atoi(argv[9]);
src=cvCreateImage(cvSize(widthheight)IPL_DEPTH_8U3);
if(!src)
{
printf(“Can not create the image.\n“);
return -1;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 843824 2006-10-18 21:49 publish\cv100.dll
文件 1011764 2006-10-18 21:49 publish\cxcore100.dll
文件 626741 2006-10-18 21:50 publish\highgui100.dll
文件 595 2009-06-10 13:40 publish\Read Me.txt
文件 6819 2009-06-10 13:44 publish\result\Created by PenG.jpg
文件 5430 2009-06-10 13:44 publish\result\pengjun85.jpg
文件 27 2009-06-10 13:31 publish\Setting.txt
文件 4380 2009-06-10 13:28 publish\src\txt2img.dsp
文件 537 2009-06-10 13:23 publish\src\txt2img.dsw
文件 26 2009-06-10 13:31 publish\textlist.txt
文件 2452 2009-06-10 13:38 publish\txt2img.cpp
文件 4438 2009-06-10 13:43 publish\txt2img.dsp
文件 537 2009-06-10 13:23 publish\txt2img.dsw
文件 180224 2009-06-10 13:38 publish\txt2img.exe
文件 33792 2009-06-10 13:43 publish\txt2img.ncb
文件 49664 2009-06-10 13:43 publish\txt2img.opt
文件 250 2009-06-10 13:38 publish\txt2img.plg
目录 0 2009-06-10 13:44 publish\result
目录 0 2009-06-10 13:43 publish\src
目录 0 2009-06-10 13:43 publish
----------- --------- ---------- ----- ----
2771500 20
相关资源
- 视频转图片(opencv)
- c++ 数字键盘设计(源码)
- Linux优先级时间片调度C++源码
- c++ RoyCardTableView 列表插入
- 一个基于AD0808的模数转换电路及程序
- 电机控制平台(c++源码)
- PID 控制算法实现(fuzzy-PID-controller)
- c++ 获取当前执行位置的调用栈
- windows文件夹监控(c++源码)
- C++ tts开发 可调节语速,音量,切换语
- c++(3_MSGS.C)
- directx实现正方体图片映射
- c++实现P2PDemo(点对点聊天)
- windows 串口升级工具(c++源码)
- ntmedsys.sys(c++源码)
- DSS中的RTSPclientLib程序
- c 常用的数据结构 (Errata for Ford/Top
- RTSPRTP C++ 源代码
-
c++ xm
lRPC - 将音视频文件转换为rtsp流(live555 媒
- rip协议编程及代码实现
- ippicv_2017u3_win_intel64_general_20170822.zip
- Windows Sockets 编程及UR机器人通信数据
- 跟进域名解析IP地址(c++ builder)
- A/D转换程序(pcf8591)
- iCord-屏幕录制(c++源码)
- 用ADO 对C++连接ORACLE 数据库
- 基于libevent 实现的http服务C++(myhttp
- 多人聊天室c++源码(附服务器端以及
- g711a音频文件转aac格式
评论
共有 条评论