Friday, May 18, 2012
Derivation of direct linear transformation for a line scanner
: focal length
: rotation matrix element
: CCD array coordinate (column)
: offset (for the three line scanner)
: First order function of scan line
: Constant (zero order function of scan line)
: Scan line number
-. Matrix form
Subscribe to:
Posts (Atom)
-
int decNum = 123456; char hexNum[16]; // decimal number to hexadecimal number sprintf_s(hexNum, 16, "%X", decNum); printf("%d...