Click here to Skip to main content
15,894,410 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi, i have set of .dat files. those are some images of characters from UNIPEN character database. i want to convert them into iplimage for further processing. i use cvLoadImage function for that but, it doesnt recognize particular .dat file as an image. can someone suggest me a methode for that ? thank you
Posted

1 solution

I doubt UNIPEN image format[^] is a regular raster image OpenCV can open. As I understood, it contains a set of points and some metadata. Here is a Java code to read it: https://github.com/aravindc26/UniView/blob/master/src/com/aravindc/UniView/unipen/UnipenReader.java[^], and here is one in c#: UPV – UNIPEN online handwriting recognition database viewer control[^] (with rendering tool too), but I am pretty sure you can find also a c++ reader somewhere. But you still need to render it's content to have it as image.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900