代码搜索结果
找到约 1,572 项符合
Calibration 的代码
jamfile.v2
# Bayes++ Jamfile - See Boost.build v2
# Quadratic Calibration - filter example
project
:
: default-build release
;
exe quadcalib :
"QuadCalib.cpp"
../BayesFilter//BayesFilter
;
calibration.h
#ifndef __calibration
#define __calibration
void CalPlus(void);
void CalMinus(void);
void CalMode(unsigned char mode);
#endif /* __calibration */
calibration.c
//**************************************************************************
// Calibration Routines for the FE427
//
// Stefan Schauer
// Texas Instruments Freising
// Date Co
makefile
CROSS_COMPILE = arm-linux-
EXEC = touchmain
#OBJS = calibration.o
OBJS = touchmain.o touch.o
CC = $(CROSS_COMPILE)gcc
STRIP = $(CROSS_COMPILE)strip
CFLAGS = -O2
all: clean $(EXEC)
aec_calibrate.ini
[META version]
META version= ver 5.6.0
[AEC calibration]
Rx default FIR=32767,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
LoudSpeaker Mode Debug Param
calibration.h
/* This file has been prepared for Doxygen automatic documentation generation.*/
/*! \file *********************************************************************
*
* \brief
* Defines and va
faq.txt
###########################################################
Tsai Camera Calibration FAQ - Reg Willson
Date: Oct 27, 1995
If you have any questions, comments, or suggestions about this document,
simon_h.m
%
% ***********************************************************************************
% ******* A Flexible New Technique for Camera Calibration *******
% *********************
license.txt
Microsoft Easy Camera Calibration Tool 1.0
This Microsoft Research end user license agreement ("MSR-EULA") is a legal agreement between you and Microsoft Corporation (揗icrosoft
globe.map
Simple Calibration v1
SIZE 640 320
IMG globe.png
CAL -180 90 0 0
CAL 180 90 639 0
CAL -180 -90 0 319
CAL 180 -90 639 319
CAL 0 0 320 160