isAngleBetweenEdgesAlwaysSuperiorToMinAngle {AFM} | R Documentation |
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 |
edge1 |
one edge |
edges2 |
list of edges |
minAngle |
the minimum angle value |
Value
TRUE if all the angle are superior to the specified value
Author(s)
M.Beauvais
[Package AFM version 2.0 Index]