Home
last modified time | relevance | path

Searched refs:maxPeakValue (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/autopano-sift-c/autopano-sift-C-2.5.1/
H A DScaleSpace.c307 double maxPeakValue, maxDegreeCorrection; in DScaleSpace_GenerateKeypointSingle() local
311 &maxDegreeCorrection, &maxPeakValue); in DScaleSpace_GenerateKeypointSingle()
334 if (bins[b] < (peakRelThresh * maxPeakValue)) in DScaleSpace_GenerateKeypointSingle()
/dports/graphics/colmap/colmap-3.6/lib/VLFeat/
H A Dcovdet.c2714 double maxPeakValue ; in vl_covdet_extract_orientations_for_frame() local
2810 maxPeakValue = 0 ; in vl_covdet_extract_orientations_for_frame()
2812 maxPeakValue = VL_MAX (maxPeakValue, hist[i]) ; in vl_covdet_extract_orientations_for_frame()
2823 if (h0 > peakRelativeSize * maxPeakValue && h0 > hm && h0 > hp) { in vl_covdet_extract_orientations_for_frame()