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

Function histogram_add

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

Source from the content-addressed store, hash-verified

931
932
933static inline void histogram_add( const HT x[16], HT y[16] )
934{
935 int i;
936 for( i = 0; i < 16; ++i )
937 y[i] = (HT)(y[i] + x[i]);
938}
939
940static inline void histogram_sub( const HT x[16], HT y[16] )
941{

Callers 1

medianBlur_8u_O1Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected