代码搜索结果
找到约 5,548 项符合
Camera 的代码
demo_image_deblur.m
% This demo shows the reconstruction of a sparse image
% of randomly placed plus an minus ones
%
close all
clear
clf
f = double(imread('Camera.tif'));
[m n] = size(f);
scrsz = get(0,'ScreenSize');
setflags.m
function setFlags(ste,flags,val)
%
%
% SETFLAGS(ste,flags,val)
%
% Sets flags, i.e. which parameters to estimate (see also setFlag in @CameraModel), for boths camera models.
%
%
ste.lef
common.h
/*
*
* drivers/media/video/mx2ads/common.h
*
* Common debugging routines
* This drives based on capture driver for OMAP camera
*
* Author: MontaVista Software, Inc.
*
extrinsic_computation.m
%%% INPUT THE IMAGE FILE NAME:
if ~exist('fc')|~exist('cc')|~exist('kc')|~exist('alpha_c'),
fprintf(1,'No intrinsic camera parameters available.\n');
return;
end;
dir;
fprintf(1,'\n'
extrinsic_computation.m
%%% INPUT THE IMAGE FILE NAME:
if ~exist('fc')|~exist('cc')|~exist('kc')|~exist('alpha_c'),
fprintf(1,'No intrinsic camera parameters available.\n');
return;
end;
dir;
fprintf(1,'\n'
synth.m
function y = synth( cmds, data, num_steps )
% SYNTH cmd list based 3D trajectory generator
% This file generates translation and rotation vectors
% for a camera moving in 3 space, from a command
qc-hdcs.c
/* Start of file */
/* {{{ [fold] Comments */
/*
* qc-usb, linux V4L driver for the Logitech QuickCam USB camera family
*
* qc-hdcs.c - HDCS Sensor Implementation
*
* This program is free softwa
extrinsic_computation.m
%%% INPUT THE IMAGE FILE NAME:
if ~exist('fc')|~exist('cc')|~exist('kc')|~exist('alpha_c'),
fprintf(1,'No intrinsic camera parameters available.\n');
return;
end;
dir;
fprintf(1,'\n'
roam.cpp
#include "HEADERS.H"
#include "FRUSTUM.H"
#include "CAMERA.H"
#include "ROAM.H"
USING NAMESPACE CGE::MATRIX;
USING NAMESPACE CGE::TERRAIN;
USING NAMESPACE CGE::CULLING;
////////////////////////
roam.cpp
#include "HEADERS.H"
#include "FRUSTUM.H"
#include "CAMERA.H"
#include "ROAM.H"
USING NAMESPACE CGE::MATRIX;
USING NAMESPACE CGE::TERRAIN;
USING NAMESPACE CGE::CULLING;
////////////////////////