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
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
lidar (laser scanner) georeferencingf (sensor model)
Derivation of projective transformation based on shift, rotation and scale parameters
How to calculate areas of triangles and polygons
3 vertices and cross product If 3 vertices' coordinates are given, the size of the cross product of the two vectors is same to two ...
How to get paths defined in the system environment
char path[_MAX_PATH]; const char* varName = "[system environment variable name]"; size_t len; getenv_s(&len, path, 80, varName...