Search found 6 matches

by kdhelbig
Thu Jul 02, 2020 5:58 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Console How to implement DilateCommand and DespeckleCommand for image
Replies: 8
Views: 2806

Re: Console How to implement DilateCommand and DespeckleCommand for image

Thank you Alex.
This was what I was looking for. ;)
Real great support!
Regards
Klaus.
by kdhelbig
Wed Jun 17, 2020 11:28 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Console How to implement DilateCommand and DespeckleCommand for image
Replies: 8
Views: 2806

Re: Console How to implement DilateCommand and DespeckleCommand for image

Hi Alex, is there a 'combined command' example for a bulk of prepressing commands? Or do I make a step by step excecution of different commands in the following way: // process image in place command1.ExecuteInPlace(processedImage); command2.ExecuteInPlace(processedImage); Doing this uses the second...
by kdhelbig
Fri Jun 12, 2020 7:40 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Console How to implement DilateCommand and DespeckleCommand for image
Replies: 8
Views: 2806

Re: Console How to implement DilateCommand and DespeckleCommand for image

Hi Alex,

that helpt and the Dilate Command is running as expected. Thanks for that.
But: how to add a second/third preprocess command, such as despeckle or the whole ocrpreprocess command.
I couldn't find an 'Add-method' for the 'keyLineRecognizerCommand.ImagePreprocessing', only new.

Regards
Klaus.
by kdhelbig
Thu Jun 11, 2020 11:21 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Console How to implement DilateCommand and DespeckleCommand for image
Replies: 8
Views: 2806

Re: Console How to implement DilateCommand and DespeckleCommand for image

Hello Alex, thanks for very fast answer, with the forms example I did an it works perfect. After that I tried to implement into the console application without running a form. I want to run it as 'inPlace', no error occurs, but it seems that image is not dilated (because the result is not the same a...
by kdhelbig
Tue Jun 09, 2020 9:21 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Console How to implement DilateCommand and DespeckleCommand for image
Replies: 8
Views: 2806

Console How to implement DilateCommand and DespeckleCommand for image

I'm running an OMR application and need to preprocess a DilateCommand for images.
How can this be done, any short code example or a hint on how to do would be appreciated.
(Running C#)
Regards Klaus.