image manipulation
5 Entries
- Recent
- Most Viewed
- Top Rated
-
Language(s)
-
Kinect + OpenCV + WPF = Blob Tracking
Avg Rating: 0
Today's project by Erik Klimczak provides a great example of blending a couple different things together gives us something very yummy and tasty... Blob Tracking: Kinect + OpenCV + WPFWith the latest SDK release, the Kinect platform has become pretty robust – skeleton tracking, gesture… -
FaceLight – Silverlight 4 Real-Time Face Detection
Avg Rating: 0
The webcam and microphone API was the first thing I played with after the Silverlight 4 beta was released at last year's PDC. In my opinion, it's one of the coolest features. You can do a lot of fun Silverlight applications with it too. When the SLARToolkit was released, I finally had time to… -
ASP.Net server-side image resizing with WPF
Avg Rating: 0
Bertrand Le Roy shows off how to create dynamic images leveraging WPF's image manipulation classes in an ASP.Net project instead of GDI+ classes to dramatically reduce creation time. His prior post on this topic actually shows how to create them and why it is so fast. It also shows off… -
Creating torn images
Avg Rating: 0
Adam Kinney did a pretty neat port of a flash application that creates an effect that gives an image like it was torn and crumpled up in Silverlight using the WriteableBitmapEx. Blitting is the act of blending multiple images together. More about the BLIT operation can be found at… -
Building a Full Featured Mobile Camera Application: C4FCamera
Avg Rating: 0
Maybe you have always wanted to get started developing a Windows Mobile 6.x application but weren't sure where or how to get started. The nice thing about mobile development is that it is actually simpler than desktop application development in many ways. This is due to the fact that when…