代码搜索结果
找到约 10,206 项符合
Storage 的代码
cvcreateseq.chf
CvSeq* cvCreateSeq(int seq_flags, int header_size, int elem_size, CvMemStorage* storage) {
void *fptr;
CvSeq*retval;
fptr = dlsym(_Chcv_handle, "cvCreateSeq_chdl");
if(fptr == NU
cvstartwriteseq.chf
void cvStartWriteSeq(int seq_flags, int header_size, int elem_size, CvMemStorage* storage, CvSeqWriter* writer) {
void *fptr;
fptr = dlsym(_Chcv_handle, "cvStartWriteSeq_chdl");
if(fp
cvapproxpoly.chf
CvSeq* cvApproxPoly(void* src_seq, int header_size, CvMemStorage* storage, int method, double parameter, int parameter2) {
void *fptr;
CvSeq*retval;
fptr = dlsym(_Chcv_handle, "cvAppr
cvrestorememstoragepos.chf
void cvRestoreMemStoragePos(CvMemStorage* storage, CvMemStoragePos* pos) {
void *fptr;
fptr = dlsym(_Chcv_handle, "cvRestoreMemStoragePos_chdl");
if(fptr == NULL) {
fprintf(_
cvfindcontours.chf
int cvFindContours(CvArr* image, CvMemStorage* storage, CvSeq** first_contour, int header_size, int mode, int method, CvPoint offset) {
void *fptr;
int retval;
fptr = dlsym(_Chcv_hand
cvcreatecontourtree.chf
CvContourTree* cvCreateContourTree(CvSeq* contour, CvMemStorage* storage, double threshold) {
void *fptr;
CvContourTree*retval;
fptr = dlsym(_Chcv_handle, "cvCreateContourTree_chdl");
cvsavememstoragepos.chf
void cvSaveMemStoragePos(CvMemStorage* storage, CvMemStoragePos* pos) {
void *fptr;
fptr = dlsym(_Chcv_handle, "cvSaveMemStoragePos_chdl");
if(fptr == NULL) {
fprintf(_stderr
cvsegmentmotion.chf
CvSeq* cvSegmentMotion(CvArr* mhi, CvArr* seg_mask, CvMemStorage* storage, double timestamp, double seg_thresh) {
void *fptr;
CvSeq*retval;
fptr = dlsym(_Chcv_handle, "cvSegmentMotion
cvconvexitydefects.chf
CvSeq* cvConvexityDefects(CvArr* contour, CvArr* convexhull, CvMemStorage* storage) {
void *fptr;
CvSeq*retval;
fptr = dlsym(_Chcv_handle, "cvConvexityDefects_chdl");
if(fptr ==
safearray.h
#ifndef SAFEARRAY_H
#define SAFEARRAY_H
using namespace std;
template
class SafeArray {
protected:
T *storage;
int count;
public:
SafeArray();
SafeArray(int