Skip to content
Šimon Fojtů edited this page Feb 17, 2015 · 8 revisions

Estimate 'sharpness' of an input image. See fpd-vision XP005 for more information.

Pipeline

 {"op":"sharpness", "method":"GRAS"}
  • method which method to use

Stage Model

{
  "s1":{
    "sharpness":13.503684210526316
  }
}
  • sharpness computed sharpness

Example with GRAS method

firesight -i img/cam.jpg -p json/sharpness.json
  "s1":{
    "sharpness":6.0882352941176467
  }
Clone this wiki locally