代码搜索结果
找到约 5,548 项符合
Camera 的代码
undistort_image.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;
KK = [fc(1) alpha_c*
ov511.c
/*
* OmniVision OV511 Camera-to-USB Bridge Driver
*
* Copyright (c) 1999-2003 Mark W. McClelland
* Original decompression code Copyright 1998-2000 OmniVision Technologies
* Many improvements by B
merge_two_datasets.m
fprintf(1,'Script that merges two "Cabib_Results.mat" data sets of the same camera into a single dataset\n')
dir;
cont = 1;
while cont
data_set1 = input('Filename of the first dataset (w
undistort_image.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;
KK = [fc(1) alpha_c*
glcamera.h
#ifndef GLCAMERA_H
#define GLCAMERA_H
/*
Szymon Rusinkiewicz
Princeton University
GLCamera.h
Manages OpenGL camera and trackball/arcball interaction
*/
#include "Vec.h"
#include "XForm.h"
#include "
ovcamchip_core.c
/* Shared Code for OmniVision Camera Chip Drivers
*
* Copyright (c) 2004 Mark McClelland
* http://alpha.dyndns.org/ov511/
*
* This program is free software; you can redist
get_video_data.m
% get_video_data.m
imaqreset
hw=imaqhwinfo('winvideo'); %create video object
if length(hw.DeviceIDs)>0
msg='Grab live data from camera or load captured data from file?';
button=quest
ovusb2.inf
;
; OVtcam2.INF -- This file contains installation information
; for OmniVision Dual Mode USB Camera 2800lus
;
[Version]
LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
signature
ov511.c
/*
* OmniVision OV511 Camera-to-USB Bridge Driver
*
* Copyright (c) 1999-2002 Mark W. McClelland
* Original decompression code Copyright 1998-2000 OmniVision Technologies
* Many improvements by B
ovcamchip_core.c
/* Shared Code for OmniVision Camera Chip Drivers
*
* Copyright (c) 2004 Mark McClelland
* http://alpha.dyndns.org/ov511/
*
* This program is free software; you can redist