代码搜索结果

找到约 5,548 项符合 Camera 的代码

decdlt.m

function [t, r, intern, lambda] = DLTdecomp(dlt) %DLTDECOMP Decomposition of DLT matrix % % Syntax: % [t, r, intern, lambda] = DLTDECOMP(dlt) % % Input: % DLT = Direct Linear Transform matrix (3 x 4

makfile

#Makefile all: GLoo.a CXXFLAGS=-Wall -O2 -g LOADLIBES=LDLIBS = -lglut -lGL -lGLU -lXmu -lX11 -lm -L/usr/X11R6/lib CC=g++ GLoo.a: Gloo.a(Node.o Camera.o Color.o Cube.o GLViewer.o Geometry.o Light.o

widget.xml

example_camera 1.0 example 1.0

readme.axis_2100

Using motion with the Axis 2100 network camera First compile the motion binary as described in README and INSTALL Then edit motion.conf: Add your axis cameras ip address to the netcam_url paramter in

tvqc_example.m

% tvqc_example.m % % Test out tvqc code (TV minimization with quadratic constraint). % % Written by: Justin Romberg, Caltech % Email: jrom@acm.caltech.edu % Created: October 2005 % % use implicit, ma

tvdantzig_example.m

% tvdantzig_example.m % % Test out tvdantzig code (TV minimization with bounded residual correlation). % % Written by: Justin Romberg, Caltech % Email: jrom@acm.caltech.edu % Created: October 2005 %

dc1394_control_linux.c

/* * 1394-Based Digital Camera Control Library * Copyright (C) 2000 SMART Technologies Inc. * * Written by Gord Peters * Additions by Chris Urmson

billiards.cpp

// Billiard ball simulator // Created by Nelis Franken // ----------------------------------------------------------- // Main implementation file // --------------------------------------------------

billiards.cpp

// Billiard ball simulator // Created by Nelis Franken // ----------------------------------------------------------- // Main implementation file // --------------------------------------------------

my3dcanvas.java

import java.io.IOException; import javax.microedition.lcdui.Canvas; import javax.microedition.lcdui.Command; import javax.microedition.lcdui.CommandListener; import javax.microedition.lcdui.Disp