-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Meeting 27.03.2024 #1
Comments
Added dockerfile routine in #2 |
ImageMagick doesn't seem to perform well. Initial start of a python based approach is started here (stackexchange demo - needs testing): |
@derrickmuheki Illustration of the workflow is made using http://draw.io, both the original xml and a png are included as of #3 |
ported over the JR info on the template routine as of #4 |
@khufkens been trying out template matching further today (see added module and guides txt file from GIMP). While it led to nice results for some images, in others it was way off (see attached examples) especially where there table isn't detected as the largest contour perhaps due to the paper quality or edges detected as largest contour. I will try to figure this out tomorrow. Also I was thinking whether there might be a way to relate the bounding boxes gotten as a result of template guides (hor and vert) as shown in the new template_matching module, with the bounding boxes gotten from contours (earlier done in the table_detection_model.py). Any advice will be greatly appreciated. |
@derrickmuheki could you provide a link to the code (I think you haven't pushed things yet). If I look at the error image I see a lot of noise, maybe tweaking some of the binarization parameters might help. My setup assumes even lighting. The CLAHE filter might mess things up, as it amplifies contrast of blobs and spots unduly. |
I have now pushed the changes. My bad, thought i had done so yesterday. Going to try out this CLAHE Filter too |
The text was updated successfully, but these errors were encountered: