Challenge Overview
In a previous challenge we have enhanced our extraction tool to batch process mud log images and save results to the database. We also have another tool that's written in Python, which can export images with the marks drawn on the images.
In this challenge, we need to integrate that capability we had in the Python tool into the Java based batch tool. More specifally:
- Updated readme / verification guide on how to test the new features implemented in this challenge.
In this challenge, we need to integrate that capability we had in the Python tool into the Java based batch tool. More specifally:
- We will need to add the same image tagging functionality to our batch tool
- We would run this as a separate command like remove-outliers. It can be call generate-marked-images or something.
- It should allow users to produce the marked tif files right from the batch extraction tool.
- We need to mark Shows, Stains, Traces, and Negative phrases each with their own color, just like the Python tool
Final Submission Guidelines
- A single zip with the updated extraction tool code included.- Updated readme / verification guide on how to test the new features implemented in this challenge.