isAngleBetweenEdgesAlwaysSuperiorToMinAngle {AFM} | R Documentation |
check if all the angles between one edge and a list of edges is superior to a specified value.
isAngleBetweenEdgesAlwaysSuperiorToMinAngle(
binaryAFMImage,
edge1,
edges2,
minAngle
)
binaryAFMImage |
a binary |
edge1 |
one edge |
edges2 |
list of edges |
minAngle |
the minimum angle value |
TRUE if all the angle are superior to the specified value
M.Beauvais