Skip to content

Instantly share code, notes, and snippets.

View lartpang's full-sized avatar
💪
Completing a Ph.D...

Pang lartpang

💪
Completing a Ph.D...
View GitHub Profile
@lartpang
lartpang / Latex space saving tricks
Created July 8, 2024 06:44 — forked from yig/Latex space saving tricks
Latex space saving tricks
%% Make everything look better.
%% http://tex.stackexchange.com/questions/553/what-packages-do-people-load-by-default-in-latex
%% http://www.howtotex.com/packages/9-essential-latex-packages-everyone-should-use/
\usepackage{microtype}
%% Shrink space around figures.
%% This beats manually adding negative \vspace commands everywhere.
%\setlength{\textfloatsep}{0pt}
%\setlength{\textfloatsep}{20pt plus 2pt minus 4pt}
%\setlength{\textfloatsep}{10pt plus 2pt minus 4pt}
@lartpang
lartpang / OpenCV-build.md
Created August 2, 2022 05:52 — forked from Maghin/OpenCV-build.md
Build OpenCV 4.5.5 on Windows VS2019 with CUDA, DNN, Qt, TBB and more

Build OpenCV 4.5.5 on Windows VS2019 with CUDA, DNN, Qt, OpenGL, TBB, VTK.

This documentation explain how to build the latest OpenCV version - 4.4.5 20/02/2022 - from sources.

We will focus on C++ and not build any Python libs.

Prerequisites

Install theses tools with common option :