Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.87 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.87 KB

WaspFacer

MATLAB Toolset for assessing facial markings in wasps (Vespula sp.). User simply draws a rough estimate of marking's location on an image and WaspFacer will segment the marking from the indicated area.

alt text

WaspFacer calculates for each segmented marking:

  • Continuous Symmetry Measure
  • Procustes distance
  • Difference in the log areas of the left and right side of the marking.
  • Total marking area.

WaspFacer also includes a tool for measuring distances on imported images, which can be used e.g. to measure wasp head width.

The measurements can be exported as .csv files for further analysis. The coordinates of the landmarks placed on the marking contour are also exportable in a format compatible with MorphoJ. Black and white images of the segmented markings can be exported as bitmap images (.bmp).

All exported results include a metadata file that contains image coordinates of the symmetry axis, marking and automatically placed landmarks, and the settings (e.g. threshold) used to produce the exported results. The metadata is stored as .mat file.

Installation

Automatic (Windows)

Download and execute WaspFacer 0.97 installer.

Manual (Windows, Linux, Mac)

  • Download source from the releases page, and extract the source to a folder of choice.

    Or

    Clone the repository with:git clone https://github.com/rciszek/WaspFacer.git

  • Download MATLAB GUI Layout Toolbox. Extract the folder inside the WaspFacer folder.

  • The program can be started by running WaspFacer.m using MATLAB