Improved badpixels removal method. Fixed range of line noise slider. Put in possibility for AMaZE and fast_demo to process crops (not hooked up to GUI yet though).

This commit is contained in:
Emil Martinec
2010-09-25 15:25:36 -05:00
parent dc2350cee8
commit 23a8834755
6 changed files with 1059 additions and 36 deletions

View File

@@ -27,9 +27,9 @@
//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
void RawImageSource::fast_demo() {
int winx=0, winy=0;
int winw=W, winh=H;
void RawImageSource::fast_demo(int winx, int winy, int winw, int winh) {
//int winx=0, winy=0;
//int winw=W, winh=H;
if (plistener) {
plistener->setProgressStr ("Fast demosaicing...");