Needed a bunch of OpenCV features which are not available by default. cmake ../ -DCMAKE_BUILD_TYPE=RELEASE -DWITH_TBB=ON -DWITH_QT=ON -DWITH_OPENMP=ON -DWITH_PTHREADS_PF=ON -DWITH_OPENNI2=ON -DBUILD_EXAMPLE=ON -DENABLE_FAST_MATH=ON -DBUILD_EXAMPLES=ON -DBUILD_PERF_TESTS=ON make make install Make sure a test example works : http://docs.opencv.org/doc/tutorials/introduction/linux_gcc_cmake/linux_gcc_cmake.html#linux-gcc-usage My Config -- General configuration for OpenCV 3.0.0 ===================================== -- Version control: unknown -- -- Platform: -- Host: Linux 3.19.0-25-generic x86_64 … Continue reading OpenCV Pro Built
Category: Linux/ Ubuntu Howtos
Click here to view all the blog articles related to Linux & Programming
Qt Beginners Tutorial
Qt is a a cross-platform application framework that is widely used for developing application software with a graphical user interface (GUI). Qt with its object oriented design lets programmers use a single source tree for applications that will run on Windows 98 to XP, Mac OS X, Linux, Solaris, HP-UX, and many other versions of Unix with X11. … Continue reading Qt Beginners Tutorial
C++ Performance Analysis & Profiling Tools
Hi, At the moment (10th Aug, 2012) I working at CERN with the computing department of ALICE project. "Root" is a framework developed by CERN to handle and analyze large amounts which are generated from the collides here at CERN. AliRoot (Alice+ROOT) is a framework based on Root which has specialized classes for analysis of ALICE experiment (A … Continue reading C++ Performance Analysis & Profiling Tools
SSH Port Forwarding
Abstract This is a mini write-up which explains about SSH Port forwarding. I find this hassle free port forwarding facility provided by SSH preety useful. This document here contains the details about the usage of it. I sincerely hope, that this tutorial explains the SSH port forwarding upto your expectation. Feel free to contact me, … Continue reading SSH Port Forwarding
Reasons to Move Away from MS Windows
I am sure, most of you would be in a defensive mode defending your favourite and dear ‘Microsoft Windows’. What I think is that Open Source alteratives are better that these paid options. Why pick a pirated windows when you have Linux available for free!! I have given some reasons why you should be migrating … Continue reading Reasons to Move Away from MS Windows
Setting up MySQL Cluster
Had setup a MySQL Cluster as a part of databases courses during Jan-May 2010. The document may be out of date. The MySQL Cluster [PDF] may be downloaded.