Abstract
This software helps you to count the target in the image file. Click on the target and a marker with serial number will be put on it.Features
- You can categorize targets.
- Zoom window helps you to see the image in detail.
- You can export the result to csv(comma separated value) format.
- You can copy & paste the result to other software such as Excel.
- It can import various image formats(jpg,gif,png,tiff,bmp,jpeg2000).
- It can export a image(jpg,bmp,png,tiff) after you counted.
- You can count the target easily even if you have a lot of image files. You can switch the image only by a sigle click.
- You can export coordinates of targets.
Requirement
Java Runtime Environment(JDK1.4 or above) is required to run this software. If it hasn't been installed yet, please download it from http://www.java.com/.
- If Java Runtime Environment has not been installed, a guide dialog will appear when you run the software.(Only Windows)
Install and Uninstall
- Installation for Windows
Double click the install.vbs.
- install.vbs has three processes. First, it copies files to the install directory. Second, it register to the program group. At last, it will add file association key into the registory for .kati extension.
- It is not necessary to run install.vbs. If you don't need "project file(*.kati)" to be double clickable, you don't need to run it.
- install.vbs is not included in katikati2.zip. If you are Windows user, please download katikati2_win.zip.
- Some anti-virus software will respond when you run the install.vbs. install.vbs is NOT virus. These softwares respond to all scripts which modify the registry.
- Uninstallation for Windows
Run "uninstall" from Start Menu.
- It doesn't use registry except for file association. If you didn't run install.vbs, delete the installed folder and uninstallation will be finished.
Installation for Mac OS X
Download katikati2_osx.dmg. Disk image will be automatically mounted. Copy "katikati counter" to your hard disk.
- Uninstallation for Mac OS X
Delete the "katikati counter".
- Installation for other OS
Unzip katikati.zip or katikati_win.zip and that's all!
- Uninstallation for other OS
Delete the folder you've installed.
How to run
- for Windows users
Run it from Start Menu, or double click katikati2.exe.
- katikati2.exe is not included in katikati2.zip. If you are Windows user, please download katikati2_win.zip.
- If JRE is installed properly, you also can run the software by double clicking the katikati2.jar.
- for MacOSX users
Double click the "katikati counter"- for Linux users
Add permission and run katikati2-bin in console.
katikati2-bin will execute following command...java -cp jai_imageio.jar:katikati2.jar gtsoft.kati.gui.MainGUIThis software includes Japanese and English resources. If you want to change locale, add option (-Duser.language=en for English, and -Duser.language=ja for Japanese) before the command.How to use
- Run the Katikati Counter.
- Click "Add images" button in the lower right-hand corner, and add the images(Drag&Drop to "Image List" is also available to add images).
- jpg, gif, png, bmp, jpeg2000, tiff, pnm + α formats can be imported.
- Click and count targets on the image.
- In default, you can categorize targets into three groups(Red, Blue, Green). If you want to switch to another group, click a radio button or press shortcut key(1~3).
- You can undo the count by pressing Ctrl-Z.
- You can cancel the count by right clicking the target.
- In edit dialog, you can change the color, shape, and size of the marker.
- Press "Next Image" button to go and count next image. Or click name of the file in the "Image List".
- The result can be confirmed in "Project"->"Show count data...". You can copy & paste the result to other software such as Excel.
- To export the count data, show count data by "Project" -> "Show count data" and select "File" -> "export".
- To see the coordinates, show count data by "Project" -> "Show count data". Then select rows of the interest and select "Edit" -> "Show coordinates".
- CSV format can be imported by many spreadsheet softwares.
- You can export a image in jpg,bmp,png,tiff formats.
- "Save Project" to count the target next day.
- "Project file" doesn't include the whole Image file. Only a path of it is recorded. So,
Checked by
- Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_10-b03) + WindowsXP SP2
- Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0) IBM Windows 32 build +WindowsXP SP2
- Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01) + Vine Linux 2.6
- Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_09) + Mac OS X 10.4.8
Other
If you have any questions or requests, please send me e-mail! Our address is in the bottom of this page.Copyright Notice, Licence
This Software is freeware.
This Software is Copyright(c) 1998-2005 by GTSOFT. The Software is protected by international copyright treaty provisions.
IN NO EVENT SHALL GTSOFT BE LIABLE FOR ANY DAMAGES ARISING OUT OF THE USE OF OR INABILITY TO USE THE SOFTWARE, EVEN IF GTSOFT HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
jai_imageio.jar is a product of Sun Microsystems, Inc.
Copyright 1994-2004 Sun Microsystems, Inc. All Rights Reserved.Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Neither the name of Sun Microsystems, Inc. or the names of contributors may be used to endorse or promote products derived from this software without specific prior written permission.
- Redistribution of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- Redistribution in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
This software is provided "AS IS," without a warranty of any kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
You acknowledge that this software is not designed, licensed or intended for use in the design, construction, operation or maintenance of any nuclear facility.
History
Date version Modification 2007.1.11 2.71 Fixed the bug with font.
Ctrl+Click now undo the count
update jai_imageio.jar
2006.12.29 2.7 "Export Image" now exports the imange with current zooming.
Markers can be drawn with antialias
Font of the marker can be e
"Ctrl+ Mouse Wheel" is short-cut for zooming
"Shift+ Mouse Wheel" is short-cut for horizontal scroll2006.6.19 2.6 You can save the coordinates of the targets
HSB Adjuster was implemented
2005.10.30 2.5 Now it won't confirm deleting the marker when you right click on it.
Add the option to change jpeg compression level.
You can type the zooming level.
Some bug fixes.2005.6.29 2.41 Fixed some bugs.
2005.1.22 2.4 You can cancel the deletion of the count in "edit" dialog.
Now, order of category panels can be changed.
File extension will not be showen in the result dialog.
"Where is this?" function is implemented again.
English version of the document(this html file) is included.
Installer for windows is included.
Click sound can be located in Internet.
ini file will be located in user directory.2004.12.22 2.3 Put "Image List" instead of "Project Manager"
Now you can play a click sound!
FileNotFound Dialog has been added.
Now "Project Name" will be same as File Name. Stopped asking the project name in startup.
Fixed a lot of bugs.2004.11.30 2.22 Modify Edit Dialog.
Fixed lot's of bugs.2004.11.18 2.21 Fixed a critical bug. 2004.11.18 2.2 Improve Project Manager
You can cancel the count by right click.
Add the Show result feature.
Menu have been changed.
Project file can be drag&drop on the window.
Fixed lot's of bugs.2004.11.16 2.11 Save memroy during zooming.
some other modification.2004.11.11 2.1 Image size can be changed.
Brightness and Constarst modification support.
some other modification.2004.11.4 2.0 Written with Swing. Able to include multiple images. 2002.1.7 1.0 Initial Release
HOMEPAGE:http://www.geocities.jp/gen_0715/
E-MAIL:gen_0715@yahoo.co.jp
Copyright(c) 2007 GTSOFT