A Simple Binary Tree Implementation in C++
A very basic binary tree implementation in C++ that defines a binary tree node, adds new nodes and prints the tree. Output:
A very basic binary tree implementation in C++ that defines a binary tree node, adds new nodes and prints the tree. Output:
A short demonstration of how to use OpenCV to capture and display video frames from an avi file. The code demonstrates how to capture video from an example video (avi) file, get information in the form of frames per sec. and display the video.
A short posting on dealing with accessing shared directories from remote Windows machines. When trying to access a shared folder stored on a Linux server from (say) a remote Windows XP machine you may have come across the following error message in much the same way as I did:
Some pointers on how to get ffmpeg installed for use in Windows environments.
Introduction In a previous life I was involved in the design of routing optimization software for the telecoms industry. Finding the least cost route for a traffic demand between communicating network sites necessitates a search for all the tariffs provided by all of the carriers.
Problem Outline This I tackled previously when working on the design and implementation of routing optimization algorithms for telecommunications networks. Given that a wide area network with nodes and interconnecting links can be modelled as a graph with vertices and edges, the problem is to find all path combinations
This guide details the steps taken to create a proper SVN server, as opposed to using a not-recommended network share, as means of creating and accessing repositories.
Flea2 Camera Physical Layout The photograph shows the physical setup for grabbing images from a Flea2 camera (by Point Gray Research) mounted above a Xaar inket printer. This represents a prototype used to obtain images of microarray spots printed to glass sample slides, in “Format7” (partial image) mode, as the printhead moves across trays containing …
Continue reading ‘Analyzing FlyCapture Images obtained from Flea Digital Cameras’ »
Some assorted odds and ends in no particular order to save me re-Googling this kind of stuff… Itentify if you are 32-bit or 64-bit $ uname -a Convert png into jpg $ convert file.png file.jpg To open KDE Advanced Text Editor (kate) with root priviliges: $ kdesu kate … and enter root password when prompted.
Running in Format7 (partial image) mode A recent observation made when running the FlyCapture2 SDK in Format7 (partial image) mode. Just thought this was worth a mention.