platform-independent

Is .NET platform independent ?

.NET is a language independent platform. But is it platform independent as well ? How ? EDIT : I have heard, .NET 4.0 is developed considering plateform independency ! Well, hope it may take over Java, if so ! EDIT : The answer depends upon the way how we define 'platform', like .NET for windows platform and Mono for Java. But, the...

Is Java.NET platform independent ?

Java is the supported language by .NET. Where is it used ? Is there any IDE available for programming with Java.NET ? Isn't Java.NET a platform independent ? Can we compile it using JVM ? ...

Webcam: Programmatically adjust Webcam parameters

Hello In our project, we would like to access the webcam image programmatically. The main problem we have is that the webcam automatically adjusts the sensitivity depending on the brightness of the captured image. Is there any (platform-independent) way to change this kind of parameters for the webcam (preferably any model)? We're cur...

Image/color manipulation formulas

I know how to do simple things with images at the pixel level like applying grayscale, sepia, etc. I'd like to find some articles on how to apply saturation, hue, brightness, contrast, etc at the pixel level, and I'm having trouble getting anything useful from my google searches. ...