代码搜索结果

找到约 1,572 项符合 Calibration 的代码

faq.txt

########################################################### Tsai Camera Calibration FAQ - Reg Willson Date: Oct 27, 1995 If you have any questions, comments, or suggestions about this document,

jamfile

# Bayes++ Jamfile - See Boost.build # Quadratic Calibration - filter example # Declare the location of this subproject relative to the project root. subproject "QuadCalib" ; # The executable for th

jamfile.v2

# Bayes++ Jamfile - See Boost.build v2 # Quadratic Calibration - filter example project : : default-build release ; exe quadcalib : "QuadCalib.cpp" ../BayesFilter//BayesFilter ;

simon_h.m

% % *********************************************************************************** % ******* A Flexible New Technique for Camera Calibration ******* % *********************

faq.txt

########################################################### Tsai Camera Calibration FAQ - Reg Willson Date: Oct 27, 1995 If you have any questions, comments, or suggestions about this document,

calibration.html

Links Calibration Links Calibration Procedure To get a flawless

calibration.c

void Calibration(void) { float fvalue; unsigned int uiFactTemp; #ifdef TAMPER_DETECTION unsigned int uiTemp; #endif WDTCTL = WDT_ARST_1000; switch(DM.ucCalibrationMode) { #ifndef

calibration.c

void Calibration(void) { float fvalue; unsigned int uiFactTemp; #ifdef TAMPER_DETECTION unsigned int uiTemp; #endif WDTCTL = WDT_ARST_1000; switch(DM.ucCalibrationMode) { #ifndef

simon_h.m

% % *********************************************************************************** % ******* A Flexible New Technique for Camera Calibration ******* % *********************

camcalp_c.m

%CAMCALP_C Camera calibration matrix from parameters (central projection) % % C = CAMCALP_C(cp) % C = CAMCALP_C(cp, Tcam) % C = CAMCALP_C(cp, pC, x, z) % % Compute a 3x4 camera calibration matrix from