I am using the blob library from openCV and I have included all the requred libraries for that .. but I am getting red lines under some function in Blob.cpp class .. these are:
CV_READ_SEQ_ELEM( edgeactual, reader);
CV_WRITE_SEQ_ELEM( edgeactual, writer );
I tried to include all the possible headers in that class with no use. if anyone has previously dealt with blob library from opencv would be greatly helpful for me.