From b908291c834b3b6e14de814ebe19da9d0f01a7a0 Mon Sep 17 00:00:00 2001 From: Mohammad Afzal Shadab Date: Wed, 8 Dec 2021 23:35:54 -0600 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7e76c79..37b75dd 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,23 @@ # drop-dynamics, moving-camera video, template-matching, normalized cross-correlation A MATLAB code which reads numbers in a video, references, and calculates drop dynamics' characteristics -Brief summary: The MATLAB code reads a number in a video frame using template matching (normalized cross-correlation algorithm). +## Brief summary: +The MATLAB code reads a number in a video frame using template matching (normalized cross-correlation algorithm). Further, it references the pixels accordingly considering the parallax between the scale and the object (drop). Finally, it calculates the object (drop) characteristics such as height from the free surface, velocity, aspect ratio, etc. In a nutshell, the code can be used where the camera moves with the object but a fixed ruler in the image can be used for referencing. -Enclosed: template images, sample .avi color video for analysis, Matlab code file +## Enclosed: +Template images, sample .avi color video for analysis, Matlab code file -Input: color video .avi (2000X2000 pixels) and associated parameters in the code; Output: Analyzed video and MATLAB data file +## Input: +Color video .avi (2000X2000 pixels) and associated parameters in the code; Output: Analyzed video and MATLAB data file After downloading, what to do: Extract the Archive and RUN THE CODE! Comments provided in the code. + + +https://user-images.githubusercontent.com/39770999/145340386-72f88d85-1afa-45b1-bc98-77f79b2a3ddd.mov + + + +