代码搜索结果
找到约 5,548 项符合
Camera 的代码
moonten.inf
;Installation File (.inf) for USB PC Camera
[Version]
Signature="$CHICAGO$"
LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
Class=Image
ClassGUID={6bdd1fc6-810f-11d0-bec7-08002be2092f}
Provide
cacal.m
function [par,pos,iter,res,er,C]=cacal(name,data1,data2,data3,data4,data5,data6)
%CACAL Calibration routine for computing the camera parameters. The
%initial values are solved by using the DLT method
dlt2d.m
function [pos,foc,u0,v0,b1,b2]=dlt2d(sys,data)
%DLT2D Direct linear transform for coplanar control points, which
%calculates the initial camera position for nonlinear optimization.
%
%Usage:
% [pos,
circal.m
function [par,pos,iter,res,er,C]=circal(name,data1,data2,data3,data4,data5,data6)
%CIRCAL Three-step calibration routine for computing the camera parameters.
%In the first step the initial values are
onoff.cc
const char *help = "\
progname: onoff.cc\n\
code2html: This program switch ON/OFF a Sony pan/til/zoom camera using a VISCA serial interface.\n\
version: Torch3 vision2.0, 2003-2005\n\
(c) Sebastien Ma
spcagamma.h
#ifndef GAMMA_TABLES_H
#define GAMMA_TABLES_H
/* Gamma tables for the spca5xx camera (25/12/2003) by mxhaard@magic.fr
* Original work from
* Adam M. Costello
* Gamma_tables_h i
ov7x20.c
/* OmniVision OV7620/OV7120 Camera Chip Support Code
*
* Copyright (c) 1999-2004 Mark McClelland
* http://alpha.dyndns.org/ov511/
*
* OV7620 fixes by Charl P. Botha
spcagamma.h
#ifndef GAMMA_TABLES_H
#define GAMMA_TABLES_H
/* Gamma tables for the spca5xx camera (25/12/2003) by mxhaard@magic.fr
* Original work from
* Adam M. Costello
* Gamma_tables_h i
particlepoints.java
package com.jmex.effects.particles;
import com.jme.math.Vector2f;
import com.jme.math.Vector3f;
import com.jme.renderer.Camera;
import com.jme.renderer.Renderer;
import com.jme.scene.Point;
im
ov7x20.c
/* OmniVision OV7620/OV7120 Camera Chip Support Code
*
* Copyright (c) 1999-2004 Mark McClelland
* http://alpha.dyndns.org/ov511/
*
* OV7620 fixes by Charl P. Botha