Blame view

zhongke_mobile_2/core_technology_8.html 3.46 KB
5cd946c8   Yang Xiaoxiao   .
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
  <!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.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.html',name='_self ')">
  			<img class="language" src="images/icon-nav-en.png"style="cursor: pointer" onclick="javascript:window.open('index_en.html',name='_self ')">
  		</div>
  		<ul id="menu" class="nav">
  			<li><a href="core_technology_1.html">核心技术</a></li>
  			<li><a href="product_service.html">产品服务</a></li>
  			<li><a href="case_analysis_1.html">案例分析</a></li>
  			<li><a href="news_information.html">行业咨询</a></li>
  			<li><a href="about_us.html">关于我们</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.html',name='_self ')"><img src="images/mobile_logo.png"></div>
  </div>
  <!--header_cont-->
  
  
  
  <!--floor_f6-->
  <div class="floor_public floor_f8_banner" id="f8">
  	<div class="floor_public_box">
  	<div class="floor_f8_text">
  	<!-- <h2 class="wow bounceInLeft">通用物体识别<span></span></h2> -->
  	<p class="wow bounceInLeft" data-wow-duration="1.5s">工业场景下的视觉缺陷智能识别<br/></p>
  	</div>
  	</div>
  </div>
  
  <div class="floor_public_list floor_f8_list">
  	<dl>
  		<dt><img src="images/core_img28.jpg"></dt>
  		<dd>
  			<h3>坯布瑕疵识别</h3>
  			<p>
  				不仅能够检测出空织、破洞、油污等需要开剪的大瑕疵,还能检测出停车痕、折返、断经、断纬、粗纬、糙纬、缩纬、并纬等微小瑕疵,方便工人评判布匹等级,同时为下一道工序提供处理依据。
  			</p>
  		</dd>
  	</dl>
  	<dl>
  		<dt><img src="images/core_img29.jpg"></dt>
  		<dd>
  			<h3>丝饼瑕疵识别</h3>
  			<p>
  				丝饼检测设备能快速、高效检测出毛丝、僵丝、绊丝、无尾、油污等缺陷,并记录在丝饼档案中,便于评定丝饼等级,也为日后查看丝饼产量、质量等数据提供依据。
  			</p>
  		</dd>
  	</dl>
  </div>
  
  </body>
  </html>