Closed mxochicale closed 2 years ago
See examples of calipers from two clinical US devices:
OCR "Expectation-Driven Text Extraction from Medical Ultrasound Images" https://ebooks.iospress.nl/pdf/doi/10.3233/978-1-61499-678-1-712
Caliper removal is performed in two stages. First, an inpainting technique for object removal is employed to erase calipers from a set of images.14,15 This algorithm takes as input an image and the target region. Starting from the outer edges, pixels in the labeled region are replaced by averaging pixels from similar patches. Figure 2(a) shows example patches and their corresponding closest neighbor(CN) in the image. Next, a UNET4is trained to automatically remove the calipers. Ideally, the caliper removal should not rely on identifying the text or calipers, therefore, we train a neural network to automate this procedure.
Juan C. Prieto, Hina Shah, Alan J. Rosenbaum, Xiaoning Jiang, Patrick Musonda, Joan T. Price, Elizabeth M. Stringer, Bellington Vwalika, David M. Stamilio, and Jeffrey S. A. Stringer "An automated framework for image classification and segmentation of fetal ultrasound images for gestational age estimation", Proc. SPIE 11596, Medical Imaging 2021: Image Processing, 115961N (15 February 2021); https://doi.org/10.1117/12.2582243
Computer-aided segmentation of thyroid nodules in ultrasound imaging could assist in their accurate characterization. In this study, using data for 1278 nodules, we proposed and evaluated two methods for deep learning-based segmentation of thyroid nodules that utilize calipers present in the images. The first method used approximate nodule masks generated based on the calipers. The second method combined manual annotations with automatic guidance by the calipers.
DOI: https://doi.org/10.1016/j.ultrasmedbio.2019.10.003 google-scholar: https://scholar.google.com/scholar?cites=16418435367267185455&as_sdt=2005&sciodt=0,5&hl=en
Closing this one but feel free to re-open it and look above references as there are few interesting approaches to discuss.
🚀 Feature
To implement the obtention of caliper scale of US image (in px/mm).
Motivation
Currently there is no method to obtain US scale (in px/mm).
Methods