This repository was archived by the owner on Sep 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreference.bib
More file actions
549 lines (473 loc) · 15.8 KB
/
reference.bib
File metadata and controls
549 lines (473 loc) · 15.8 KB
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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
@Collection{wiki_hash,
author = {{Wikimedia Foundation, Inc}},
title = {Hash function},
year = {2023},
url = {https://en.wikipedia.org/wiki/Hash_function},
}
@Collection{wiki_py,
author = {{Wikimedia Foundation, Inc}},
title = {Python (programming language)},
year = {2023},
url = {https://en.wikipedia.org/wiki/Python_(programming_language)},
}
@Collection{wiki_c,
author = {{Wikimedia Foundation, Inc}},
title = {C++},
year = {2023},
url = {https://en.wikipedia.org/wiki/C\%2B\%2B},
}
@Collection{wiki_opencv,
author = {{Wikimedia Foundation, Inc}},
title = {OpenCV},
year = {2023},
url = {https://en.wikipedia.org/wiki/OpenCV},
}
@Collection{wiki_sugar,
author = {{Wikimedia Foundation, Inc}},
title = {Syntactic sugar},
year = {2023},
url = {https://en.wikipedia.org/wiki/Syntactic_sugar},
}
@Techreport{cn51,
author = {中国互联网络信息中心},
title = {第51次中国互联网络发展状况统计报告},
year = {2023},
url = {https://cnnic.cn/NMediaFile/2023/0322/MAIN16794576367190GBA2HA1KQ.pdf},
}
@Techreport{iana,
author = {{Public Technical Identifiers}},
title = {The IANA Functions: An Introduction to the Internet Assigned Numbers Authority (IANA) Functions},
year = {2015},
url = {https://www.iana.org/about/informational-booklet.pdf},
}
@Book{mmds,
author = {Jure Leskovec and Anand Rajaraman and Jeffrey D. Ullman},
title = {Mining of Massive Datasets},
year = {2014},
url = {http://www.mmds.org},
}
@Book{t_c,
author = {Bruce Eckel and {MindView, Inc}},
title = {Thinking in C++},
address = {Upper Saddle River, New Jersey},
publisher = {Alan Apt},
year = {2000},
volume = {1},
}
@Book{compilers,
author = {Alfred V. Aho and Jeffrey D. Ullman and Ravi Sethi and Monica S. Lam},
title = {Compilers: Principles, Techniques, and Tools},
address = {Pearson Education, Inc., Rights and Contracts Department, 75 Arlington Street, Suite 300, Boston, Massachusetts},
publisher = {Addison Wesley},
year = {2006},
pages = {191-209},
}
@Inproceedings{hash1,
author = {Feng Fujun and Li Xinshe and Wang Litao},
booktitle = {2016 2nd IEEE International Conference on Computer and Communications (ICCC)},
title = {Design and implementation of identity authentication system based on fingerprint recognition and cryptography},
year = {2016},
pages = {254-257},
doi = {10.1109/CompComm.2016.7924704},
medium = {},
}
@Inproceedings{phash2,
title = {Implementation and Benchmarking of Perceptual Image Hash Functions},
author = {Christoph Zauner},
year = {2010},
}
@Inproceedings{psoimg1,
author = {Xiaoxiang Liu and Weigang Jiang and Jianwen Xie and Yitian Jia},
booktitle = {2009 Asia-Pacific Conference on Computational Intelligence and Industrial Applications (PACIIA)},
title = {An image template matching method using particle swarm optimization},
year = {2009},
volume = {1},
pages = {83-86},
doi = {10.1109/PACIIA.2009.5406370},
}
@Inproceedings{ggnet1,
author = {Szegedy, Christian and Wei Liu and Yangqing Jia and Sermanet, Pierre and Reed, Scott and Anguelov, Dragomir and Erhan, Dumitru and Vanhoucke, Vincent and Rabinovich, Andrew},
booktitle = {2015 IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
title = {Going deeper with convolutions},
year = {2015},
pages = {1-9},
doi = {10.1109/CVPR.2015.7298594},
}
@Article{alexnet,
author = {Krizhevsky, Alex and Sutskever, Ilya and Hinton, Geoffrey E.},
title = {ImageNet Classification with Deep Convolutional Neural Networks},
year = {2017},
issue_date = {June 2017},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {60},
number = {6},
issn = {0001-0782},
url = {https://doi.org/10.1145/3065386},
doi = {10.1145/3065386},
journal = {Commun. ACM},
month = {may},
pages = {84–90},
numpages = {7},
}
@Article{nin,
title = {Network In Network},
journal = {arXiv preprint},
author = {Min Lin and Qiang Chen and Shuicheng Yan},
year = {2014},
volume = {1312},
number = {4400},
doi = {10.48550/arXiv.1312.4400},
}
@Article{vgg,
title = {Very Deep Convolutional Networks for Large-Scale Image Recognition},
journal = {arXiv preprint},
author = {Karen Simonyan and Andrew Zisserman},
year = {2015},
volume = {1409},
number = {1556},
doi = {10.48550/arXiv.1409.1556},
}
@Article{ggnet2,
author = {P. Siva Satya Sreedhar, N. Nandhagopal},
title = {Classification Similarity Network Model for Image Fusion Using Resnet50 and GoogLeNet},
journal = {Intelligent Automation \& Soft Computing},
volume = {31},
year = {2022},
number = {3},
pages = {1331-1344},
doi = {10.32604/iasc.2022.020918},
}
@Article{hash2,
author = {Akhavan, Amir and Samsudin, Azman and Akhshani, Afshin},
journal = {EURASIP Journal on Advances in Signal Processing},
title = {A novel parallel hash function based on 3D chaotic map},
year = {2013},
number = {1},
volume = {2013},
doi = {10.1186/1687-6180-2013-126},
}
@Article{phash1,
author = {D. Marr and E. Hildreth},
journal = {Proceedings of the Royal Society of London. Series B, Biological sciences},
title = {Theory of edge detection},
year = {1980},
number = {1167},
pages = {187-217},
volume = {207},
doi = {10.1098/rspb.1980.0020},
}
@Article{rcv,
author = {Kari Pulli and Anatoly Baksheev and Kirill Kornyakov and Victor Eruhimov},
journal = {Queue},
title = {Realtime computer vision with OpenCV: Mobile computer-vision technology will soon become as ubiquitous as touch interfaces},
year = {2012},
number = {4},
pages = {40-56},
volume = {10},
doi = {10.1145/2181796.2206309},
}
@Article{libavcodec,
title = {Digital Signal Processing},
journal = {Marshall C. Yovits},
series = {Advances in Computers},
publisher = {Elsevier},
address = {Radarweg 29, 1043 NX Amsterdam, The Netherlands},
volume = {37},
pages = {59-117},
year = {1993},
issn = {0065-2458},
doi = {10.1016/S0065-2458(08)60403-9},
author = {Stephen A. Dyer and Brian K. Harms},
}
@Article{pso,
author = {J. Kennedy and Russell C. Eberhart},
journal = {Proceedings of ICNN\'95 - International Conference on Neural Networks},
title = {Particle swarm optimization},
year = {1995},
pages = {1942-1948},
volume = {4},
doi = {10.1109/ICNN.1995.488968},
}
@Article{pso2,
author = {Yudong Zhang and Shuihua Wang and Genlin Ji},
journal = {Mathematical Problems in Engineering},
title = {A Comprehensive Survey on Particle Swarm Optimization Algorithm and Its Applications},
year = {2015},
number = {931256},
pages = {1-38},
volume = {2015},
doi = {10.1155/2015/931256},
}
@Article{psoimg2,
author = {Ru An and Peng Gong and Huilin Wang and Xuezhi Feng and Pengfeng Xiao and Qi Chen and Qing Zhang and Chunye Chen and Peng Yan},
journal = {Photogrammetric Engineering \& Remote Sensing },
title = {A Modified PSO Algorithm for Remote Sensing Image Template Matching},
year = {2012},
number = {4},
pages = {1-11},
volume = {76},
}
@Article{psoimg3,
author = {Jitendra Pramanik and Sunita Dalai and Debaraj Rana},
journal = {International Journal of Computer Applicationsg},
title = {Image Registration using PSO and APSO: A Comparative Analysis},
year = {2015},
number = {21},
pages = {6-11},
volume = {166},
}
@Article{dsf,
author = {Bernard A. Galler and Michael J. Fisher},
journal = {Communications of the ACM},
title = {An improved equivalence algorithm},
year = {1964},
number = {5},
pages = {301-303},
volume = {7},
doi = {10.1145/364099.364331},
}
@Article{a_1,
author = {R{\'{o}}zsa P{\'{e}}ter},
journal = {Mathematische Annalen},
title = {Konstruktion nichtrekursiver Funktionen},
year = {1935},
pages = {42–60},
volume = {111},
doi = {10.1007/BF01472200},
}
@Article{a_2,
author = {Raphael Mitchel Robinson},
journal = {Bulletin of the American Mathematical Societyn},
title = {Recursion and double recursion},
year = {1948},
number = {10},
pages = {987-993},
volume = {54},
doi = {10.1090/S0002-9904-1948-09121-2},
}
@Article{a_3,
author = {Wilhelm Friedrich Ackermann},
journal = {Mathematische Annalen},
title = {Zum Hilbertschen Aufbau der reellen Zahlen},
year = {1928},
pages = {118–133},
volume = {99},
doi = {10.1007/BF01459088},
}
@Article{phash3,
author = {唐林川 and 邓思宇 and 吴彦学 and 温柳英},
journal = {计算机应用},
title = {基于 pHash 分块局部探测的海量图像查重算法},
year = {2019},
number = {39},
pages = {2789-2794},
volume = {9},
doi = {10.11772/j.issn.1001-9081.2019020792},
}
@Phdthesis{hash3,
title = {Analyses, Mitigation and Applications of Secure Hash Algorithms},
author = {Al-Odat, Zeyad Abdel-Hameed},
year = {2020},
address = {Land-grant university in Fargo, North Dakota},
school = {North Dakota State University}
}
@Online{eagle_count,
author = {{Similarweb, Ltd}},
title = {cn.eagle.cool Competitors},
year = {2023},
url = {https://www.similarweb.com/website/cn.eagle.cool/competitors/},
}
@Online{free,
author = {{Free Software Foundation, Inc}},
title = {What is Free Software?},
year = {2023},
url = {https://www.gnu.org/philosophy/free-sw.html},
}
@Online{eagle,
author = {{Ogdesign, Inc}},
title = {Eagle - Organize all your reference images in one place},
year = {2023},
url = {https://eagle.cool/},
}
@Online{eagle_line,
author = {Augus Chen},
title = {Eagle 产品路线图},
year = {2023},
url = {https://trello.com/b/YgBOPQ6x/eagle-\%E4\%BA\%A7\%E5\%93\%81\%E8\%B7\%AF\%E7\%BA\%BF\%E5\%9B\%BE},
}
@Online{rao,
author = {Rao Meetqy},
title = {RAO.PICS},
year = {2023},
url = {https://rao.pics/},
}
@Online{pixcall,
author = {杭州简易网络有限公司},
title = {Pixcall - 云端同步的素材管理利器},
year = {2023},
url = {https://pixcall.com/},
}
@Online{billfish,
author = {苏州长嘴鱼软件有限公司},
title = {Billfish素材管家——创意设计必备素材管理工具},
year = {2023},
url = {https://www.billfish.cn/},
}
@Online{celum,
author = {{CELUM}},
title = {Make content work with CELUM},
year = {2023},
url = {https://www.celum.com/},
}
@Online{canto,
author = {{Canto, Inc}},
title = {Canto - The leader in digital asset management solutions},
year = {2023},
url = {https://www.canto.com/},
}
@Online{bynder,
author = {Bynder},
title = {Digital asset management: Organize your creative files},
year = {2023},
url = {https://www.bynder.com/},
}
@Online{xyplorer,
author = {{XYplorer}},
title = {XYplorer - File Manager for Windows},
year = {2023},
url = {https://www.xyplorer.com/},
}
@Online{filesapp,
author = {Yair A},
title = {Files Apps},
year = {2023},
url = {https://apps.microsoft.com/store/detail/files-app/9NGHP3DX8HDX},
}
@Online{eda,
author = {Sadra Yahyapour},
title = {Event-Driven Architecture in Python},
year = {2022},
url = {https://imsadra.me/event-driven-architecture-in-python},
}
@Online{bs_c,
author = {Bjarne Stroustrup},
title = {When was C++ invented?},
year = {2021},
url = {https://www.stroustrup.com/bs_faq.html#invention},
}
@Online{tiobe,
author = {TIOBE},
title = {TIOBE Index for May 2023},
year = {2023},
url = {https://www.tiobe.com/tiobe-index/},
}
@Online{bgr24,
author = {Microsoft},
title = {PixelFormats.Bgr24 Property},
year = {2023},
url = {https://learn.microsoft.com/en-us/dotnet/api/system.windows.media.pixelformats.bgr24},
}
@Online{gain,
author = {Marea Harris},
title = {What is Gain in Audio? How Gain Affects Speaker Performance},
year = {2023},
url = {https://www.leadsrating.com/microphones/what-is-gain/},
}
@Online{opencv_cmake,
author = {Berak and Bence Lukacs},
title = {OpenCV CMake openCV building error},
year = {2023},
url = {https://forum.opencv.org/t/opencv-cmake-opencv-building-error/11566/11},
}
@Manual{eagle_api,
author = {{Ogdesign, Inc}},
title = {Eagle API Document},
year = {2023},
url = {https://api.eagle.cool/},
}
@Manual{whats_py,
author = {{Python Software Foundation}},
title = {What is Python? Executive Summary},
year = {2023},
url = {https://www.python.org/doc/essays/blurb/},
}
@Manual{about_py,
author = {{Python Software Foundation}},
title = {About Python},
year = {2023},
url = {https://www.python.org/about/},
}
@Manual{cmodule_py,
author = {{Python Software Foundation}},
title = {Extending Python with C or C++},
year = {2023},
url = {https://docs.python.org/3/extending/extending.html},
}
@Manual{py_doc,
author = {{Python Software Foundation}},
title = {Python 3.11.3 documentation},
year = {2023},
url = {https://docs.python.org/3/},
}
@Manual{opencv_about,
author = {{OpenCV team}},
title = {About},
year = {2023},
url = {https://opencv.org/about/},
}
@Manual{ffmpeg_about,
author = {Baptiste Coudurier and Carl Eugen Hoyos and Michael Niedermayer and Paul B. Mahol},
title = {About FFmpeg},
year = {2023},
url = {https://ffmpeg.org/about.html},
}
@Manual{ffmpeg_doc,
author = {Baptiste Coudurier and Carl Eugen Hoyos and Michael Niedermayer and Paul B. Mahol},
title = {Documentation},
year = {2023},
url = {https://ffmpeg.org/documentation.html},
}
@Archive{pep206,
author = {A. M. Kuchling},
title = {PEP 206 – Python Advanced Library},
year = {2000},
url = {https://peps.python.org/pep-0206/},
}
@Software{digikam,
author = {{digiKam Team}},
title = {digiKam},
year = {2023},
url = {https://invent.kde.org/graphics/digikam},
}
@Software{c_py,
author = {{Python Software Foundation}},
title = {The Python programming language},
year = {2023},
url = {https://github.com/python/cpython},
}
@Software{git_pso,
author = {Rimo Chan},
title = {PSO image match},
year = {2023},
url = {https://github.com/RimoChan/PSO-image-match},
}
@Software{git_ggnet,
author = {Qian Ge and Infinoid},
title = {GoogLeNet for Image Classification},
year = {2020},
url = {https://github.com/conan7882/GoogLeNet-Inception},
}
@Software{tf,
title = {{TensorFlow}: Large-Scale Machine Learning on Heterogeneous Systems},
note = {Software available from tensorflow.org},
author = {Mart\'{i}n~Abadi and Ashish~Agarwal and Paul~Barham and Eugene~Brevdo and Zhifeng~Chen},
year = {2015},
}
@Software{ohmytmp,
author = {{Ohmytmp Organization}},
title = {Oh My /tmp},
year = {2023},
url = {https://github.com/ohmytmp},
}
@Comment{jabref-meta: databaseType:bibtex;}