Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
933
static 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
940
static inline void histogram_sub( const HT x[16], HT y[16] )
941
{
Callers
1
medianBlur_8u_O1
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected