Documentation
Elementi di Analisi per Visione Artificiale |
Sep 2015 | ITA HTML PDF BibTex |
Mapping and Vehicle Reference | Nov 2009 | ENG PDF |
Benchmark cast (why not use unnecessary boost::lexical_cast) |
Jul 2007 | ENG HTML |
Benchmark boost::signal |
Apr 2007 | ENG HTML |
why use boost::ptr_vector & Co. | Jul 2007 | ENG HTML |
CWindow White Paper | Dec 2010 | ITA PDF HTML |
Pin-Hole Camera Calibration Survey | Oct 2010 | ENG PDF |
Open Source Projects
Small Grid Computing Library: A LGPL minimalistic grid computing libraryKalman Library: A LGPL Kalman, Extended Kalman, Unscented Kalman filter library (boost cblas version)
NMEA PARSER: A LGPL parser for NMEA strings
Code Snippets
. BOOST Snippet
. BOOST PTREE Snippet
. Windows Snippet
. Bind C/C++ with Python2/Python3
Code Fragments
Source Code (license LGPL)
Image Processing:
- (C++) WritePPM and WritePGM function: code to write a PPM/PGM image using fstream;
- (C) WritePPM and WritePGM function: code to write a PPM/PGM image using stdio.h;
- (C++) ReadPPM and ReadPGM function: code to read a PPM/PGM image using fstream;
- (C++) Alloc and Write/Read PGM/PNM class usefull to handle image;
- (C++) Example of Read/Write PGM/PNM using c++ class for image debayer;
- (C++) Time Measure functions: classes usefull to benchmark functions;
- static_proxy class;
- base_storage class;
- sortedvector class;
- a type safe homogeneuous container;
- a different implementation for boost::any
- How to use boost::asio::serial_port
- Example of use of boost::asio::udp for receive sync packets
- Example of use of boost::asio::udp for receive async packets
- Example of use of boost::asio::udp for send sync packet
- Example of use of boost::asio::udp for send async packet
- Example of use of LIBAVCODEC and SWSCALE
- A portable binary archive serializer
- Using Eigen to find polynomial roots
- A* (A-Star) Search Path Algorithm in C++
Misc