[Prev][Next][Index][Thread]

Image Processing



>

hi,
    my project is concerning image processing, there are some errors in
my project.  i have checked that the errors come  from the variables
area_dx and area_dy, when
debugging, it gives me  "not found" error, somehow, in the beginning of
the same .cpp file, i have the following statement:

size = parent->area_dx*parent->area_dy, 

during debugging, there is no error at all, the next statemnet calling
gaussian filter() showing that parent->area_dx,
parent->area_dy, parent->img_buf have the error of symbol "parent" not
found, anybody knows what has gone wrong??
thank you!!

>  natalie
>