View source: R/cross.parallel.R
cross.parallel | R Documentation |
Detect pairs of scratches which are parallel and/or that cross each other.
cross.parallel(big_matrix, image.ico, Type)
big_matrix |
matrix: a matrix with stored coordinates (4) of the sampled marks (coordinates 1 and 2 for the lenght; coordinates 3 and 4 for the width) |
image.ico |
Ico.object: class Ico image |
Type |
character: scars type |
numeric: matrix with number of pairs of parallel and/or scratches that cross each other
Antonio Profico, Flavia Strani, Pasquale Raia, Daniel DeMiguel
## Not run:
# A. brevirostris case-study
#load sampled scars
data("A_br_sam")
#load working area
data("A_br_war")
class<-autom_class(A_br_sam,A_br_war$image)
criss_cross=cross.parallel(A_br_sam,A_br_war$image,class$Type)
criss_cross
# C. elaphus eostephanoceros case-study
#load sampled scars
data("C_el_sam")
#load working area
data("C_el_war")
class<-autom_class(C_el_sam,C_el_war$image)
criss_cross=cross.parallel(C_el_sam,C_el_war$image,class$Type)
criss_cross
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.