ClassesClasses | | Operators

estimate_tilt_zcestimate_tilt_zcEstimateTiltZcEstimateTiltZc (Operator)

Name

estimate_tilt_zcestimate_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)

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

HTuple HImage::EstimateTiltZc() const

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

HTuple HImage.EstimateTiltZc()

Description

estimate_tilt_zcestimate_tilt_zcEstimateTiltZcEstimateTiltZcEstimateTiltZc 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 ImageImageImageImageimage using the algorithm of Zheng and Chellappa.

Execution Information

Parameters

ImageImageImageImageimage (input_object)  singlechannelimage(-array) objectHImageHImageHobject (byte)

Image for which the tilt is to be estimated.

TiltTiltTiltTilttilt (output_control)  angle.deg(-array) HTupleHTupleHtuple (real) (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_zcEstimateTiltZcEstimateTiltZcEstimateTiltZc always returns the value 2 (H_MSG_TRUE).

Possible Successors

sfs_mod_lrsfs_mod_lrSfsModLrSfsModLrSfsModLr, sfs_orig_lrsfs_orig_lrSfsOrigLrSfsOrigLrSfsOrigLr, sfs_pentlandsfs_pentlandSfsPentlandSfsPentlandSfsPentland, photometric_stereophotometric_stereoPhotometricStereoPhotometricStereoPhotometricStereo, shade_height_fieldshade_height_fieldShadeHeightFieldShadeHeightFieldShadeHeightField

Module

3D Metrology


ClassesClasses | | Operators