代码搜索结果
找到约 10,000 项符合
Image 的代码
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},
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},
radio_image.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
checkbox_image.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
read_image.tcl
proc read_image {filename addr size} {
set WR [open $filename "w"]
fconfigure $WR -translation binary
set count 0
#set size 0x2d0d
puts "Reading image from $addr into file: $filename"
while {$count