recently i have been on a 2 day long seminar about this new product from ibm. i have never been a mobile app developer, tried Objective C once but was not impressed… so i was expecting a lot from it…
K-Means Clustering algorithm explained
K-means clustering is used in data mining to analyze clusters. Method divides n observations into k clusters, deciding by distance from nearest mean. It tries to find centers of natural clusters in data by iterative improvement. After defining all clusters, clustering
Finger Detection
Earlier i was writing about detecting hands in camera as part of my diploma thesis. Another part is to detect fingertips. By finger detection you can gain mouse-like experience to any software. Pointing with only one finger can simulate mouse, but
Skin Color Tracking Algorithm
i have been working on skin color tracking software as one part of my diploma thesis (actually it is the first part 😀 ). i think it is working fine… you can calibrate it in real-time for any color. i
OpenCV / Python / MAC
I have been struggling to get working OpenCV library for my Python on Mac Snow Leopard, and i think it might be helpful to show how i did it. I am aware that there are many blogs about this issue,
Hand Gesture Recognition
Recently i have been doing presentation in school about this article I read. It’s about hand gesture recognition using Pseudo 3D Hidden Markov Model. This approach is very interesting and it is also functional. In some upcoming days i will
new content-aware fill in photoshop seems pretty cool
i have seen video of new photoshop functionality called “content-aware fill” preview and it seems like it is not even real, because it looks great. i would definitely like to try this out as soon as it is official. amount
Color Based Real-Time Hand Recognition
This is just a report i was doing for my school, and it turned out well, and i am happy with it… HandRecognition.pdf Download this file