Click here to Skip to main content
15,917,176 members

Comments by DianaDil (Top 5 by date)

DianaDil 26-Sep-13 23:25pm View    
If you dont mind can you please tell me how to convert cv::Mat image into IplImage*.??
DianaDil 26-Sep-13 22:57pm View    
Thanks alot... this is really helpful for me..
DianaDil 26-Sep-13 22:56pm View    
actually i'm doing an handwritten character recognition project. in there i want to correct skewed line. so by using histogram profile line segmentation will be done. after segmentation i want to correct the angle of the image. i have done coding for rotation. but there i have to provide angle manually.
DianaDil 26-Sep-13 9:36am View    
Characterimgs.erase(Characterimgs.begin()+c);

c is the element I want to remove.
DianaDil 26-Sep-13 9:23am View    
Deleted
for(int c=0; c