Open main menu

CDOT Wiki β

Changes

Three-Star

45 bytes removed, 09:21, 21 February 2018
Image Profiling
Out of all the functions tested, reflectImage has the largest ms/call. Below is the code for reflectImage:
 void Image::reflectImage(bool flag, Image& oldImage)/*Reflects the Image based on users input*/{
int rows = oldImage.N;
int cols = oldImage.M;
}
oldImage = tempImage;}
==== LZW Data Compression Algorithm ====
122
edits