blur.bmp added
This commit is contained in:
parent
3bb3b87947
commit
ec11173c46
@ -128,6 +128,7 @@ int main() {
|
||||
cvShowImage( "Low Pass Image", cvImg ); // image visualisation
|
||||
cvWaitKey();
|
||||
cvDestroyWindow("Low Pass Image");
|
||||
cvSaveImage("blur.bmp",cvImg);
|
||||
|
||||
// Displaying BandPass Images
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user