[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Siragi OCR project, uml design diagrams
- To: "Development Discussions" <developer at arabeyes dot org>
- Subject: Re: Siragi OCR project, uml design diagrams
- From: Tarik FDIL <tfdil at sagma dot ma>
- Date: Mon, 22 May 2006 10:33:24 +0000
Ahmad,
Go for java naming convention. I will correct the diagrams and post the new
design document.
This weekend I worked on installing XML tools to produce project documents.
This tools are based on Docbook DTD and LDP (Linux Documentation Project)
personnalisation of DSSSL Docbook stylesheets.
Do you have an arabeyes CVS account and permissions to upload your files
directly in SIRAGI project folder ?
Regards
Tarik
Le Lundi 22 Mai 2006 09:10, Ahmad Sayed a écrit :
> Hi Tarik,
>
> unless you have other idea
> before we begin with segmentation, we should finish The image reading
> related class,
>
> so here is my flow that In Shaa' allah.
>
> 1 - Image reader Class, and its first baby TIFF reader (Regarding your
> UML) 2 - Segemntation Module for time begin it will be a c++ wrapper for
> your current segemnation.
>
> Sorry, Considering Convention used in Naming, I suggest to use java
> convention for classes
> which is XxxYyy for classes and xxxYyy for function and variable
>
> { will be at the end of block header line and } will be at in a seperate
> line
>
> like
> int test() {
> ..........
> }
> for all blocking statement
> classes, structres, functions, loops, condition, ....
>
> consider the later issue please,