Closed mxochicale closed 2 years ago
In the weekly meeting with Alberto on 4Oct2021, we discussed that the use of B-mode image texture analysis is a good initial approach to understand the echocardiography datasets where we can learnt more about the characteristics of our datasets for 4CV and 2CV. That said, the plan is to prototype few functions and play around wigh Grey-level matrices to then go with the use of auto-encoders and self-supervising techniques.
Love this tutorial "Image Information | Grayscale co-occurrence matrix" of https://www.youtube.com/watch?v=cq0Br3zB2AU.
See more:
Few approaches for MRI data normalisation_and_augmentation:
Pytorch has lots of "Illustration of transforms" that might help this ticket.
MONAI has nice options for transforms
Consider the following points from https://ntoussaint.github.io/fetalnav/
Nice source for augmentations: https://albumentations.ai/docs/examples/pytorch_classification/
🚀 Feature
Lee 2020 et al in Scientific Reports applied Grey-level co-occurrence matrix features to classify burn depth based on B-mode ultrasound imaging. Such method might be straightforward to prototype and might provide understanding of the frames for different patients and days of echocardiographic views.
Additional context
Plot from
video_channel_measurement.py
that might help to compute "Grey-level co-occurrence matrix features ":Computational complexity
Motivation
Pitch
Alternatives