(Or Today I Learned)
- How to set up ipython in windows
- How to write plugins for VirtualDub
- How to create plugins for Adobe After Effect
- How to debug "unresolved external" errors in Visual Studio
- How to list files in a directory in Python
- How to plot graphs in Matlab
- How to plot graphs in python/pyplot
- How to build *.tex (Latex) into pdf
- How to link OpenCV library to a project
- How to find bottlenecks using Intel Parallel Studio
- How to plot vector graphics in Latex using tikz
- That mismatch in linked OpenCV versions (debug/release) causes strange run time errors
- How to parse output of google images search
- How to install flask server
- What to do with strange "already defined in ..." errors in Microsoft Visual Studio
- How to execute binary from python
- How to create extensions for Pylearn2
- How to compule Caffe framework for Windows
- How median filtering for images works
- How batch gradient decent works
- What is RAII idiom
- What is race condition
- How to use OpenMP to speed up image processing algorithms
- How block-based motion estimation works
- What is SAD
- What is temporal prediction
- What is quad-tree
- How optical flow is computed
- What is optical flow equation
26. exit() function must not be used in destructors. In case of using class instance as static object you can end up with infinite recursion
No comments:
Post a Comment