filter_v1: Apply V1 filters to an image

View source: R/pictplot.R

filter_v1R Documentation

Apply V1 filters to an image

Description

Apply V1 filters to an image

Usage

filter_v1(im, id, n_orientation = 4, cell_type = "complex")

Arguments

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

Value

a list of images

Examples

im = filter_v1(im_gray(regatta), id = 1:2, n_orientation = 4, cell_type = "complex")
plot(im[[1]], rescale = TRUE)

tsuda16k/pictplot documentation built on March 1, 2023, 8:44 p.m.