Scilab Function
Last update : 22/8/2006

general_subm - construct a generalized subharmonic method.

Calling Sequence

[subm]=general_subm(depth, subpix_per_level, subpix_per_pix)

Parameters

Description

set the generalized subharmonic method. it is a generalization of the methods of subharmonic correction described by Johansson and Gavel,1994, and Lane 1992. lane_subm correspond to (subpix_per_level=3 and subpix_per_pix=3); johansson_gavel_subm correspond to (subpix_per_level=5 and subpix_per_pix=3);

Examples

	subm=general_subm(3,11,5);
 

Author

Chen jingyuan, IAPCM, China.

See Also

null_subm ,   lane_subm ,   johansson_gavel_subm ,   quad_pix_subm ,