Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm looking for a graph API (open source or to buy) - that enables to draw bubbles graph from input data - but the twist is that I want the bubbles to be pictures (gif,JPEG etc.) that I'll inject (instead of bubbles) - and the pictures will be in the size of the bubble (some pictures will be relatively small others are relatively big according to the input data).
Is there such kit?
Thanks.
As eboix comments, org.jfree.chart.renderer.xy.XYBubbleRenderer would be a good starting point, although you'd have to override drawItem().
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Is there any library or framework that allow to draw a graph in WinForm Application?
Graph like this https://en.wikipedia.org/wiki/Graph_%28discrete_mathematics%29.
ZedGraph allow me to draw a charts but not Graph like Tree.
I may use TreeView, but is there other solution?
Maybe you could try QuickGraph.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I want to make an application that opens up camera, point at an image and if the image is recognized in my database, give all the corresponding info, else, nothing happens. I dont know where to start, can you give me orientation and specify what cross-platform / ios / android language should I use?
You can try OpenCV. Check for similarities to match database image and camera view. take a look at following link. similar post described there:
Checking images for similarity with OpenCV
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm a beginner in C# and to practice I'm building tools that are useful to me. Now, I want to build an application that can adjust screen brightness, contrast, and gamma. Something similar to Darkfix.
I have searched for something to get me started but couldn't find anything useful. How can I adjust these screen properties?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I need OCR component for InkCanvas control in WPF so I can recognize characters and replaced hand writing one with good one from OCR ?
Microsoft has 2 dll for analyzing hand writing in InkCanvas
"IAWinFX.dll" and
"Microsoft.Ink.Analysis"
and there is an open source example
http://khason.net/blog/ink-recognition-in-wpf/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
i was wondering if anyone knows of any gps receivers that have a fairly good API..
I am hoping to develop a simple app that will show my location (live) on google maps using the google maps api but of course would need an recevier that i can interface with too whilst on the move.
Cheers.
NB: Work would be done in c#.
Most still provide a serial connection. Coordinates would be coming in ASCII format, and that is super-easy to process.