The flutter shutter camera simulator
Functions
midway.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void midway (float *I1, float *I2, int width, int height)

Function Documentation

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.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions Variables Typedefs Defines