Browse by Tags

All Tags » Robotics » Images (RSS)

Image Processing v2.1

BTW to convert from the byte[] back to an image is simple enough private Bitmap ConvertBitmap(byte[] frame, int width, int height) { Bitmap bmp = new Bitmap( width, height, PixelFormat.Format24bppRgb); BitmapData data = bmp.LockBits( new Rectangle(0,...
Posted by sweisfeld | 2 comment(s)
Filed under: , , ,

Image Processing v2

I was tearing into v1.5 of Microsoft Robotics Studio ( http://www.microsoft.com/robotics ) and came across a novel way to process the pixels in an image. In previous posts I was using unmanaged C# code and pointers to move around the image. This worked...
Posted by sweisfeld | with no comments
Filed under: , , ,

Tampa Code Camp Robot Vision Presentation

Here is the powerpoint for my presentation tomorrow. http://www.onetug.org/DNN/Portals/0/member_files/2007_07_14_robot.ppt
Posted by sweisfeld | with no comments
Filed under: , , , ,