The flutter shutter camera simulator
|
Go to the source code of this file.
Functions | |
void | midway (float *I1, float *I2, int width, int height) |
void midway | ( | float * | I1, |
float * | I2, | ||
int | width, | ||
int | height | ||
) |
Step1. Sorts using midway_pairs P1 & P2 (P1.first contains I1 pixel values, and P1.second contains pixel indexes (usefull after the sorts) (same for P2 with I2))
Step2. Specification
Definition at line 47 of file midway.cpp.