Convert two int1-images into a displacement vector field.
::int1_to_dvf converts two int1-images Row and Col into a displacement vector field VectorField. The input images contain the displacements in x- and y-direction, respectively.
|
Row (input_object) |
image(-array) -> Hobject: HImage(Array) ( int1 ) |
| Displacement along y. | |
|
Col (input_object) |
image(-array) -> Hobject: HImage(Array) ( int1 ) |
| Displacement along x. | |
|
VectorField (output_object) |
image(-array) -> Hobject * : HImage(Array) ( dvf ) |
| Displacement vector field. | |
::optical_flow_match, ::fill_dvf
Image / region / XLD management