Home
Name Modified Size InfoDownloads / Week
README.TXT 2015-07-09 467 Bytes
CMakeLists.txt 2015-07-09 193 Bytes
vvq.cpp 2015-07-09 12.4 kB
Totals: 3 Items   13.0 kB 0
-------------------------------
---Virgilio Vector Quantizer---
---vvq                      ---
---      README FILE        ---
-------------------------------

- REQUIREMENTS:
	1. Compile using CMAKE.
	2. Installed OpenCV library.

- USAGE:
	./vvq image.bmp

- OUTPUT:
	output.bmp image with result of compression.

- EXTRA:
	For printing the codebook, colortable and matrix of indexes, uncomment line 45 "#define DEBUG_ACTIVATED" to print all of them to the stdout.
Source: README.TXT, updated 2015-07-09