Aftter adding this line,
in 'head' of the blogger template editor in html mode, you can use MathJax expressions.
For a new line, use this block,
and, for an inline equation, use this line,
Showing posts with label GoodToKnow. Show all posts
Showing posts with label GoodToKnow. Show all posts
Monday, August 26, 2019
Subscribe to:
Posts (Atom)
-
Reduced normatrix for photogrammetric bundle adjustment based on the collinearity equations Note: There are $m_1$ photos and $m_2$ obje...
-
Linear Intersection for a Stereo Pair There are two images. Object point vs. image point, in the first image: $$ \begin{pmatrix} X \\...
-
int decNum = 123456; char hexNum[16]; // decimal number to hexadecimal number sprintf_s(hexNum, 16, "%X", decNum); printf("%d...