Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/creatale/node-dv
/ seqRemoveSlice
Function
seqRemoveSlice
deps/opencv/modules/core/src/datastructs.cpp:4052–4055 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4050
}
4051
4052
void seqRemoveSlice( CvSeq* seq, CvSlice slice )
4053
{
4054
return cvSeqRemoveSlice(seq, slice);
4055
}
4056
4057
void seqInsertSlice( CvSeq* seq, int before_index, const CvArr* from_arr )
4058
{
Callers
1
remove
Method · 0.85
Calls
1
cvSeqRemoveSlice
Function · 0.85
Tested by
no test coverage detected