Navigation Menu

Skip to content

Commit

Permalink
stereo_rfne: Undo commit submitted by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-alexandrov committed Jan 2, 2013
1 parent 96be9f5 commit a1ddb86
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/asp/Tools/stereo_pprc.cc
Expand Up @@ -114,24 +114,14 @@ ImageViewRef< PixelMask<uint8> > mask_and_fill_holes( ImageViewRef< PixelGray<fl

void stereo_preprocessing( Options& opt ) {

std::cout << "corr kernel is: " << stereo_settings().kernel << std::endl;
std::cout << "subpixel kernel is: " << stereo_settings().subpixel_kernel << std::endl;

vw_out() << "\n[ " << current_posix_time_string()
<< " ] : Stage 0 --> PREPROCESSING \n";

std::string pre_preproc_file_left, pre_preproc_file_right;
// char * proj = getenv("PROJ");
// // if (proj && atoi(proj)){
// opt.session->pre_preprocessing_hook("L1.tif", "R1.tif",
// pre_preproc_file_left,
// pre_preproc_file_right);
// }else{
opt.session->pre_preprocessing_hook(opt.in_file1, opt.in_file2,
pre_preproc_file_left,
pre_preproc_file_right);
// }


DiskImageView<PixelGray<float> > left_image(pre_preproc_file_left),
right_image(pre_preproc_file_right);

Expand Down

0 comments on commit a1ddb86

Please sign in to comment.