#include <CMotion2DModel.h>
#include "FieldVector.h"
Functions | |
bool | WriteFieldVector (CMotion2DModel &model, CMotion2DImage< unsigned char > &S, unsigned char label, const char *filename) |
bool | WriteFieldVector (CMotion2DModel &model, CMotion2DImage< short > &S, short label, const char *filename) |
|
Write the corresponding motion model optic flow field in a file which name is specified by filename. The optic flow field is only computed on the estimation support S. The estimation support corresponds to the pixels of S whose values are equal to label.
|
|
Write the corresponding motion model optic flow field in a file which name is specified by filename. The optic flow field is only computed on the estimation support S. The estimation support corresponds to the pixels of S whose values are equal to label.
|