代码搜索结果

找到约 73,884 项符合 Image 的代码

image.c

#include #include "image.h" struct image *image_new(int width, int height) { struct image *img = (struct image*)malloc(sizeof(struct image)); if(img) { img->width = width; img->heigh

image.h

#ifndef _IMAGE_H_INCLUDED_ #define _IMAGE_H_INCLUDED_ struct image { int bufsize; int width, height; unsigned char *buf; }; struct RGB { char r; char g; char b; }; struct image *image_new(in

image.h

/*! ************************************************************************ * \file image.h * * \brief * prototypes for image.c * **************************************************

image.h

/*! ************************************************************************ * \file image.h * * \brief * headers for image processing * * \author * Main contributors (see cont

image.cpp

// Image.cpp : implementation file // #include "stdafx.h" #include "picture.h" #include "Image.h" #include #include #include #include "Image.h" #includ

image.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="C:\ti\myprojects\wenting\solution\image\" ProjectType=Executable CPUFamily=TMS320C64X