Skip to content

yakavetsiv/Edges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edges_GUI

The script help to detect the edge of the liquid interface for gravity-driven microfluidics platforms

Installation

Please install the packages listed in requirements.txt

pip install -r requirements.txt

Image preprocessing

Raw RBG images from the camera were preprocessed in Fiji:

  1. Organizing the images in time sequence (File - Import - Image Sequence)
  2. Cropping (Image - Crop)
  3. Edges detection (Process - Find Edges)
  4. BW (Image - Type - 8-Bit)
  5. Save as *.tif (File - Save as - Tiff)

Image processing

python edges_main.py

Script workflow:

  1. Open file (*.tif) - Open the time-sequence
  2. Scale (1 cm) - Set a scale (1cm on the image)
  3. Set the scales (1 mm in pixels; 1 mm in uL; time interval between the frames)
  4. Add line - (Minimal point - precision is important; Maximal point) - Set a middle line, which is perpendicular to the liquid interface
  5. Analyze

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages