Corrected error. dwt_output_dim works only for dyadic length images

This commit is contained in:
rafat.hsn@gmail.com 2011-09-28 20:10:02 +00:00
parent e923a5e9c6
commit 27073a466d

View File

@ -87,7 +87,8 @@ int main() {
cout << "LOOP OK" << endl;
int row,col;
dwt_output_dim(vec1, row, col );
row=vec1.size();
col=vec1[0].size();
// Extract and Display Low Pass Image at the Jth stage