MCPcopy 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
4052void seqRemoveSlice( CvSeq* seq, CvSlice slice )
4053{
4054 return cvSeqRemoveSlice(seq, slice);
4055}
4056
4057void seqInsertSlice( CvSeq* seq, int before_index, const CvArr* from_arr )
4058{

Callers 1

removeMethod · 0.85

Calls 1

cvSeqRemoveSliceFunction · 0.85

Tested by

no test coverage detected