Home
last modified time | relevance | path

Searched defs:edge_threshold (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/vigra/vigra-8acd73a/src/examples/
H A Dsmooth.cxx66 double edge_threshold; in main() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/test/gpu/gold_inexact_matching/
H A Dparameter_set.py13 def __init__(self, max_diff, delta_threshold, edge_threshold): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/test/
H A Dskia_gold_matching_algorithm.cc97 int edge_threshold, in SobelSkiaGoldMatchingAlgorithm()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudastereo/src/
H A Ddisparity_bilateral_filter.cpp75 void setEdgeThreshold(double edge_threshold) { edge_threshold_ = (float) edge_threshold; } in setEdgeThreshold()
149 …void disp_bilateral_filter_operator(int ndisp, int radius, int iters, float edge_threshold, float … in disp_bilateral_filter_operator()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/test/gpu/gpu_tests/
H A Dskia_gold_matching_algorithms.py105 edge_threshold, argument
/dports/science/py-nilearn/nilearn-0.8.1/nilearn/plotting/
H A Dhtml_connectome.py227 def view_connectome(adjacency_matrix, node_coords, edge_threshold=None, argument
H A Dimg_plotting.py1075 edge_threshold=None, argument
H A Ddisplays.py2096 edge_threshold=None, argument
/dports/graphics/colmap/colmap-3.6/lib/SiftGPU/
H A DProgramCG.cpp319 int ShaderBagCG::LoadKeypointShaderMR(float threshold, float edge_threshold) in LoadKeypointShaderMR()
535 void ShaderBagCG:: LoadKeypointShader(float threshold, float edge_threshold) in LoadKeypointShader()
2148 void ShaderBagPKCG:: LoadKeypointShader(float threshold, float edge_threshold) in LoadKeypointShader()
H A DProgramGLSL.cpp779 void ShaderBagGLSL::LoadKeypointShader(float threshold, float edge_threshold) in LoadKeypointShader()
2043 void ShaderBagPKSL::LoadKeypointShader(float dog_threshold, float edge_threshold) in LoadKeypointShader()
H A DProgramCU.cu525 float dog_threshold0, float dog_threshold, float edge_threshold, int subpixel_localization) in ComputeKEY_Kernel()
/dports/graphics/colmap/colmap-3.6/src/feature/
H A Dsift.h74 double edge_threshold = 10.0; member
/dports/misc/visp/visp-3.4.0/modules/tracker/mbt/src/
H A DvpMbtXmlGenericParser.cpp1375 edge_threshold, enumerator
/dports/graphics/yafaray/libYafaRay-3.5.1/src/yafraycore/
H A Dimagefilm.cc1690 void edgeImageDetection(std::vector<cv::Mat> & imageMat, float edge_threshold, int edge_thickness, … in edgeImageDetection()