| Current Path : /var/www/html/durgesh/hci/backup29715/ |
| Current File : /var/www/html/durgesh/hci/backup29715/downloads.html |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Human Computer Interaction</title>
<meta content="hci,chi,iiita,m.tech,acm,conference,admission,lab,iiit,human computer interaction,human,computer,interaction" name="keywords" />
<meta content="Human Computer Interaction" name="description" />
<link href="css_style.css" rel="stylesheet" type="text/css" />
<link href="css/ddsmoothmenu.css" rel="stylesheet" type="text/css" />
<link href="common2014.css" rel="stylesheet" type="text/css" />
<script src="scripts/jquery.min.js" type="text/javascript"></script>
<script src="scripts/ddsmoothmenu.js" type="text/javascript">
/***********************************************
* Smooth Navigational Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<script type="text/javascript">
ddsmoothmenu.init({
mainmenuid: "templatemo_menu", //menu DIV id
orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
classname: 'ddsmoothmenu', //class added to menu's outer DIV
//customtheme: ["#1c5a80", "#18374a"],
contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
})
</script>
</head>
<body>
<div id="templatemo_wrapper">
<div id="templatemo_header">
<div id="site_title">
<h1><a href="http://hci.iiita.ac.in/" target="_parent">sdfgsdfg</a></h1>
</div>
<div id="templatemo_menu" class="ddsmoothmenu">
<ul>
<li><a class="selected" href="index.php">Home</a>
<ul>
<li><a href="http://iiita.ac.in/">IIIT-Allahabad</a></li>
<li><a href="index.php">Basic Website</a></li>
<li><a href="flash_website/index.html">Flash Website</a></li>
</ul></li>
<li><a href="">Academics</a>
<ul>
<li><a href="admission.html">Admission</a></li>
<li><a href="courses.html">Courses</a></li>
<li><a href="placements.html">Placements</a></li>
<li><a href="faq.html">FAQ's</a></li>
</ul>
</li>
<li><a href="">People</a>
<ul>
<li><a href="faculty.html">Faculty</a></li>
<li><a href="hci2012.html">HCI 2012</a></li>
<li><a href="hci2013.html">HCI 2013</a></li>
<li><a href="hci2014.html">HCI 2014</a></li>
</ul>
</li>
<li><a href="">Research</a>
<ul>
<li><a href="labs.html">Labs</a></li>
<li><a href="current.html">Current Projects</a></li>
<li><a href="previous.html">Previous Projects</a></li>
<li><a href="downloads.html">Downloads</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
<br style="clear: left" />
</div>
<!-- end of templatemo_menu --></div>
<!-- end of header -->
<div id="templatemo_main">
<h2>Downloads</h2>
<p> </p>
<div class="col_w460 float_l">
<div id="course">
<h3>OpenCV<br />
</h3>
OpenCV is a library of programming functions for real time computer
vision. OpenCV is released under a BSD license, it is free for both
academic and commercial use. It has C++, C, Python and soon Java
interfaces running on Windows, Linux, Android and Mac. The library
has >2500 optimized algorithms. The library is cross-platform. It
focuses mainly on real-time image processing.<br />
<br />
<b>OpenCV's application areas include:</b>
<li>2D and 3D feature toolkits</li>
<li>Egomotion estimation</li>
<li>Facial recognition system</li>
<li>Gesture recognition</li>
<li>Human–computer interaction (HCI)</li>
<li>Mobile robotics</li>
<li>Motion understanding</li>
<li>Object Identification</li>
<li>Segmentation and Recognition</li>
<li>Stereopsis Stereo vision</li>
<li>Structure from motion (SFM)</li>
<li>Motion tracking and many more...</li>
<p><br />
<a href="http://opencv.willowgarage.com/wiki/" target="_blank">
<b>Download OpenCV</b></a><br />
<br />
<a href="http://hciopencv.blogspot.com/" target="_blank"><b>Installation
Manual</b></a><br />
<br />
</p>
<p><br />
<br />
</p>
<h3>OpenGL<br />
</h3>
OpenGL is a standard specification defining a cross-language,
cross-platform API for writing applications that produce 2D and
3D computer graphics. The interface consists of over 250 different
function calls which can be used to draw complex three-dimensional
scenes from simple primitives. OpenGL was developed by Silicon Graphics
Inc. (SGI) in 1992[4] and is widely used in CAD, virtual reality,
scientific visualization, information visualization, flight simulation,
and video games. OpenGL is managed by the non-profit technology
consortium Khronos Group.<br />
<br />
<b>Some Popular Games written in OpenGL:</b>
<li>Call Of Duty (Series)</li>
<li>Counter Strike</li>
<li>Alien Arena</li>
<li>Doom 3</li>
<li>Far Cry</li>
<li>Half Life Series</li>
<li>Medal Of Honor</li><br />
<b>Some notable applications:</b>
<li>Adobe After Effects</li>
<li>Adobe Photoshop CS series</li>
<li>Adobe Premiere Pro</li>
<li>Studio Max</li>
<li>Blender</li>
<li>Celestia</li>
<li>FurMark</li>
<li>Google Earth</li>
<li>Google SketchUp</li>
<li>Autodesk Maya and many more...</li><br />
<a href="http://www.opengl.org/sdk/" target="_blank"><b>Download
OpenGL</b></a><br />
<br />
<a href="http://hciopengl.blogspot.com/" target="_blank"><b>Installation
Manual</b></a><br />
<br />
</div>
</div>
<div class="col_w460 float_r">
<h3>Java 3D<br />
</h3>
Java 3D is a scene graph-based 3D application programming interface
(API) for the Java platform. It runs atop either OpenGL or Direct3D.
Since version 1.2, Java 3D has been developed under the Java Community
Process.<br />
<br />
<b>Features:</b>
<li>Multithreaded scene graph structure</li>
<li>Cross-platform</li>
<li>Generic Real-time API, for both visualization and gaming</li>
<li>Sophisticated virtual-reality-based view model</li>
<li>Native support for head-mounted display</li>
<li>CAVE (multiple screen projectors)</li>
<li>3D spatial sound</li>
<li>Programmable shaders, supporting both GLSL and CG</li>
<li>Stencil buffer</li><br />
<a href="http://java3d.java.net/binary-builds.html" target="_blank">
<b>Download Java 3D</b></a><br />
<br />
<a href="http://download.java.net/media/java3d/builds/release/1.5.2/README-download.html" target="_blank">
<b>Installation Manual</b></a><br />
<br />
<br />
<br />
<br />
<br />
<h3>GNU/Linux</h3>
The History of Linux began in 1991 with the commencement of a
personal project by a Finnish student, Linus Torvalds, to create a new
operating system kernel.<br />
Since then the resulting Linux kernel has been marked by constant
growth throughout its history. Since the initial release of its source
code in 1991, it has grown from a small number of C files under a license
prohibiting commercial distribution to its state in 2009 of over 370
megabytes of source under the GNU General Public License.<br />
The largest part of the work on Linux is performed by the community:
the thousands of programmers around the world that use Linux and send
their suggested improvements to the maintainers. Various companies have
also helped not only with the development of the Kernels, but also with
the writing of the body of auxiliary software, which is distributed
with Linux.<br />
<br />
<b>Some Linux Distributions</b><br />
<li><a href="http://fedoraproject.org/get-fedora" target="_blank">Fedora</a></li>
<li><a href="http://www.debian.org/distrib/" target="_blank">Debian</a></li>
<li><a href="http://www.opensuse.org/en/" target="_blank">OpenSuse</a></li>
<li>
<a href="http://www.ubuntu.com/download/ubuntu/download" target="_blank">
Ubuntu</a></li>
<li><a href="http://ubuntustudio.org/downloads" target="_blank">Ubuntu
Studio</a></li>
<li><a href="http://www.slackware.com/" target="_blank">SlackWare</a></li>
<li><a href="http://www.mandriva.com/en/downloads/" target="_blank">
Mandriva</a></li>
<li><a href="http://www.sabayon.org/mirrors" target="_blank">Sabayon</a></li><br />
<b>Linux for your PenDrive</b><br />
<li><a href="http://www.slax.org/" target="_blank">Slax</a></li>
<li>
<a href="http://puppylinux.org/main/Overview%20and%20Getting%20Started.htm" target="_blank">
Puppy Linux</a></li>
</div>
<div class="cleaner">
</div>
</div>
<!-- end of main --></div>
<div id="templatemo_footer_wrapper">
<div id="templatemo_footer">
<a href="http://iiita.ac.in/" target="_blank">Visit IIIT-Allahabad website</a>
| <a href="flash_website/index.html" target="_parent">Switch to FLASH version</a>
<div class="cleaner">
</div>
</div>
</div>
</body>
</html>