<?php // -*- mode: html; -*-
$lang = "en";

include("common.php");
include("./settings.php");
?>
<!DOCTYPE html>
<html lang="<?php echo $lang; ?>">
  <head>
    <title>Trineco Oy - Machine vision and machine vision systems design</title>
<?php include("./common_head.php"); ?>
    <meta name="Description" content="We offer broad range of consulting services for machine vision based software and systems design and development." />
  </head>
  <body id="services">
    <div id="container">
<?php include ("./header.php"); ?>
      <div id="content">
	<div id="watermark"></div>
	<div id="maincontent">
	  <div id="specific">
	    <div id="image"><span></span></div>
	  </div>
	  <div id="breadcrumb">
	    <p>
	      <a href="." title="Main page">Main page</a> :: <a href="services" title="Information about our services">Services</a> :: Machine vision systems
	    </p>
	  </div>
	  <div id="pagetext">
            <h1>Machine vision and machine vision systems design</h1>
	    <p>
	      Our most important field of expertise is designing machine vision based solutions. We offer broad range of consulting services for machine vision based software and systems design and development.
	    </p>
	    <p>
	      <a href="http://en.wikipedia.org/wiki/Machine_vision" title="Read more about machine vision in Wikipedia.">Machine vision</a> has several applications in automation industry and manufacturing. Machine vision can be used for example in quality control to inspect pre-manufactured objects. X-ray emissions can be used to inspect the internal characteristics of objects. Machine vision also has several uses in security and safety.
	    </p>
	    <p>
	      We have comprehensive expertise in machine vision as we have produced different machine vision based solutions from x-ray based quality control system used in forest industry to detecting vehicle registration plates.
	    </p>
	    <p>
	      <a href="contact">Contact us</a> for more information.
	    </p>
	  </div>
	</div>
<?php include("./sidebar.php"); ?>
      </div>
<?php include ("./footer.html"); ?>
    </div>
    <div id="extra1"><span></span></div>
    <div id="extra2"><span></span></div>
    <div id="extra3"><span></span></div>
    <div id="extra4"><span></span></div>
  </body>
</html>
