rowShift: Pixel Shifter

Description Usage Arguments Details Value Author(s)

Description

Functions for shifting pixels

Usage

1
rowShift(rowS, rowE, rowMove, pm)

Arguments

rowS

A starting row to shift pixels

rowE

An ending row to shift pixels. Start and end are a band of pixels that shift together

rowMove

The amound to shift the pixels.

pm

A matrix of pixels vales from a single band of and image.

Details

These functions are intended to shift pixels by row in sets by a certian pixel count. The pixels that fall out side are added back to head or tail of the rows that they orginated from. If pixels shift off the tail, they are added to the head and if pixel fall off the tail they are added back to the head.

Value

A band of pixels defined by rowS and rowE.

Author(s)

jmt2080ad


jmt2080ad/pixelShift documentation built on May 5, 2019, 2:42 a.m.