Browse by Tags

All Tags » .NET » Robotics (RSS)

Using the CCR for Line of Business Applications

For fun I have been playing around with Microsoft Robotics studio ( http://microsoft.com/robotics ) for a long time now and I have listened to Microsoft’s George Chrysanthakopoulos tell us how cool the CCR was in just about every webcast. Well I have...
Posted by sweisfeld | with no comments
Filed under: , ,

Central Florida Tech Fair

Here you can download my presentations from the CFL Tech Fair. http://onetug.net/Documents/CFL_Presentations.zip
Posted by sweisfeld | with no comments
Filed under: , , , ,

BarCamp Orlando

Here is the powerpoint ( http://www.onetug.org/DNN/Portals/0/member_files/2007_09_23_BarCamp.ppt ) for the presentation that I plan on doing Sunday at BarCamp Orlando. See you there! In the presenation I will provide an overview of MS Robotics Studio...
Posted by sweisfeld | with no comments

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: , , ,

Jax CodeCamp Presentations

Here are my two presentations from the Jax CodeCamp. OOP http://www.onetug.org/sf/Files/MemberFiles/JaxCcWeisfeldShawnOOP.ppt Robot Vision http://www.onetug.org/sf/Files/MemberFiles/JaxCcWeisfeldShawnRobotVision.ppt
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: , , , ,

April 19, ONETUG meeting

Sorry it took so long but here is the PowerPoint from my presentation. Includes Introduction, Robot, and C# Future slides. http://www.onetug.org/DNN/Portals/0/member_files/2007_04_19_Meeting.zip
Posted by sweisfeld | with no comments
Filed under: , , ,

Robots at UCF and more!!!

Thank You JT for letting me speak to your class. Here is the PowerPoint: http://www.onetug.org/DNN/Portals/0/member_files/2007_04_02_robot.ppt Some other links we discussed. Free converter for old versions of office to read the new file types: http:/...
Posted by sweisfeld | with no comments
Filed under: , ,

South Florida Code Camp

If you made it to my presentation at the South Florida Code Camp, or if you are just interested in .NET Robotics, I have attached my presentation. In this version of the code I have enhanced the Traxter software sample provided by RoboticsConnection.com...
Posted by sweisfeld | with no comments
Filed under: , ,