MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / af_confidence_cc

Function af_confidence_cc

src/api/unified/image.cpp:278–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278af_err af_confidence_cc(af_array *out, const af_array in, const af_array seedx,
279 const af_array seedy, const unsigned radius,
280 const unsigned multiplier, const int iter,
281 const double segmented_value) {
282 CHECK_ARRAYS(in, seedx, seedy);
283 CALL(af_confidence_cc, out, in, seedx, seedy, radius, multiplier, iter,
284 segmented_value);
285}

Callers 2

testImageFunction · 0.50
testDataFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected