Question: Use elice website to write the codes CS101 Homework 3 OCR (Optical Character Recognition) Due date: Nov. 16th, 2016 (Until 23:59) Delayed due: Nov. 19th,
Use elice website to write the codes






CS101 Homework 3 OCR (Optical Character Recognition) Due date: Nov. 16th, 2016 (Until 23:59) Delayed due: Nov. 19th, 2016 Please read the assignment description carefully and make sure that your program meets all the requirements stated. The homework assignment is an individual task. You can discuss the problem with your friends but you should not program together. You will get an F on the entire course if your submission includes any plagiarism. Goal In this homework, you should make OCR programs which recognize numbers from given images. Description This homework consists of four tasks from the easier task (3-1) to the harder task (3 4). For each task, you are given a template code and asked to complete functions according to the descriptions below. Some functions in different tasks are exactly the same, so you can write once and reuse. You can define your own function to implement the homework more efficiently, but using new global variables is not allowed Please note that wou cannot modify the main function. and cannot obal variable names, the function names, or the parameters e the chan 1. OCR for a digit with black-on-white C10 points The objective of the task 3-1 is to recognize a number from a given image. The given image includes one black di on white background In this task, you have to write the one digit ocr0 function as the following description. CS101 Homework 3 OCR (Optical Character Recognition) Due date: Nov. 16th, 2016 (Until 23:59) Delayed due: Nov. 19th, 2016 Please read the assignment description carefully and make sure that your program meets all the requirements stated. The homework assignment is an individual task. You can discuss the problem with your friends but you should not program together. You will get an F on the entire course if your submission includes any plagiarism. Goal In this homework, you should make OCR programs which recognize numbers from given images. Description This homework consists of four tasks from the easier task (3-1) to the harder task (3 4). For each task, you are given a template code and asked to complete functions according to the descriptions below. Some functions in different tasks are exactly the same, so you can write once and reuse. You can define your own function to implement the homework more efficiently, but using new global variables is not allowed Please note that wou cannot modify the main function. and cannot obal variable names, the function names, or the parameters e the chan 1. OCR for a digit with black-on-white C10 points The objective of the task 3-1 is to recognize a number from a given image. The given image includes one black di on white background In this task, you have to write the one digit ocr0 function as the following description
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
