Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I would like to find some information about DVD+-VR with IMAPI2. I guess it is possible to create and burning DVD-VR with IMAPI2 but I can not find examples how to do.
Do you have some idea or some example code?
Thank you very much.
Have a look at the following C# codeproject articles:
Burning and Erasing CD/DVD/Blu-ray Media with C# and IMAPI2, By Eric Haddan.
Creating a tool with the basic functionality of Nero Burning Room.
How to Create Optical File Images using IMAPIv2.0, By dmihailescu.
Example on how to create and burn ISO image files.
Creating Audio CDs using IMAPI2, By Eric Haddan.
Shows how to use IDiscFormat2TrackAtOnce interface for creating audio CDs.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Which of these (https://stackoverflow.com/questions/492893/graph-drawing-c-library) libraries can be used to evaluate nodes coordinates? I mean I want to draw and manipulate graph by clicking on it to add some nodes or delete, and then evaluate coordinates using some lightweight library.
All I need is algorithm which could on dot file and speciefied layout (http://en.wikipedia.org/wiki/DOT_language) give me conformity of graph nodes and 2D points.
Prefferable languages: C++, C#, Java
I made a complete WPF MVVM sample of a "Nodes Editor" supporting drag and drop, and many interesting visual features. It looks like this:
Full Source Code on GitHub
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have been using Emgu CV for 2 years to provide Facial Recognition to an open source project already using Kinect API. All the code is in C#.
Now I'd like to also provide Blob Tracking Learning Detection like Predator or CMT and don't know what library to use. I didn't find a Predator implementation in C#. I also didn't find a Blob library build on top of the Kinect SDK.
So should I keep digging into Emgu CV? Or looking for something new? Maybe using Kinect leverage?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Is there a simple way, whether through a web service or just a library, to write/display music notation with C#? I have some data and am wondering if there is a way to show a staff with the given notes on it.
I've looked into MusicXML, but if I understand it correctly, it is purely a way to store the data - displaying it on a staff is a separate task. Short of manually using shapes (would be a lot of work) in HTML Canvas or WPF or what-have-you, is there some way to accomplish this?
Long list of background information and libraries for Java can be found here: https://stackoverflow.com/questions/5525959/are-there-any-music-notation-rendering-libraries-for-java.
A similar C# question can be found here: Draw a music staff in C#.
Here's an article describing how to show MusicXML notation with WPF: http://www.codeproject.com/Articles/89582/PSAM-WPF-Control-Library.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am looking for a C# library to generate and read micro QR codes (example below). It would be great if the llibrary could recognise a micro QR code in an image with other things in it (i.e. isolate and read the QR code.)
There is an open source project called QRCode.
QRCode library is a .NET component that can be used to encode and
decode QRCode.
Did not work very well for me.
Try google codes .net port http://zxingnet.codeplex.com/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am looking for any open source/free graph(charting) library in C/C++ or C#. Just like free JfreeChart in java.
Does anyone know it?
I'm a big fan of gnuplot... It's open-source and very versatile.
You can try Microsoft Chart Controls for Microsoft .NET Framework 3.5 for .Net.
Samples are also available.
Take a look at MathGL
DynamicDataDisplay for C# is free and a quite efficient way of charting data. It supports quick pans and zooms.