Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mashadab authored Dec 9, 2021
1 parent 1493e93 commit b908291
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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




0 comments on commit b908291

Please sign in to comment.