• 大小: 1.03M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-29
  • 语言: C/C++
  • 标签: 图片  转换  c++  c  2  

资源简介


资源截图

代码片段和文件信息

//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


评论

共有 条评论