代码搜索结果
找到约 10,000 项符合
Image 的代码
rotate_image.m
function [out_image_m,out_ref_points_m] = rotate_image( degree, in_image_m, in_ref_points_m )
%
% rotate_image - rotates an image given inside a matrix by the amount of "degree" counter-clockwise
%
image.c.bak
#include "AEEModGen.h" // Module interface definitions
#include "AEEAppGen.h" // Applet interface definitions
#include "AEEShell.h" // Shell interface definitions
#include "AEEImage.h"
image_res.h
#ifndef IMAGE_RES_H
#define IMAGE_RES_H
// WARNING: DO NOT MODIFY THIS FILE
// AUTO-GENERATED BY BREW Resource Editor
#define IMAGE_RES_FILE "image.bar"
#define IM_LINA 5001
#endif
image_scale.m
function output = image_scale(input,lower,upper)
% USAGE : output = image_scale(input,lower,upper)
%
% input = image to be scaled
% lower,upper = new limits to impose on image
% output = newly-scaled