-
Notifications
You must be signed in to change notification settings - Fork 2
/
search.xml
152 lines (114 loc) · 8.45 KB
/
search.xml
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<?xml version="1.0" encoding="utf-8"?>
<search>
<entry>
<title>GlasssixReaearch</title>
<url>/2020/03/25/GlasssixReaearch/</url>
<content><![CDATA[
<!DOCTYPE HTML>
<html lang="zh-CN">
<!--><link rel="stylesheet" class="text/css" href="/about/GlasssixResearch.css"><script src="/about/GlasssixResearch.js" class="text/javascript" language="javascript"></script><!-->
<style type="text/css" >
.geo-style2{font-family: Palatino Linotype,Helvetica Neue,Helvetica,Arial,sans-serif !important;}
.geo-style1{font: 1em Georgia, serif;}
.ux-style2{font: Tahoma,Helvetica,Arial,"\5b8b\4f53",sans-serif;}
</style>
<head>
<meta name="generator" content="Hexo 4.2.0"></head>
<body>
<img src="/images/background/1.jpg" height=50px width=100%>
<div class="title-block">Technology Share <a href="/share/index.html" >(Full List)</a></div><hr/>
<div class="link-title"><a href="/download/pdf/Least Squares Method.pdf" ><div class="geo-style2"><h2 >Least Squares Method: A Brief Introduction </h2></div></a></div>
<div class="text-describe">
<b>Date:</b> July 26,2019<br/>
<div class="geo-style2"><b>Glasssix Research:<a href="mailto:inlmouse@glasssix.com"> Accelouch</a></b><br/>
<b>Abstract</b>: In many science and engineering disciplines,
such as physics, chemistry, statistics, economics, biology,
signal processing, automatic control, systems theory,
medicine and military engineering, many problems can be
mathematically modeled as the matrix equation Ax = b.<br/><br/></div>
</div>
<div class="link-title"><a href="/download/pdf/cascade classifier.pdf" ><div class="geo-style2"><h2 >Cascade classifier face detection process</h2></div></a></div>
<div class="text-describe">
<b>Date:</b> September 30,2018<br/>
<div class="geo-style2"><b>Glasssix Research:<a href="mailto:zyf@glasssix.com"> YiFu Zhang</a></b><br/>
<b>Abstract</b>: To improve the speed and accuracy of face detection,
the final classifier needs to be obtained by
cascade of several strong classifiers.This paper
will introduce the training process of cascade classifier in detail.<br/><br/></div>
</div></div>
<div class="link-title"><a href="/download/pdf/Image Compression.pdf" ><div class="geo-style2"><h2 >Image Compression Coding</h2></div></a></div>
<div class="text-describe">
<b>Date:</b> August 31,2018<br/>
<div class="geo-style2"><b>Glasssix Research:<a href="mailto:zj@glasssix.com"> Ji Zhang</a></b><br/>
<b>Abstract</b>: With the establishment of wavelet transform theory,
fractal theory, artificial neural network theory and visual simulation theory,
image compression technology has achieved unprecedented development.
Some relevant algorithms are studied and interpreted in this paper.<br/><br/></div>
</div></div>
<div class="link-title"><a href="/download/pdf/Sparse Representation of The Signal.pdf" ><div class="geo-style2"><h2 >Sparse Representation of The Signal </h2></div></a></div>
<div class="text-describe">
<b>Date:</b> March 13,2020<br/>
<div class="geo-style2"><b>Glasssix Research:<a href="mailto:inlmouse@glasssix.com"> Accelouch</a></b><br/>
<b>Abstract</b>: Sparse representation of the signal is to use as few atoms as
possible to represent a signal in a given super-complete dictionary,
and a more concise representation of the signal can be obtained,
which makes it easier for us to obtain the information contained in the signal,
which is more convenient and further Signal processing,
such as compression, encoding, etc.<br/><br/></div>
</div>
</div>
<div class="link-title"><a href="/download/pdf/Glasssix AntiSpoofing.pdf" ><div class="geo-style2"><h2 >AntiSpoofing</h2></div></a></div>
<div class="text-describe">
<b>Date:</b> July 05,2019<br/>
<div class="geo-style2"><b>Glasssix Research:<a href="mailto:zj@glasssix.com"> Ji Zhang</a></b><br/>
<b>Abstract</b>: To use facial recognition safely,
you need facial AntiSpoofing technology to detect
spoofing attacks before performing the recognition.<br/><br/></div>
</div>
<div class="link-title"><a href="/download/pdf/Decoupled Networks Presentation.pdf" ><div class="geo-style2"><h2 >Decoupled Networks Presentation</h2></div></a></div>
<div class="text-describe">
<b>Date:</b> July 05,2019<br/>
<div class="geo-style2"><b>Glasssix Research:<a href="mailto:bkk@glasssix.com"> KaiKai Bian</a></b><br/>
<b>Abstract</b>: Convolutional neural networks have pushed the boundaries on a wide variety of vision tasks,
A significant portion of recent studies on CNNs focused on increasing network depth and representation ability.
Haing a good understanding how convolution naturally leads to discriminative
representation and good generalization remains an interesting problem.<br/><br/></div>
</div>
</div>
<div class="link-title"><a href="/download/pdf/Gaussian Filter.pdf" ><div class="geo-style2"><h2 >Gaussian Filter</h2></div></a></div>
<div class="text-describe">
<b>Date:</b> November 16,2018<br/>
<div class="geo-style2"><b>Glasssix Research:<a href="mailto:zj@glasssix.com"> Ji Zhang</a></b><br/>
<b>Abstract</b>:Gaussian filter is a linear smoothing filter, suitable for
eliminating gaussian noise,
widely used in image processing noise reduction process. Generally speaking,
gaussian filtering is the process of weighted average of the whole image.
The value of each pixel is
obtained by the weighted average of itself and other pixel values in the neighborhood.<br/><br/></div>
</div>
<div class="title-block">Membership</div><hr/>
Ours membership offers access to technical innovation,
cutting-edge information, networking opportunities,
and exclusive member benefits.<br/><br/>
<div class="title-block">About Us</div><hr/>
Our team was founded in May 2016 and consists of seven members now,
three researchers, a c++ architect, an algorithm tester, and a data annotator.<br/><br/>
</div>
</div></div></div>
</body>
</div>
<footer class="post-footer">
<div class="post-eof">Copyright © <span id="year">2020</span>
<a href="https://github.com/Glasssix" target="_blank">GlasssixResearch</a>
<i class="fas fa-chart-area"></i>
<span id="busuanzi_container_site_uv" style="display: inline;">
<br><span id="sitetime">Site has been runnig for 14 d 17 h 7 m 27 s
</span><script>function siteTime()
{var e=1e3,t=60*e,n=60*t,o=24*n,r=365*o,a=new Date,i="2020",l="2",m="14",M="0",g="0",d="0",s=a.getFullYear(),u=a.getMonth()+1,T=a.getDate(),c=a.getHours(),f=a.getMinutes(),h=a.getSeconds(),y=Date.UTC(i,l,m,M,g,d),H=Date.UTC(s,u,T,c,f,h),I=H-y,B=Math.floor(I/r),D=Math.floor(I/o-365*B),E=Math.floor((I-(365*B+D)*o)/n),L=Math.floor((I-(365*B+D)*o-E*n)/t),v=Math.floor((I-(365*B+D)*o-E*n-L*t)/e);i==s?(document.getElementById("year").innerHTML=s,document.getElementById("sitetime").innerHTML="Site Runnig for : "+D+" D "+E+" H "+L+" M "+v+" S"):(document.getElementById("year").innerHTML=i+" - "+s,document.getElementById("sitetime").innerHTML="本站已安全运行 "+B+" 年 "+D+" 天 "+E+" 小时 "+L+" 分钟 "+v+" 秒")}setInterval(siteTime,1e3)</script><br><div class="pure"><script src="https://pv.sohu.com/cityjson?ie=utf-8"></script><script>var getOSAndBrowser=function(){var e=navigator.platform,n=navigator.userAgent,i="",d="";i+=-1<e.indexOf("Win")?-1<n.indexOf("Windows NT 5.0")?"Win2000":-1<n.indexOf("Windows NT 5.1")?"WinXP":-1<n.indexOf("Windows NT 5.2")?"Win2003":-1<n.indexOf("Windows NT 6.0")?"WindowsVista":-1<n.indexOf("Windows NT 6.1")||-1<n.indexOf("Windows 7")?"Win7":-1<n.indexOf("Windows NT 6.2")||-1<n.indexOf("Windows 8")?"Win8":-1<n.indexOf("Windows NT 6.3")||-1<n.indexOf("Windows 8.1")?"Win8.1":-1<n.indexOf("Windows NT 10.0")||-1<n.indexOf("Windows 10")?"Win10":"Other":-1<e.indexOf("Mac")?"Mac":-1<e.indexOf("X11")?"Unix":-1<e.indexOf("Linux")?"Linux":"Other",i+="/";var r=-1<n.indexOf("Opera"),o=-1<n.indexOf("compatible")&&-1<n.indexOf("MSIE")&&!r,t=-1<n.toLowerCase().indexOf("edge")&&!o,s=-1<n.toLowerCase().indexOf("trident")&&-1<n.indexOf("rv");if(/[Ff]irefox(\/\d+\.\d+)/.test(n))i+=(d=/([Ff]irefox)\/(\d+\.\d+)/.exec(n))[1]+d[2];else if(o){new RegExp("MSIE (\\d+\\.\\d+);").test(n);var x=parseFloat(RegExp.$1);i+=7==x?"IE7":8==x?"IE8":9==x?"IE9":10==x?"IE10":"0"}else i+=t?"Edge":s?"IE11":/[Cc]hrome\/\d+/.test(n)?(d=/([Cc]hrome)\/(\d+)/.exec(n))[1]+d[2]:/[Vv]ersion\/\d+\.\d+\.\d+(\.\d)* *[Ss]afari/.test(n)?(d=/[Vv]ersion\/(\d+\.\d+\.\d+)(\.\d)* *([Ss]afari)/.exec(n))[3]+d[1]:/[Oo]pera.+[Vv]ersion\/\d+\.\d+/.test(n)?(d=/([Oo]pera).+[Vv]ersion\/(\d+)\.\d+/.exec(n))[1]+d[2]:"unknown";return i};
</div>
</footer>
</html>
<p><!–> Number of visitors: count: 2.6k ;&nbsp| Site words total: ©</p>
]]></content>
</entry>
</search>