代码搜索结果
找到约 10,000 项符合
Image 的代码
dw_image.h
#ifndef __DW_IMAGE_H__
#define __DW_IMAGE_H__
#include
#include "dw_widget.h"
#include "url.h" /* for DilloUrl */
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
#defin
dw_image.c
/*
* File: dw_image.c
*
* Copyright (C) 2001 Sebastian Geerken ,
* Jorge Arellano Cid
*
* This program is free software; you can redistrib
image_rgb.m
function image_rgb(M)
% Show a matrix of integers as a color image.
% This is like imagesc, except we know what the mapping is from integer to color.
% If entries of M contain integers in {1,2,3},