core_technology_3_en.html 4.42 KB
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>核心技术-ObjectEye|视语科技 - 引领原生科技,打造有温度、有价值的人工智能</title>
<meta name="description" content="ObjectEye(视语科技),基于模式识别和人工智能技术、提供智慧交通、智慧安防、智慧商业、智慧制造等行业人工智能行业应用解决方案" />
<meta name="keywords"  content="加油向未来守门员,AI守门员,视语科技,王金桥,人脸识别,人脸关键点定位,人脸属性,人脸检测跟踪,真人认证,人证合一" />
<!--公共自定义 CSS-->
<link rel="stylesheet" href="css/zhongke_en.css">
<link rel="stylesheet" href="css/animate.css"> <!--页面滚动出发动画-->
<script type="text/javascript" src="js/jquery-1.12.1.min.js"></script>
<script type="text/javascript" src="js/zhongke.js"></script> <!--公共js-->
<!--响应式导航-->
<link rel="stylesheet" href="css/responsive-nav.css">
<link rel="stylesheet" href="css/self_adaption.css">
<link rel="stylesheet" href="css/styles.css">
<script src="js/responsive-nav.js"></script>

<link rel="stylesheet" type="text/css" href="font/iconfont.css">
<!--页面滚动执行css3动画-->
<script src="js/wow.min.js"></script>
<script>
if (!(/msie [6|7|8|9]/i.test(navigator.userAgent))){
	new WOW().init();
};
</script>

</head>
<body>

<!--head_public头部导航-->
<div class="head_public nav_fixed">
	<div class="inner">
		<div id="nav">
			<div class="design_logo" style="cursor: pointer">
				<img class="logo_objecteye" src="images/mobile_logo.png" onclick="javascript:window.open('index_en.html',name='_self ')">
				<img class="language" src="images/icon-nav-cn.png"style="cursor: pointer" onclick="javascript:window.open('index.html',name='_self ')">

			</div>
			<ul id="menu" class="nav">
				<li><a href="core_technology_1_en.html">Core Technology</a></li>
				<li><a href="product_service_en.html">Product Service</a></li>
				<li><a href="case_analysis_1_en.html">Case Analysis</a></li>
				<li><a href="news_information_en.html">Industry Advisory</a></li>
				<li><a href="about_us_en.html">About us</a></li>
			</ul>
		</div>
		<script>
		var navigation = responsiveNav("#nav");
		</script>
	</div>
</div>
<!--head_public-->


<!--header_cont-->
<div class="header_cont">
	<div class="design_logo" style="cursor: pointer" onclick="javascript:window.open('index_en.html',name='_self ')"><img src="images/mobile_logo.png"></div>
</div>
<!--header_cont-->



<!--floor_f2-->
<div class="floor_public floor_f2_banner" id="f2">
	<div class="floor_public_box">
	<div class="floor_f2_text">
	<!-- <h2 class="wow bounceInLeft">人脸技术<span></span></h2> -->
	<p class="wow bounceInLeft" data-wow-duration="1.5s">rapidly extract stereoscopic facial feature points, and build dynamic portrait archives for each person</p>
	</div>
	</div>
</div>

<div class="floor_f2_banner2"><img src="images/english/core_2f_bgimg.jpg"></div>

<div class="floor_public_list floor_f2_list">
	<dl>
	<dt><img src="images/core_img5.jpg"></dt>
	<dd>
		<h3>Locate facial keypoints</h3>
		<p>Support locating 25, 68, 106 high-precision facial keypoints which clearly mark the brow, eyes, mouth, nose and face outline.</p>
	</dd>
	</dl>
	<dl>
	<dt><img src="images/core_img8.jpg"></dt>
	<dd>
		<h3>Face Attributes Recognition</h3>
		<p>Analyze 5 face related attributes including gender, age, race, beauty score and smile to utilize crowd data effectively.</p>
	</dd>
	</dl>
	<dl>
	<dt><img src="images/core_img6.jpg"></dt>
	<dd>
		<h3>Face Recognition</h3>
		<p>Determine the identity of given face by searching in database (Provide FAR and VR). Adapt to various face postures, lighting scenes and overlapped/blurred scenes.</p>
	</dd>
	</dl>
	<dl>
	<dt><img src="images/core_img7.jpg"></dt>
	<dd>
		<h3>Face Detection and Tracking</h3>
		<p>Detect faces in photos or videos and return high-precision face bounding boxes. Tracking its route and mark down its trajectories.</p>
	</dd>
	</dl>
	<dl>
	<dt><img src="images/core_img10.jpg"></dt>
	<dd>
		<h3>Liveness Detection</h3>
		<p>Determine if the person in front of the camera is alive. Point out photos and models from alive people to prevent identity fraud and ensure the liveness.</p>
	</dd>
	</dl>
	<dl>
	<dt><img src="images/core_img9.jpg"></dt>
	<dd>
		<h3>Identity Proofing with Face Photo Verification</h3>
		<p>Convenient and efficient identity proofing with face photo verification reduces security risks effectively.</p>
	</dd>
	</dl>
</div>



</body>
</html>