代码搜索结果
找到约 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*
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*
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
cmregisterio.h
/*
* File: RegisterIO.h
*
* Description: Register I/O definitions
*
*/
#ifndef REGISTERIO_H
#define REGISTERIO_H
/* Register addresses */
#define CM_REG_ID 0x0000 /* camera ID */
cpia_usb.c
/*
* cpia_usb CPiA USB driver
*
* Supports CPiA based parallel port Video Camera's.
*
* Copyright (C) 1999 Jochen Scharrlach
* Copyright (C) 1999, 2000 Jo
lv20x0.pas
unit Lv20x0;
interface
uses Windows;
// LV20x0 DLL - DLL for control of LV20x0 camera series via RS-232c
// ================================================================
// The constan
mycanvas.java
package manually;
import javax.microedition.lcdui.*;
import javax.microedition.m3g.*;
public class MyCanvas extends Canvas {
private Graphics3D iG3D;
private Camera
cpia_usb.c
/*
* cpia_usb CPiA USB driver
*
* Supports CPiA based parallel port Video Camera's.
*
* Copyright (C) 1999 Jochen Scharrlach
* Copyright (C) 1999, 2000 Jo
ov511.c
/*
* OmniVision OV511 Camera-to-USB Bridge Driver
*
* Copyright (c) 1999-2001 Mark W. McClelland
* Original decompression code Copyright 1998-2000 OmniVision Technologies
* Many improvements by B