代码搜索:image processing
找到约 10,000 项符合「image processing」的源代码
代码结果 10,000
www.eeworm.com/read/455033/7379281
c image.c
#include "medit.h"
#include "sproto.h"
#include "extern.h"
PPMimage *loadPPM(const char *imgname,int *type) {
pPPMimage result;
FILE *fp;
int i,k,typimg,ret,r,g,b,s,maxval,bitsize
www.eeworm.com/read/455033/7379284
h image.h
#ifdef __cplusplus
extern "C" {
#endif
enum imgtyp {DEFAULT=0, P2,P3,P5,P6, PS,
GREY,RGB,RED,GREEN,BLUE,COLOR};
typedef struct {
int sizeX,sizeY;
GLubyte *data;
} PPMimage;
www.eeworm.com/read/455029/7379487
jpg image.jpg
www.eeworm.com/read/454644/7386200
cpp image.cpp
#include "pch.h"
#include "util.h"
#include "main.h"
#include "image.h"
Module::Module ( )
{
m_dwRefCount = 0 ;
}
Module::~Module ( )
{
Dispose ( ) ;
}
void Module::AddRef ( )
{
www.eeworm.com/read/454644/7386220
h image.h
#pragma once
struct Module ;
struct Function
{
CString m_strName ;
CString m_strForward ;
CString m_strUnDecorateName ;
BOOL m_bHasName ;
BOOL m_bForward ;
WORD m_wOrdinal ;
www.eeworm.com/read/454634/7386348
fs image.fs
#!TRAP_INFO 1 MessageCancelFirst
#!TRAP_INFO 1 MessageFree
#!TRAP_INFO 1 MessageSendConditionally
#!TRAP_INFO 1 MessageSendLater
#!TRAP_INFO 1 MessageWait
#!TRAP_INFO 1 Panic
#!TRAP_INFO 1 PanicNull
#