Learn R Programming

AFM (version 2.0)

isAngleBetweenEdgesAlwaysSuperiorToMinAngle: check if all the angles between one edge and a list of edges is superior to a specified value.

Description

check if all the angles between one edge and a list of edges is superior to a specified value.

Usage

isAngleBetweenEdgesAlwaysSuperiorToMinAngle(
  binaryAFMImage,
  edge1,
  edges2,
  minAngle
)

Arguments

binaryAFMImage

a binary AFMImage from Atomic Force Microscopy

edge1

one edge

edges2

list of edges

minAngle

the minimum angle value

Value

TRUE if all the angle are superior to the specified value