Daylight v4.9 Release Date: 1 February 2008 Namedt_fp_setmindensity - specify the global minimum fingerprint densityGeneric Prototypedt_fp_setmindensity(dt_Real) => dt_RealC Prototype#include "dt_finger.h"dt_Real dt_fp_setmindensity(dt_Real size) FORTRAN Prototypeinclude 'dt_f_finger.inc'real*4 dt_f_fp_setmindensity(size) real*4 size DescriptionThis function is obsolete, as of version 4.42. The global minimum density value is only used by the obsolete functions dt_fp_fingerprint(), and dt_fp_fold().Changes the global minimum fingerprint density. This value limits fingerprint folding. The density is calculated by dividing the number of 1's set by the total number of bits in the fingerprint. Attempts to fold a fingerprint whose density exceeds the minimum density will be silently ignored (see dt_fp_fold(3)). The size must be between 0.0 and 1.0. Return ValueReturns a real containing the new minimum density value.Related Topicsdt_fp_fingertest(3) dt_fp_foldfp(3) dt_fp_mindensity(3) |