Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Wednesday, October 4, 2006 9:35:04 AM(UTC)

GJy  
GJy

Groups: Registered
Posts: 1


Hi Friend,

I would like to get some detailed descriptions about some terms used in the coding.

1) Slowmatch and FastMatch palette parameter in 'Color Resolution'? I had tried going through the SDK, but couldn't get a detailed explanation.

2) Order parameter in 'Color Resolution' - RGB (Loads the image as Red, green, blue - Explanation other than this.), ROMM

3) Legacy page parsing algorithm: (Identifies the page-parsing algorithm used in the toolkit till version 10.0 is what I found).

4) All Dithering methods. Like what does Burkes's method do?

5) Panel - GET_RED_PANEL, GET_BLUE_PANEL, etc parameter of  'Color Separator'.

6) An example for Create zone which uses all parameters as Char Filter, Zone fill, Recognition method.

7) LanguageCharacterPlus, LanguageCharacterPlusFilter, LanguageCharacterFilter, - parameters of 'Apply OCR'.

I would appreciate if you could send me the descriptions as soon as possible.

Thanks and have a good day!!!

 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Tuesday, October 10, 2006 1:57:58 AM(UTC)

Qasem Lubani  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)


























1-Both terms are used to refer to color matching techniques
The "Slow match" is slower, but does a better job for color matching. "Fast Match" is faster, but may not pick the best possible match.

2-Regarding the order parameter issue you can refer to the following link for detailed information
http://www.scarse.org/docs/kodak/ProPhoto.pdf#search=%22ROMM%20color%20order%22

3-The Legacy page parsing algorithm: is used for backward compatibility

4-Regarding the Dithering methods: These are standard
dithering methods. There are for people that want to use a specific dithering
method. In most cases, Floyd-Steinburg is the best choice. For information about a specific dithering method,
you can find it on the Internet by using Google.

5-regarding the panel: What help file is this in? I am assuming that this is for the color
Separation function. The panels are the color planes. I can not find these in any help file.




6-An example for Create zone: please provide me with more details about what you are trying to do?

7-The apply OCR: The OCR engine supports many different
languages for recognizing text. For a language to be used in the recognition process it must be set as active.












To activate the languages that will be used in the next recognition process,
Call SelectLanguages. In addition, special character options can also be set
For characters in the active languages using LanguageCharacterPlus,
LanguageCharacterPlusFilter and LanguageCharacterFilter. To determine what
Languages have been activated for the OCR engine, call SelectedLanguages
Property.






 
To determine whether a specific character is enabled in the active languages,
Call IsCharacterEnabled.








DefaultSpellLanguages property gets the default languages used for checking
Spelling. All available spelling languages available to the OCR engine are
Default and are used for checking spelling.

 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.230 seconds.