bob.sp.DCT2DAbstract¶
-
class
bob.sp.DCT2DAbstract¶ Bases:
Boost.Python.instanceAbstract 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
heightHeight of the array to process. widthWidth 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.
-