hanselman.com
Brain, Bytes, Back, Buns - The Programmer's Priorities - Scott Hanselman
http://www.hanselman.com/blog/BrainBytesBackBunsTheProgrammersPriorities.aspx
Brain, Bytes, Back, Buns - The Programmer's Priorities. October 5, '11. I recently said something that ended up making the rounds on Twitter:. If you're a developer, you need to spend money on a great computer, an awesome monitor, a fantastic chair and a good bed - Scott Hanselman. Should I spend that much? I don't regret my purchase of a Herman Miller Aeron Chair. I spent a decent amount of money on a very nice mattress as I've got Programmer's Back. I'm consistently surprised when I talk to developers ...
askgrace.net
» Management AskGrace.net
http://askgrace.net/category/management
How do I make my employees to obey me? How do you get your employees to obey when you are no longer capable of doing their job(s)? How do you keep your programmers from walking out in the middle of a big project? Shared with me an article on how to lead clever people. What happens to leaders who follow the Don’t list of the above-linked article? The answer is simple. Do not attempt to make your employees “obey” for true greatness in any organization is always a collaborative team effort.
askgrace.net
» Leadership AskGrace.net
http://askgrace.net/category/leadership
How do I make my employees to obey me? How do you get your employees to obey when you are no longer capable of doing their job(s)? How do you keep your programmers from walking out in the middle of a big project? Shared with me an article on how to lead clever people. What happens to leaders who follow the Don’t list of the above-linked article? The answer is simple. Do not attempt to make your employees “obey” for true greatness in any organization is always a collaborative team effort. As the boss, you...
askgrace.net
» How do I make my employees to obey me? AskGrace.net
http://askgrace.net/knowledge-worker
How do I make my employees to obey me? How do you get your employees to obey when you are no longer capable of doing their job(s)? How do you keep your programmers from walking out in the middle of a big project? Shared with me an article on how to lead clever people. What happens to leaders who follow the Don’t list of the above-linked article? The answer is simple. Do not attempt to make your employees “obey” for true greatness in any organization is always a collaborative team effort. You may use these.
opencv-srf.blogspot.com
Color Detection & Object Tracking
http://opencv-srf.blogspot.com/2010/09/object-detection-using-color-seperation.html
Color Detection and Object Tracking. Is the most important and challenging fundamental task of computer vision. It is a critical part in many applications such as image search, scene understanding, etc. However it is still an open problem due to the variety and complexity of object classes and backgrounds. The easiest way to detect and segment an object from an image is the color based methods . The object and the background should have a significant color difference in order to. Using color based methods.