MCPcopy Create free account
hub / github.com/creatale/node-dv / load

Method load

deps/opencv/modules/imgproc/src/smooth.cpp:1310–1310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1308 typedef int arg_type;
1309 enum { SIZE = 1 };
1310 arg_type load(const uchar* ptr) { return *ptr; }
1311 void store(uchar* ptr, arg_type val) { *ptr = (uchar)val; }
1312 void operator()(arg_type& a, arg_type& b) const
1313 {

Callers 1

medianBlur_SortNetFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected