Herror ::int1_to_dvf (
    Hobject Row,
    Hobject Col,
    Hobject *VectorField
)
HImage HImage::Int1ToDvf (
    const HImageArray &Col
) const
HImageArray HImageArray::Int1ToDvf (
    const HImageArray &Col
) const

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.


Parameters

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.


Possible Predecessors

::dvf_to_int1


Possible Successors

::optical_flow_match, ::fill_dvf


Module

Image / region / XLD management



Copyright © 1996-2002 MVTec Software GmbH