ClassesClassesClassesClasses | | | | Operators

estimate_tilt_zcestimate_tilt_zcEstimateTiltZcestimate_tilt_zcEstimateTiltZcEstimateTiltZc (Operator)

Name

estimate_tilt_zcestimate_tilt_zcEstimateTiltZcestimate_tilt_zcEstimateTiltZcEstimateTiltZc — Estimate the tilt of a light source.

Signature

estimate_tilt_zc(Image : : : Tilt)

Herror estimate_tilt_zc(const Hobject Image, double* Tilt)

Herror T_estimate_tilt_zc(const Hobject Image, Htuple* Tilt)

Herror estimate_tilt_zc(Hobject Image, double* Tilt)

Herror estimate_tilt_zc(Hobject Image, HTuple* Tilt)

double HImage::EstimateTiltZc() const

HTuple HImageArray::EstimateTiltZc() const

void EstimateTiltZc(const HObject& Image, HTuple* Tilt)

HTuple HImage::EstimateTiltZc() const

void HOperatorSetX.EstimateTiltZc(
[in] IHUntypedObjectX* Image, [out] VARIANT* Tilt)

VARIANT HImageX.EstimateTiltZc()

static void HOperatorSet.EstimateTiltZc(HObject image, out HTuple tilt)

HTuple HImage.EstimateTiltZc()

Description

estimate_tilt_zcestimate_tilt_zcEstimateTiltZcestimate_tilt_zcEstimateTiltZcEstimateTiltZc estimates the tilt of a light source, i.e. the angle between the light source and the x-axis after projection into the xy-plane, from the image ImageImageImageImageImageimage using the algorithm of Zheng and Chellappa.

Parallelization

Parameters

ImageImageImageImageImageimage (input_object)  singlechannelimage(-array) objectHImageHImageHImageHImageXHobject (byte)

Image for which the tilt is to be estimated.

TiltTiltTiltTiltTilttilt (output_control)  angle.deg(-array) HTupleHTupleHTupleVARIANTHtuple (real) (double) (double) (double) (double) (double)

Angle between the light source and the x-axis after projection into the xy-plane (in degrees).

Result

estimate_tilt_zcestimate_tilt_zcEstimateTiltZcestimate_tilt_zcEstimateTiltZcEstimateTiltZc always returns the value 2 (H_MSG_TRUE).

Possible Successors

sfs_mod_lrsfs_mod_lrSfsModLrsfs_mod_lrSfsModLrSfsModLr, sfs_orig_lrsfs_orig_lrSfsOrigLrsfs_orig_lrSfsOrigLrSfsOrigLr, sfs_pentlandsfs_pentlandSfsPentlandsfs_pentlandSfsPentlandSfsPentland, photometric_stereophotometric_stereoPhotometricStereophotometric_stereoPhotometricStereoPhotometricStereo, shade_height_fieldshade_height_fieldShadeHeightFieldshade_height_fieldShadeHeightFieldShadeHeightField

Module

3D Metrology


ClassesClassesClassesClasses | | | | Operators