代码搜索结果
找到约 1,698 项符合
Calibration 的代码
index.txt
This file describes the files contained in release 3.0b3.
The files include:
index.txt this file
changes.txt listing of the version to version changes
faq.txt frequently asked questions
notes.tx
read me.txt
主程序为 Tsai
参考 TestData 以了解调用方法
Ncx,Nfx,Cx,Cy,dx,dy,sx 七个参数可以这样得到:
Ncx,Nfx,sx 简单的设为1。
Cx,Cy 设为像素中心,也即是如果图像是800×600,那就设为400、300。
但我的例子中的值是用其它的方法标定出来的。可以参考Tsai的另外一篇论文:
Techniques for
read me.txt
主程序为 Tsai
参考 TestData 以了解调用方法
Ncx,Nfx,Cx,Cy,dx,dy,sx 七个参数可以这样得到:
Ncx,Nfx,sx 简单的设为1。
Cx,Cy 设为像素中心,也即是如果图像是800×600,那就设为400、300。
但我的例子中的值是用其它的方法标定出来的。可以参考Tsai的另外一篇论文:
Techniques for
stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// Calibration.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stda
cc1100.lst
C51 COMPILER V8.02 CC1100 11/02/2007 10:01:25 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE CC1100
OBJECT MODULE PLACED IN
cc1100.lst.svn-base
C51 COMPILER V8.02 CC1100 10/24/2007 20:28:01 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE CC1100
OBJECT MODULE PLACED IN
cc1100.c
#include "includes.h"
#define SET_RAID_GDO0 PORTD|=_BV(P3)
#define CLR_RAID_GDO0 PORTD&=~_BV(P3)
#define CHECK_RAID_GDO0 (PIND&_BV(P3))
#define SETIN_GDO0 DDRD&=~_BV(P3)
#define SETOUT_GD
main.c
/* Name: main.c
* Project: Thermostat based on AVR USB driver
* Author: Christian Starkjohann
* Creation Date: 2006-04-23
* Tabsize: 4
* Copyright: (c) 2006 by OBJECTIVE DEVELOPMENT Software GmbH
cc2500.h
#ifndef CC2500_H
#define CC2500_H
//------------------------------------------------------------------------------------------------------
// CC2500 STROBE, CONTROL AND STATUS REGSITER
#define CC2
regsettings_link.c
/*******************************************************************************************************
*