my question is this output is correct or not
1 回表示 (過去 30 日間)
古いコメントを表示

>>first image is laplaced image and second is that image is reconstruted with laplacian pyramid.this output is correct or not

6 件のコメント
Walter Roberson
2017 年 5 月 4 日
You are only passing in a scalar to the reconstruction, and only calculating a scalar as the result. The final output is going to be a single pixel, not even color.
Remember, when p is a scalar index, then d(p) is going to be referring to a scalar location.
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!