.NET news » Search results

Search results for query "images" (40):

Building HTML5 Applications: Using HTML5 to Create Mobile Experiences

Following on last month’s discussion of media queries, Brandon Satrom looks at the other two pillars of responsive Web design—fluid grids and flexible images. Media Queries are the engines that drive responsive, adaptive sites, but they are only effective when the designs of those sites are also responsive and adaptive. This month, I'll introduce you to some ideas around the other two pillars of "Responsive Web Design." I'll start with an overview of some up-and-coming CSS Layout modules, and then talk about some techniques for making non-textual elements like images and embedded video adaptive as well.
2012-04-30 18:00:00   Source: Building HTML5 Applications: Using HTML5 to Create Mobile...   Tags: Mobile

Image Filters using CPU and GPU

Process webcam images on the GPU with OpenCV and CUDA
2011-06-03 09:23:00   Source: Image Filters using CPU and GPU   Tags: Graphics

Silverlight YouTube Jukebox

The demo application is a Silverlight YouTube Jukebox which allows users to select artists, view their albums, select an album, and view the album's tracks. Users can right click on any track name and select to view the track details. By selecting a track (left click), users initiate a search for a YouTube video. Up to four possible matches are presented to the user as thumb images; the video title appears as the user mouses over the image. The user can then click on any of the images to view the YouTube video.
2010-04-27 09:38:00   Source: Silverlight YouTube Jukebox   Tags: Silverlight Examples

Monitor Your Web Cam from a Remote Computer

We've offered a few solutions for working with web cams within .NET to create fun and intriguing monitoring applications. In this article, we extend those ideas so that web cam images can be shared with multiple clients over the Web.
2007-01-31 16:21:16   Source: Monitor Your Web Cam from a Remote Computer   Tags: Multimedia

Scaling and Hit-Testing in Ink Applications

In addition to text recognition and similar capabilities, Ink can also be useful for image annotation and markup, such as in medical and insurance applications, where marking up images can be a valuable and critical form of input.
2006-02-07 06:31:50   Source: Scaling and Hit-Testing in Ink Applications   Tags: Tablet PC Examples

WPF Localization Using RESX Files

Localize text, images, and any other WPF property using standard RESX files
2010-06-30 04:57:00   Source: WPF Localization Using RESX Files   Tags: WPF

Visualizing Complex Functions

A program to produce beautiful and informative images of complex functions.
2010-05-12 01:28:00   Source: Visualizing Complex Functions   Tags: Examples Graphics

ExifTagCollection - EXIF metadata extraction library

A library to extract EXIF information from images, compliant with Exif 2.2 standard
2008-06-25 04:31:00   Source: ExifTagCollection - EXIF metadata extraction library   Tags: Graphics

Computer Vision Applications with C# - Fuzzy C-means clustering

This code performs a fuzzy C-means clustering and segmentation of color images, can be used for feature extraction.
2010-07-05 09:27:00   Source: Computer Vision Applications with C# - Fuzzy C-means...   Tags: C#

Playing Card Recognition Using AForge.Net Framework

This article describes how to recognize playing cards from still images or from real-time webcam feeds ,using the AForge.NET framework(C#).
2011-10-07 12:56:00   Source: Playing Card Recognition Using AForge.Net Framework   Tags: C#