4

I have seen the post describing how DCT coefficients can be extracted and visualized in C++.

I have seen the python API. Where there is a function bob.ip.base.DCTFeatures().

bob.ip.base.DCTFeatures (coefficients, block_size, [block_overlap], [normalize_block], [normalize_dct], [square_pattern])

How to I initialize there parameters ? Can This be done directly depending of the input image given?

And how do I visualize them as in the post. But in python.

for example

This lena image

To Transform into

DC images (64x64): luma Cr Cb RGB

enter image description hereenter image description hereenter image description hereenter image description here

Community
  • 1
  • 1
Arsenal Fanatic
  • 3,663
  • 6
  • 38
  • 53

0 Answers0