[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Siragi OCR project, uml design diagrams
- To: tfdil at sagma dot ma, "Development Discussions" <developer at arabeyes dot org>
- Subject: Re: Siragi OCR project, uml design diagrams
- From: "Ahmad Sayed" <ahmad dot ahmadsayed at gmail dot com>
- Date: Mon, 22 May 2006 12:10:02 +0300
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=JVFnimhd1Vnm+DqVW9Yyyl/at3sUQlyDReXfVf35LhcXsY1YBuRJfEuAk48kieaIeUAiqIwOP/uSnI9BQdp+qGufQ/oCDmlT9JNVkjqthVr2KzRwcx4Tm7yaDyxfpFB54pT5LO9brFstjFDplQfP6b5ULtcnVzUn6w3dZyhnma4=
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,