当前位置:网站首页>A complete answer sheet recognition system
A complete answer sheet recognition system
2022-07-03 10:27:00 【Android Guide】

Good morning , I am Lao Bei , official account 「GitHub Point north 」 Will recommend GitHub Useful projects on , Tap the value of open source , Welcome to your attention .
Today I want to recommend an open source answer card recognition system , Come and have a look if you need it .
Project introduction
OpenCV It's based on BSD The license ( Open source ) Distributed cross-platform computer vision library , It provides a series of general algorithms for image processing and computer vision . It is a very good tool to study image processing technology . The first contact was 2016 Because the company project needs , But what was available online at that time demo It's too little , And it's basically based on C、C++ Realized . That is from 2017 Year begins , About java+opencv More and more information has been collected . In this situation , Just want to build a platform that will help us learn and understand opencv A platform for . So there's this system . Start with installation , Learn to record with you OpenCV Knowledge about , Until finally a simple but complete DEMO The implementation of the ( Answer card recognition ).
Software architecture
SpringMVC+AdminLTE 2+maven. Considering the previous demo test , Or it's all about creating images to view , Either use swing draw , When the parameters change , Not easy to debug , So it's a familiar one web Pattern . Backstage is based on SpringMVC, And there's no database interaction , Is a page operation effect real-time view function , Now it's very simple . The front end uses AdminLTE 2, One is based on bootstrap Lightweight background template for .
primary coverage
- Image binarization
- The image can be binarized by itself
- Gaussian blur
- Picture zoom
- Corrosion expansion
- Advanced morphological transformation
- edge detection
- Detect lines
- Detection circle
- Detect color
- Contour recognition
- Template search
- Draw a gray histogram
- Answer card recognition demo
Results the preview





Source code address
And no. GitHub Point north The background to reply Answer sheet Get the source address .
边栏推荐
- CV learning notes convolutional neural network
- Leetcode-106:根据中后序遍历序列构造二叉树
- 20220531 Mathematics: Happy numbers
- Training effects of different data sets (yolov5)
- CV learning notes - camera model (Euclidean transformation and affine transformation)
- 【SQL】一篇带你掌握SQL数据库的查询与修改相关操作
- Opencv+dlib to change the face of Mona Lisa
- Hands on deep learning pytorch version exercise solution - 2.6 probability
- Rewrite Boston house price forecast task (using paddlepaddlepaddle)
- Leetcode-106: construct a binary tree according to the sequence of middle and later traversal
猜你喜欢
![[LZY learning notes -dive into deep learning] math preparation 2.1-2.4](/img/92/955df4a810adff69a1c07208cb624e.jpg)
[LZY learning notes -dive into deep learning] math preparation 2.1-2.4

Leetcode - 460 LFU cache (Design - hash table + bidirectional linked hash table + balanced binary tree (TreeSet))*

Raspberry pie 4B installs yolov5 to achieve real-time target detection

Hands on deep learning pytorch version exercise solution - 2.4 calculus

Connect Alibaba cloud servers in the form of key pairs

Opencv notes 17 template matching

Yolov5 creates and trains its own data set to realize mask wearing detection

LeetCode - 706 设计哈希映射(设计) *

LeetCode - 900. RLE iterator

CV learning notes - Stereo Vision (point cloud model, spin image, 3D reconstruction)
随机推荐
Leetcode-513: find the lower left corner value of the tree
Hands on deep learning pytorch version exercise solution - 2.4 calculus
Leetcode - 705 design hash set (Design)
LeetCode - 715. Range module (TreeSet)*****
Leetcode - 706 design hash mapping (Design)*
Model evaluation and selection
Opencv feature extraction - hog
Notes - regular expressions
Are there any other high imitation projects
Anaconda安装包 报错packagesNotFoundError: The following packages are not available from current channels:
【C 题集】of Ⅵ
20220601 Mathematics: zero after factorial
Dictionary tree prefix tree trie
What can I do to exit the current operation and confirm it twice?
LeetCode - 900. RLE 迭代器
ECMAScript -- "ES6 syntax specification # Day1
3.3 Monte Carlo Methods: case study: Blackjack of Policy Improvement of on- & off-policy Evaluation
Julia1.0
2-program logic
CV learning notes - clustering