Skip to content

problem in myGMMbackground.h #1

Description

@LuckyStar337

When i run your codes in Visual Studio, it always reports errors.

typedef struct MyCvGaussBGValues
{
float match_sum;
float weight;
float mean[3];
float variance[3];
}
MyCvGaussBGValues;

MyCvGaussBGValues *g_point = (MyCvGaussBGValues ) ((CvMat)(bg_model->g_point))->data.ptr;
MyCvGaussBGValues *mptr = g_point;

Do these codes have some problems?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions