powered by
coo_tangle(coo)
Other coo_ descriptors: coo_area, coo_chull, coo_circularityharalick, coo_circularitynorm, coo_circularity, coo_convexity, coo_eccentricityboundingbox, coo_eccentricityeigen, coo_elongation, coo_length, coo_lw, coo_rectangularity, coo_rectilinearity, coo_solidity, coo_theta3, coo_thetapts, coo_width
coo_area
coo_chull
coo_circularityharalick
coo_circularitynorm
coo_circularity
coo_convexity
coo_eccentricityboundingbox
coo_eccentricityeigen
coo_elongation
coo_length
coo_lw
coo_rectangularity
coo_rectilinearity
coo_solidity
coo_theta3
coo_thetapts
coo_width
data(bot) b <- bot[1] phi <- coo_tangle(b) phi2 <- coo_tangle(coo_smooth(b, 2)) plot(phi, type='l') plot(phi2, type='l', col='red') # ta is very sensible to noise
Run the code above in your browser using DataLab