代码搜索结果
找到约 73,884 项符合
Image 的代码
http:^^justzaam.stat.wisc.edu^statistics^image.html
Date: Tuesday, 05-Nov-96 00:07:58 GMT
Server: NCSA/1.3
MIME-version: 1.0
Content-type: text/html
Last-modified: Friday, 03-May-96 16:30:26 GMT
Content-length: 33469
Image Librari
image.h
/*
* image.h
*
* (C)2000 Jordan DeLong & Dan Potter
* For copying information, please see main.c
*/
#ifndef _IMAGE_H_
#define _IMAGE_H_
/* "Source dump" format */
typedef struct {
image.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="F:\Program Files\ti\myprojects\image\"
ProjectType=Executable
CPUFamily=TMS320C54XX
image.c
/*
* File: image.c
*
* Copyright (C) 1997 Raph Levien
* Copyright (C) 1999 James McCollough
*
* This program is free software; you can redistribute it and/or mod
image.h
#ifndef IMAGE_H
#define IMAGE_H
#include "wave.h"
typedef struct Image Image;
struct Image
{
int width,height;
int strideBytes;
ubyte * BGRplane;
};
Image * Image_Create(int w,int
image.c
#include "image.h"
#include
#include
#include "mathutil.h"
void Image_MirrorExtend(Image *im,int fmw,int fmh)
{
ubyte * ptr;
int x,y;
int neww,newh;
int s
opencv image processing and computer vision reference manual.mht
From:
Subject: OpenCV: Image Processing and Computer Vision Reference Manual
Date: Fri, 3 Dec 2004 08:30:54 +0800
MIME-Version: 1.0
Content-Type: multipart/rel