filter_v1 | R Documentation |
Apply V1 filters to an image
filter_v1(im, id, n_orientation = 4, cell_type = "complex")
im |
an image |
id |
a vector of integer. which cell to use. |
n_orientation |
number of orientation |
cell_type |
either "simple" or "complex" (default) cell |
a list of images
im = filter_v1(im_gray(regatta), id = 1:2, n_orientation = 4, cell_type = "complex") plot(im[[1]], rescale = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.