BoiseState-AdaptLab / OCR_4_Forest_Service

Other
2 stars 0 forks source link

Noise cancellation #25

Open FloCiaglia opened 3 years ago

FloCiaglia commented 3 years ago

Use the tracing of the characters that we perform in char_detection to remove the noise from the single box images.

I have run into a problem: We do the tracing on the field image. Therefore, the coordinates that the tracing are in are related to the whole field. When we use the tracing to clean the single character image from noise, the xy-coordinates don't match with the single char image. This issue results in IndexError: image index out of range. I am not sure how to fix this problem