Welcome to Atalasoft Community
Sign in
|
Join
|
Help
Steve's Tech Talk
Ruminations on technology, software and philosophy.
This Blog
About
Syndication
RSS 2.0
Atom 1.0
Search
Go
Navigation
Home
Blogs
Forums
Photos
Downloads
My Reader
Tags
3D
API architecture development
architecture design hubris
bug bugfixing coding
C C++ style
C#
C# generics collection programming
C# imageprocessing lamba
C# lambdas lazy
C# reflection dynamiccompilation compilation .NET
C# string extension extensionmethod
C# string format
C# TIFF Imageprocessing
C++
CLR reflection NUnit test testing
code
code C++ managed unmanaged
code C++ optimizer bug
code C++ performance
code nunit gui testing
coding learning
compiler
computervision
configuration
data
debugging engineering bestpractice howto tutorial
design
development
exceptions C++ C# debugging
experience
extension
extensionmethod
functionalprogramming immutable C#
functionalprogramming threading imageprocessing multithreaded
geek math lunch quantifying appliedmath
generics
hiring passion interview
IEnumerable
imageprocessing
IPCV IPCV08 worldcomp
managed unmanaged programming
math
net connections
obsolescence
OCR architecture programming
parallel multiprogramming imageprocessing
pdc2008
problems
programming
silly image
sourcecontrol stupidity engineering engineeringmalpractice
teaching teacher obituary
technicaltalk presentations technical
tools
UI
VS VisualStudio IWizard projecttemplate programming debugging
windows win32 C# programming
Recent Posts
Why It Helps to Understand Pixel Formats
When Optimization Pays Off
Solving Problems, aka, Nobody Codes Like This Anymore
Writing a Composite ImageCommand – Gamma Corrected Resampling
Libpng – You’re Doing It Wrong
Archives
March 2010 (4)
February 2010 (3)
January 2010 (2)
December 2009 (4)
November 2009 (6)
October 2009 (2)
September 2009 (1)
August 2009 (1)
July 2009 (5)
June 2009 (5)
May 2009 (6)
April 2009 (2)
March 2009 (4)
February 2009 (2)
January 2009 (8)
December 2008 (5)
November 2008 (4)
October 2008 (7)
September 2008 (3)
August 2008 (4)
July 2008 (10)
June 2008 (4)
May 2008 (3)
April 2008 (3)
March 2008 (5)
February 2008 (1)
January 2008 (2)
December 2007 (1)
October 2007 (2)
September 2007 (2)
August 2007 (1)
July 2007 (3)
June 2007 (2)
May 2007 (2)
April 2007 (1)
March 2007 (3)
February 2007 (2)
January 2007 (1)
December 2006 (2)
November 2006 (5)
October 2006 (3)
September 2006 (4)
August 2006 (3)
July 2006 (6)
June 2006 (7)
May 2006 (3)
April 2006 (6)
March 2006 (9)
February 2006 (2)
Browse by Tags
All Tags
»
C++
(RSS)
C#
code
compiler
computervision
design
imageprocessing
Tuesday, July 07, 2009 11:07 AM
How I Learned to Start Worrying and Distrust the Bomb
This is a post about a serious bug I turned up in the Microsoft C++ compilers that target CLI (both Managed C++ and C++/CLI). One of the key concepts in software engineering is Design by Contract . Design by Contract boils down to “say what you
Posted by
Steve Hawley
|
0 Comments
Filed under:
C#
,
C++
,
code
,
design
,
compiler
Tuesday, March 24, 2009 3:32 PM
Face Detection with dotImage and OpenCV
We had a question in our forums about face detection via OpenCV . I had looked at OpenCV a few weeks ago and had a small amount of time to burn, so I decided that this would be a fun project to tackle. The API for OpenCV is sane and their
Posted by
Steve Hawley
|
1 Comments
Filed under:
C#
,
imageprocessing
,
C++
,
code
,
computervision