Posts Tagged ‘object’

GSA Image Analyser 3.5.0

Monday, March 8th, 2010


GSA Image Analyser v. 3.5.0
The GSA Image Analyser is a program for the scientific evaluation of 2D images (image analysis). The possibilities of the program are varied and can be divided in three main groups; Object surface calculation, Object length calculation and Object counting. The surfaces of all recognised objects are automatically calculated. In addition, the surface calculation of single objects is possible. The program offers the possibility to calculate the relations of the ascertained surfaces to each other and to the whole image or background. The GSA Image Analyser has a set of functions which have been developed especially for the direct length calculation of very complex and very ramified objects. Such objects are for example plant roots. In addition to the direct length calculation, an indirect calculation with a grid intersection (developed by Tennant) is possible. For this function, the grid size can be freely defined. The automatic count function determines the number of all recognised objects and, in addition, offers the possibility to count overlapping objects apart. This separation can made over the object form, the object surface and over the object intensity. The grid intersection count function serves for the indirect object number regulation. Such procedures are described, e.g., by Buerker, Fuchs Rosenthal, Thoma, shilling, Tuerk. Beside the automatic count functions, the program has two manual count procedures included. One method marks the objects inside of the image and the other cuts the image into several smaller parts to make it easier for human eyes to follow many small objects. The GSA Image Analyser can read almost all known picture formats (JEPEG, GIF, TIFF, BMP, PNG). In addition, the program provides interfaces to scanners, microscopes and digital cameras (TWAIN) as well as to video cameras (Video grabber, TV cams). This program is designed to solve many problems. It has been used for counting cells and calculating the size of plant roots (biometry).

Version: 3.5.0

Download GSA Image Analyser now

GSA Image Analyser 3.5.0

Thursday, March 4th, 2010


GSA Image Analyser v. 3.5.0
The GSA Image Analyser is a program for the scientific evaluation of 2D images (image analysis). The possibilities of the program are varied and can be divided in three main groups; Object surface calculation, Object length calculation and Object counting. The surfaces of all recognised objects are automatically calculated. In addition, the surface calculation of single objects is possible. The program offers the possibility to calculate the relations of the ascertained surfaces to each other and to the whole image or background. The GSA Image Analyser has a set of functions which have been developed especially for the direct length calculation of very complex and very ramified objects. Such objects are for example plant roots. In addition to the direct length calculation, an indirect calculation with a grid intersection (developed by Tennant) is possible. For this function, the grid size can be freely defined. The automatic count function determines the number of all recognised objects and, in addition, offers the possibility to count overlapping objects apart. This separation can made over the object form, the object surface and over the object intensity. The grid intersection count function serves for the indirect object number regulation. Such procedures are described, e.g., by Buerker, Fuchs Rosenthal, Thoma, shilling, Tuerk. Beside the automatic count functions, the program has two manual count procedures included. One method marks the objects inside of the image and the other cuts the image into several smaller parts to make it easier for human eyes to follow many small objects. The GSA Image Analyser can read almost all known picture formats (JEPEG, GIF, TIFF, BMP, PNG). In addition, the program provides interfaces to scanners, microscopes and digital cameras (TWAIN) as well as to video cameras (Video grabber, TV cams). This program is designed to solve many problems. It has been used for counting cells and calculating the size of plant roots (biometry).

Version: 3.5.0

Download GSA Image Analyser now

wodPop3 1.4.1

Thursday, February 18th, 2010


wodPop3 v. 1.4.1
ActiveX component that is used to access mailbox on the server using POP3 protocol. Mail found on the server can be retrieved locally(complete messages or only headers) and/or can be deleted from server. Full set of commands for standard operations is supported.

Using wodPop3 you can easily get information about content of your mailbox.For each message found on server, wodPop3 will create new Message object in Messages collection, allowing you to easily check the message size and UID(this information is known immediately at connection), and determine if you will download the message or not.
For slow connections there is also ability to download only headers.

You can just let wodPop3 download all the email for you – it supports method to download all the mesasages and to download all headers – allowing you to open meassages after you disconnect from server – no need to waste time on open connection.
*Supports both blocking and non-blocking operations
*Can Automatically retrieve all messages from the server using one command
*Can retrieve only headers
*Provides powerful set of properties that relate to messages – no need for external parsers
*Events for all major operations
*Supports UNICODE in message header
*Royalty free licencing
*Ease of use

Version: 1.4.1

Download wodPop3 now

wodFTPServer 3.0.3

Thursday, February 18th, 2010


wodFTPServer v. 3.0.3
ActiveX Component that implements server side of following protocols: FTP, FTP/S (FTPS or FTP+SSL) both in explicit and implicit modes, and SFTP (secure ftp subsystem on SSH2 secured channel).
Support for all 3 protocol is transparent for your programming – you have same set of events, same set of properties and methods, same control over connected users – and just one property to change to switch from one protocol to another – Protocol property!

Unlike old FTP protocol support, FTPS and SFTP protocols provide security, privatekey/certificate authentication and strong encryption of data – great for insecure networks. wodFTPServer can be easily setup (using provided samples) to listen and accept such clients.

Features include

support for FTP, SFTP and FTPS protocols
support for certificate and privatekey authentications (required or optional)
set of events to control every aspect of client`s connection – when he changes directory, lists directory contents, downloads file….
support for large files (larger than 4.2gb)
transparent interface – interface is the same for all supported protocols
debug log showing entered commands and replies sent to the user (in SFTP protocol wodFTPServer creates these messages for you!)
NT style authentication – you don`t need to create accounts on your server at all, use users registered on your NT system
great speed
complete information on connected users – get their originating IP address, originating port, total connected time…
custom initial messages sent to the client – you can hide WeOnlyDo! origin completelly
easy interface – almost to say `plug and play`

wodKeys component is included in our setup package free of charge. It can be used for private key management – to Generate new keys, Load/Save the, obtain public keys etc..

Version: 3.0.3

Download wodFTPServer now

wodFtpDLX.NET 1.5.0

Thursday, February 18th, 2010


wodFtpDLX.NET v. 1.5.0
Secure FTP client .NET 2.0 component that supports encrypted and non-encrypted FTP access to the servers for transferring files or complete directories. It supports old, very common, FTP protocol, but also secured FTPS (FTP+SSL) and SFTP (FTP+SSH). No matter what protocol is selected – it is completely transparent for programming. Same methods and same events apply for all protocols.

Features include
- FTP, FTP+SSL with and without encrypted data channel, and SFTP (SSH subsystem) protocols
- Certificate authentication for FTP+SSL protocols, or privatekey authentication for FTP+SSH protocol
- Internal parsing of received directory listings – get names, sizes, ownerships etc.. directly from our interface, through DirItems collection
- Both ASCII and Binary transfer modes supported, no matter if server allows them or not
- ListDir and ListNames methods for directory listing
- PutFile and GetFile for storing and retrieving files (to file or to data stream)
- PutFiles, GetFiles, DeleteFiles, LoopFiles for recursive uploads and downloads
- Resume support
- Passive and Active data connections for FTP and FTPS protocols
- Blocking mode support
- Set of events that notify you about method completition
- Large files >4.2gb support
- Timeout support
- Renaming, creating of directories, deletion of files and directories……

Simple interface, powerfull code
wodFtpDLX.NET has no intention on providing deepest protocol specific commands (like ACCT, STOU or whatever). It provides only commands that can apply to all 3 supported protocols. But – when it provides something – it does everything automatically for you. You don`t have to think about opening data ports, you don`t have to think on sending appropriate commands, setting modes etc.. You need to download file? Call GetFile – that`s all. wodFtpDLX.NET will do everything else for you.

Version: 1.5.0

Download wodFtpDLX.NET now