Home
last modified time | relevance | path

Searched refs:GetEdge (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dcommon_test.py23 def GetEdge(node): function
26 gyp.common.TopologicallySorted(graph.keys(), GetEdge),
37 def GetEdge(node): function
41 graph.keys(), GetEdge)
/third_party/node/tools/gyp/pylib/gyp/
Dcommon_test.py24 def GetEdge(node): function
28 gyp.common.TopologicallySorted(graph.keys(), GetEdge), ["a", "c", "d", "b"]
40 def GetEdge(node): function
44 gyp.common.CycleError, gyp.common.TopologicallySorted, graph.keys(), GetEdge
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/lite_cv/
Dcanny.cc104 static float GetEdge(const std::vector<float> &temp, int width, int height, int x, int y) { in GetEdge() function
161 edge_pre = GetEdge(temp, gx.width_, gx.height_, x - 1, y); in NonMaximumSuppression()
162 edge_nex = GetEdge(temp, gx.width_, gx.height_, x + 1, y); in NonMaximumSuppression()
164 edge_pre = GetEdge(temp, gx.width_, gx.height_, x, y - 1); in NonMaximumSuppression()
165 edge_nex = GetEdge(temp, gx.width_, gx.height_, x, y + 1); in NonMaximumSuppression()
174 edge_pre = GetEdge(temp, gx.width_, gx.height_, x + 1, y - 1); in NonMaximumSuppression()
175 edge_nex = GetEdge(temp, gx.width_, gx.height_, x - 1, y + 1); in NonMaximumSuppression()
177 edge_pre = GetEdge(temp, gx.width_, gx.height_, x - 1, y - 1); in NonMaximumSuppression()
178 edge_nex = GetEdge(temp, gx.width_, gx.height_, x + 1, y + 1); in NonMaximumSuppression()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_image.cpp415 void dng_image::GetEdge (dng_pixel_buffer &buffer, in GetEdge() function in dng_image
456 GetEdge (buffer1, in GetEdge()
472 GetEdge (buffer2, in GetEdge()
552 GetEdge (buffer, in Get()
569 GetEdge (buffer, in Get()
586 GetEdge (buffer, in Get()
603 GetEdge (buffer, in Get()
620 GetEdge (buffer, in Get()
637 GetEdge (buffer, in Get()
654 GetEdge (buffer, in Get()
[all …]
Ddng_image.h419 void GetEdge (dng_pixel_buffer &buffer,