Questions tagged [omr]

OMR (Optical Mark Recognition or optical mark reading) is the process of capturing human-marked data from document forms such as surveys and tests.

OMR (Optical Mark Recognition or optical mark reading) is the process of capturing human-marked data from document forms such as surveys and tests.

Links:

Wikipedia

73 questions
10
votes
1 answer

How to crop tilt image in c#

I have tilt image capture by mobile. I want to cut section/portion of image in between two rectangles of both sides to find out circles in between them. I have all 4 co-ordinates of middle section like (x0,y0),(x1,y1),(x2,y2),(x3,y3). My Image is…
Aamir
  • 345
  • 4
  • 24
6
votes
3 answers

Unexpected metadata type found in active-android

For a unknown reason Android Studio Fail to build my Project . First time it show me Error:Could not resolve all dependencies for configuration ':app:debugCompileClasspath'. Could not load module metadata from…
Faisal Mohammad
  • 427
  • 1
  • 9
  • 27
5
votes
1 answer

OpenCV - Detecting handwritten mark of checkboxes from questionnaire

I'm working on a lot of patient intake questionnaires. Here is a scanned example of the Questionnaire. I need to process them and stored into the database, but I had a problem in detecting these handwritten marks: Patient Intake Questionnaire …
Ling
  • 53
  • 1
  • 7
5
votes
3 answers

Remove circles using opencv

I'm working on opencv problem to figure out which circles are filled. However, sometimes edge of circles are cause of false positive. It makes my wonder if I can remove these circles by turning all pixels white that have high R value in RGB. My…
user1146904
  • 243
  • 2
  • 6
  • 13
5
votes
1 answer

Scikit image color filtering and changing parts of image to array

I want to do some Optical Mark Recognition using scikit-image. I am looking for 2 functions Lets say I have an image that looks like this: The way I would detect it is using filters to clean the image: (ie bilateral and Gaussian filtering for noise…
user3084006
  • 5,344
  • 11
  • 32
  • 41
4
votes
1 answer

Determining the location of staves in sheet music

I want to be able to determine the location of staves in sheet music. Example: https://i.stack.imgur.com/EXPSo.jpg The sheet music could be scanned and so could be skewed, have gaps etc. I've spent some time researching various methods (the Hough…
Nick
  • 3,958
  • 4
  • 32
  • 47
4
votes
1 answer

Scanning or reading an image containing optical marks on answer sheets using iphone/ipad

What is the best way to get started with OMR processing in iOS? I need to scan an answer sheet containing marked ovals and process the results using an iphone/ipad? I am new to this so any help would be…
megha
  • 473
  • 5
  • 18
3
votes
1 answer

Detect All Circles in an image (Optical Mark Recognition) using Python OpenCV

I need to make a OMR detection system using Python for my High School Vacation Project(which potentially might be used by the school to some extent if it is reliable enough) , I have done quite a bit of research on it , and have tried out everything…
Manav Sengupta
  • 101
  • 1
  • 10
3
votes
0 answers

Finder pattern for detecting image alignment markers

I am looking for an algorithm that can detect image alignment markers similar to the way QR codes use square markers on 3 corners to align and orient. I intend to use this solution to perform image normalization within the boundaries of the markers.
3
votes
0 answers

OMR bubble sheet scanner using python opencv

I'm working on OMR bubble sheet scanner, detecting the correct bubbled answers using python openCV. While executing with the below code I am not getting the answers correctly. Could anyone please go through the code and let me know where I did a…
Lohith
  • 51
  • 2
  • 5
3
votes
4 answers

Opencv not finding all contours

I'm trying to find the contours of this image, but the method findContours only returns 1 contour, the contour is highlighted in image 2. I'm trying to find all external contours like these circles where the numbers are inside. What am i doing…
Bruno Brito
  • 345
  • 4
  • 17
3
votes
1 answer

Optical Mark Recognition in javascript for cross plateform mobile app

I'd like to build an exam correction app. From a paper multiple choice question (mcq) I'd like to use my camera to analyse it and get a score. This exist in python…
3
votes
1 answer

Detect OCR marker

I am working on optical mark recognition problem. I found Region of Interest(ROI) where student's roll number to be filled.Which approach can help me to decode filled circle value? i tried to code but it's not functioning properly. Images In this…
Pandey Rashmi
  • 147
  • 1
  • 4
  • 14
2
votes
2 answers

Perspective Transform OMR Sheet - OpenCV Python

I am trying to make a perspective transformation with OpenCV in python. I want to align the image and find the coordinates of top left top right and bottom left and bottom right contours. here is my code so far where I can identify all the…
rnative
  • 35
  • 7
2
votes
0 answers

Best mobile development language for OMR?

I want to make app like zipgrade for my school project. This app works with server but i want to make it works locally. I found some apps about OMR written by python. I found a framework kivy for making android app but this framework has bad…
1
2 3 4 5