Herror ::dvf_to_int1 (
    Hobject VectorField,
    Hobject *Row,
    Hobject *Col
)
HImage HImage::DvfToInt1 (
    HImage *Col
) const
HImageArray HImageArray::DvfToInt1 (
    HImageArray *Col
) const

Convert a displacement vector field into two int1-images.

::dvf_to_int1 converts the displacement vector field VectorField into two int1-images Row and Col. The output images contain the displacements in x- and y-direction, respectively.


Parameters

VectorField (input_object)
image(-array) -> Hobject: HImage(Array) ( dvf )
Displacement vector field.

Row (output_object)
image(-array) -> Hobject * : HImage(Array) ( int1 )
Displacement along y.

Col (output_object)
image(-array) -> Hobject * : HImage(Array) ( int1 )
Displacement along x.


Possible Predecessors

::mean_image, ::optical_flow_match, ::fill_dvf


See also

::optical_flow_match


Module

Image / region / XLD management



Copyright © 1996-2002 MVTec Software GmbH