First, I apology for this newbie question. I'm new in Objective C and OpenCV
the normal method declaration in Objective-C is like that
Function functionName = [[Function alloc] init];
but when I use OpenCV class it says (for example CvMat) receiver type is not an Objective C class.
or am I suppose to write the code in C++ syntax ?