How a median filter works?
vandana7
Posts
-
Median Filter -
Convert to BWHow to convert grayscale image(.tif )to black & white ?
-
Median filterI m using libtiff library which has medianfilter tool.It reduces original file(.tif) size to 1/3.Why?
-
Maximize WindowThanks ShowWindow working fine...
-
Change the name of MFC applicationThanks SetWindowText working fine...
-
On vertical and horizontal scrolli m opening a image in OnFileOpen function it opens finebut when i start scrolling it disappears. When the it is done in OnDraw function it is displaying image while scrolling. Please Help.
-
On vertical and horizontal scrollI m opening the image in OnFileOpen() but when i scroll vertically or horizontally it disappears. When done from OnDraw it is doing fine.Please Help.
-
Change the name of MFC applicationHow to change the name of MFC single document application from Untitled to desired one?
-
Maximize WindowHow to maximize a window in MFC application? Window should be automatically maximized as application gets executed.
-
How to count no. of folders in a directory?Hello Can i get help to count no. of folders in a directory.
-
repaint window in VC++How to repaint window in VC++ so that while scrolling the displayed image it can be viewed properly?
-
how to open .tif file in VC++ MFCi am able to open the .tif file in OnDraw using libtiff library. But i want to open it from file open menu. it requires pDC to open. How to open from file open menu?
-
how to open .tif file in VC++ MFChow to open .tif file in VC++ MFC from file menu?
-
How to open .tif file in VC++ MFCHow to open .tif file in VC++ MFC from file open menu?
-
How to create new folder in VC++ MFC?Also how to count no.of folders/no. of files? in VC++ MFC.
-
How to read partial scanline for tiff image?As per libtiff mailing list , partial scanlines can' be read ? Is there any other solution for this? or it can be done?
-
How to write partial scanline: TIFF fileHow to write partial scanline to other TIFF file?