bob.sp.DCT2DAbstract

class bob.sp.DCT2DAbstract

Bases: Boost.Python.instance

Abstract class for DCT2D

Raises an exception This class cannot be instantiated from Python

__init__()

Raises an exception This class cannot be instantiated from Python

Methods

__init__ Raises an exception This class cannot be instantiated from Python
reset((DCT2D)self, (int)height, (int)width) Reset the dimension of the expected input signals.

Attributes

height Height of the array to process.
width Width of the array to process.
height

Height of the array to process.

reset((DCT2D)self, (int)height, (int)width) → None :

Reset the dimension of the expected input signals.

width

Width of the array to process.