-
Notifications
You must be signed in to change notification settings - Fork 0
Project Overview
Proposed system has 5 different core modules.
- Pre - Processing Module
- Character Segmentating Module
- Classification Module
- Words Generating Module
- Translating Module
Whenever consumer takes a picture from the mobile camera, first it goes through the Pre - Processing Module. This is where consumer gets to clear the image and ready for the segmentation module. Brahmilator provides 5 different operations to pre-process the image. Following OpenCV operations have been successfully implemented through a React-Native Bridge.
- Threshold
- Erosion
- Dilation
- Opening
- Closing
Segment lines of Brahmi characters in a given image using horizontal projection then Separate each character of each line by cropping on the drawn contour around the character. This process functions in the back-end and does not interact with the front-end at all. Finally, all segmented images are sent to the classification model to be classified.