Tuesday, May 16, 2023
lidar (laser scanner) georeferencingf (sensor model)
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
Print out a (decimal) number as a hexadecimal number
int decNum = 123456; char hexNum[16]; // decimal number to hexadecimal number sprintf_s(hexNum, 16, "%X", decNum); printf("%d...
[GoodToKnow] MathJax for Blogger
Aftter adding this line, in 'head' of the blogger template editor in html mode, you can use MathJax expressions. For a new ...