Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

DIGITAL IMAGE PROCESSING (Matlab) Q) Design in such a way that if a picture of s

ID: 3720084 • Letter: D

Question

DIGITAL IMAGE PROCESSING (Matlab) Q) Design in such a way that if a picture of specific visiting card is already saved in the device (laptop) and your job is to extract the data from it: 1)name 2)Address 3)Number After extracting the specific data, save it in a text boxes or in a text file provided below. NOTE : the following code is to be done on Matlab using DIP techniques, Thank You. DIGITAL IMAGE PROCESSING (Matlab) Q) Design in such a way that if a picture of specific visiting card is already saved in the device (laptop) and your job is to extract the data from it: 1)name 2)Address 3)Number After extracting the specific data, save it in a text boxes or in a text file provided below. NOTE : the following code is to be done on Matlab using DIP techniques, Thank You. DIGITAL IMAGE PROCESSING (Matlab) Q) Design in such a way that if a picture of specific visiting card is already saved in the device (laptop) and your job is to extract the data from it: 1)name 2)Address 3)Number After extracting the specific data, save it in a text boxes or in a text file provided below. NOTE : the following code is to be done on Matlab using DIP techniques, Thank You.

Explanation / Answer

syntax

txt = ocr(I)

txt = ocr(I, roi)

[___] = ocr(___,Name,Value)

recognising the image

finding hilght in busines card

I — Input image
M-by-N-by-3 truecolor image | M-by-N 2-D grayscale image | M-by-N binary image