Skip to content
Snippets Groups Projects
Commit 29f0affe authored by Vojtech Moravec's avatar Vojtech Moravec
Browse files

Add info log.

parent dd125bd0
No related branches found
No related tags found
No related merge requests found
......@@ -261,6 +261,7 @@ public class VQImageCompressor extends CompressorDecompressorBase implements IIm
@Override
public void trainAndSaveCodebook() throws ImageCompressionException {
reportStatusToListeners("Loading image data...");
final int[][] trainingData = loadConfiguredPlanesData();
LBGVectorQuantizer vqInitializer = new LBGVectorQuantizer(trainingData,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment