代码搜索结果

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

main.cpp

#include "D3DBase.h" #include "mesh.h" #include "Camera.h" #include "Mesh.h" #include "D3DShader.h" #include "FXShader.h" class CBasicD3DApp : public CD3DApplication { CD3DMesh m_Mesh;

cam_proj_calib_optim.m

load camera_results; string_global = 'global n_ima'; for kk = 1:n_ima, string_global = [string_global ' x_' num2str(kk) ' X_' num2str(kk) ' xproj_' num2str(kk) ' x_proj_' num2str(kk)]; end;

saving_calib_no_results.m

if ~exist('n_ima'), fprintf(1,'No calibration data available.\n'); return; end; check_active_images; for kk = 1:n_ima, if ~exist(['dX_' num2str(kk)]), eval(['dX_' num2str(kk) '= d

cam_proj_calib_optim.m

load camera_results; string_global = 'global n_ima'; for kk = 1:n_ima, string_global = [string_global ' x_' num2str(kk) ' X_' num2str(kk) ' xproj_' num2str(kk) ' x_proj_' num2str(kk)]; end;

saving_calib_no_results.m

if ~exist('n_ima'), fprintf(1,'No calibration data available.\n'); return; end; check_active_images; for kk = 1:n_ima, if ~exist(['dX_' num2str(kk)]), eval(['dX_' num2str(kk) '= d

main.cpp

//============================================================== //============================================================== //= main.cpp =================================================== //

makefile.builtin

################################################# # Makefile for FIMC20 # 2004 (C) Samsung Electronics # Author : SW.LEE #################################################

pvcamfocus.m

function varargout = pvcamfocus(varargin) % PVCAMFOCUS - runs an ICL script for camera focus % % PVCAMFOCUS acquires a series of images from a PVCAM camera using ICL % and frame transfer m

test.h

#ifndef __TEST_DEFINED #define __TEST_DEFINED // Bits definition for the available devices #define SDRAM_AVAILABLE 0x00000001 #define ADV7171_AVAILABLE 0x00000002 #define ADV7181_AVAILABLE 0

cam_proj_calib_optim.m

load camera_results; string_global = 'global n_ima'; for kk = 1:n_ima, string_global = [string_global ' x_' num2str(kk) ' X_' num2str(kk) ' xproj_' num2str(kk) ' x_proj_' num2str(kk)]; end;