mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Merge pull request #23666 from mshabunin:barcode-move
Moved barcode from opencv_contrib #23666 Merge with https://github.com/opencv/opencv_contrib/pull/3497 ##### TODO - [x] Documentation (bib) - [x] Tutorial (references) - [x] Sample app (refactored) - [x] Java (test passes) - [x] Python (test passes) - [x] Build without DNN
This commit is contained in:
@@ -18,3 +18,32 @@
|
||||
year = {2016},
|
||||
month = {October}
|
||||
}
|
||||
|
||||
@mastersthesis{Xiangmin2015research,
|
||||
title={Research on Barcode Recognition Technology In a Complex Background},
|
||||
author={Xiangmin, Wang},
|
||||
year={2015},
|
||||
school={Huazhong University of Science and Technology}
|
||||
}
|
||||
|
||||
@article{bazen2002systematic,
|
||||
title={Systematic methods for the computation of the directional fields and singular points of fingerprints},
|
||||
author={Bazen, Asker M and Gerez, Sabih H},
|
||||
journal={IEEE transactions on pattern analysis and machine intelligence},
|
||||
volume={24},
|
||||
number={7},
|
||||
pages={905--919},
|
||||
year={2002},
|
||||
publisher={IEEE}
|
||||
}
|
||||
|
||||
@article{kass1987analyzing,
|
||||
title={Analyzing oriented patterns},
|
||||
author={Kass, Michael and Witkin, Andrew},
|
||||
journal={Computer vision, graphics, and image processing},
|
||||
volume={37},
|
||||
number={3},
|
||||
pages={362--385},
|
||||
year={1987},
|
||||
publisher={Elsevier}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user