This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Monday, December 15, 2008 12:02:34 AM(UTC)
Groups: Registered
Posts: 74
hello,
My application is a windows based application using C#.net 2008 and framework is 3.5 and also use Lead tools (version 16).I want to display only the histogram of an image ,i wrote the code,Any more refrences is added for display histogram. ialready imported
using
Leadtools.ImageProcessing.Color;
_histogramCommand =
new HistogramCommand();
_histogramCommand.Run(rasterImageViewer1.Image);
_lblHistogram.Invalidate(
null, true);
regards,
Dileep
#2
Posted
:
Monday, December 15, 2008 6:08:00 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
Dileep,
I am afraid that I didn't fully understand you requirements.
If you mean that you want to draw the Histogram graph, the following demo shows how to draw the Histogram graph using C#, with different options:
http://support.leadtools...rums/20612/ShowPost.aspxIf you mean something else, please provide me with more details about your requirements.
Thanks,
Maen Badwan
LEADTOOLS Technical Support
#3
Posted
:
Monday, December 15, 2008 6:02:39 PM(UTC)
Groups: Registered
Posts: 74
helo,
i selected a image and then corresponding histogram is to be produced.what is the code for that.?
regards,
Dileep
#4
Posted
:
Monday, December 15, 2008 11:24:52 PM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
Dileep,
Did you see the demo in the other forum I gave you above?
If yes, does it do what you want?
If not, what exactly do you need that is not in this demo? Please provide detailed explanation.
Thanks,
Maen Badwan
LEADTOOLS Technical Support
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.