Thursday May 19, 2016
K-Nearest Neighbor (or K-NN for short) is one of the non-parametric algorithms in pattern recognition that is used for classification or regression. It is simple with the idea of finding the closest sample in training data for the coming sample (test data).
Wednesday March 2, 2016
Some code snippets for capturing a frame from Ximea Color camera MU9PM with the help of OpenCV Library is described here.
Friday October 30, 2015
The problem is from the underlying layers in the API . It seems that enabling -pg for gprof profiling at the compilation time causes an error in USB events processing in the layers below xiAPI in the middle of the run time process.
Monday May 25, 2015
Vetron AutoSeam is an industrial sewing machine, that identifies, adjusts and sews together the edges of the material layers stitch by stitch. The product is focused on customer processing middle to heavy materials found mainly in the automotive, leather or furniture industry.
Monday November 3, 2014
As who loves embedded system development and Image processing all together, I decided to run and try using my Open CV programs on an embedded Linux systems. For my private experiments I decided to develop Linux embedded on a virtual machine Linux environment. Here is the procedures I have experimented during the setup time of the development environment.