You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I realize this is kind of not the point of issues but I wondered if you were able to briefly summarize what features this library has NOT yet implemented compared to the original WFDB C++ source?
I have been trying to compile the original source for a few days but I am not C++ experienced and the code hasn't been updated in like 13 years so I have no idea what kind of breaking changes might have occurred between then and now, or really how to address them.
For the record though I am extremely grateful you did the legwork to start porting this library to Java natively, it seems to be a very useful set of tools but I can't find much written about it after 2015.
I'm happy to contribute if this is a project you still have some enthusiasm for!
The text was updated successfully, but these errors were encountered:
The idea with this library was to implement the WFDB specification in order to read and write the records from the Physionet database, so the scope is smaller compared to the C or Python versions.
Of course I'm willing to accept/review ideas and contributions.
I had two ideas after I made this library. The first one was to create a library that exports the wfdb records as EKG images (as real as possible) for different layouts using Java2D. etc. And the other one was to do the opposite (very challenging), basically digitize any EKG image and convert it to the WFDB format. Technically, I don't have any new specific feature in mind for this library.
Hello,
I realize this is kind of not the point of issues but I wondered if you were able to briefly summarize what features this library has NOT yet implemented compared to the original WFDB C++ source?
I have been trying to compile the original source for a few days but I am not C++ experienced and the code hasn't been updated in like 13 years so I have no idea what kind of breaking changes might have occurred between then and now, or really how to address them.
For the record though I am extremely grateful you did the legwork to start porting this library to Java natively, it seems to be a very useful set of tools but I can't find much written about it after 2015.
I'm happy to contribute if this is a project you still have some enthusiasm for!
The text was updated successfully, but these errors were encountered: