Configuring OpenCV 3.1 and Visual Studio 2015
This is not a new thing actually, and as far as I remember this is my second time configuring this. However, I found problem on myself :| I keep forgeting…
This is not a new thing actually, and as far as I remember this is my second time configuring this. However, I found problem on myself :| I keep forgeting…
After trying long way to capture Point Cloud without Grabber, there is easier way to capture Point Cloud with Kinect. Utilize OpenNI2 Grabber.But here, make sure you add additional Property…
After you go through PCL and Kinect Setup. You can start writing program. This time, I will try to capture the Point Cloud without using Grabber. Grabber is method provided…
For the sake of my individual project, I have been investigating many libraries and try tutorial of each library, change programming language from C# to C++, and many things. Those…
Second tutorial that I have tried was how to detect circles, rectangles and triangles in an image. Like the previous program, I will use WPF and C# for the following…
Actually I have experienced working with Open CV 2.3 and Visual Studio 2010 while doing my thesis for my undergraduate study, I also wrote some tutorial, but I lost the…