⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changes.txt

📁 一个很有用的图像处理软件
💻 TXT
📖 第 1 页 / 共 2 页
字号:
  - Changed Look & Feel and added icons to menu
  - refactored "please not" text area on lucene search panel

2005-11-06
==========
General:
  - Minor update for the installer file:
     * made main section hidden
     * Added the "/SOLID" switch to compression
     * Added new libraries

Caliph:
  - New icon for the main JFrame
  - Polished UI of VisualDescriptorPanel
  - Image preview now more smooth and with grey background

2005-11-04
==========
General:
  - Optimized Descriptor extraction somewhat, gained 5-10%
    performance

Caliph:
  - Made the Swing UI look more nice
  - Using JGoodies Look & Feel from now on.
  - Removed grids from tables
  - made dividers of splitpanes smaller
  - removed titled borders and created a new kind of title

Emir:
  - Indexing happens from MPEG-7 file if the descriptor is
    available
  - Changed to java.util.logging. DatabaseRetrievalEngine
  
2005-11-01
==========
General
  - Renamed VisualDescriptor to JDomVisualDescriptor
  - Introduced Interface VisualDesciptor (without JDOM specific
    methods) and put all not regarding JDOM from the old interface
    here. JDomVisualDescriptor extends now VisualDescriptor
  - introduced methods get/setStringRepresentation to allow storage
    of descriptor without XML (just using Strings)
  - implemented the new methods in ScaleableColor and EdgeHistogram

2005-10-28
==========
Emir:
  - Added method to index CBIR DB from description (not working yet!) 

2005-10-27
==========
General:
  - Added Derby DB to libs
  - Added SQLGenerator Interface & Factory for storing and searching
    VisualDescriptors in Databases
  - Added Derby SQLGenerator Implementation

Emir:
  - Added DatabaseRetrievalEngine based on Derby for CBIR
  - Added option for DB based CBIR
  - Set DB based CBIR to default

2005-10-04
==========
General:
  - Added DominantColor Descriptor Wrapper for internal VisualDescriptor
    interface
  - Created and tested distance function for DominantColor
  - Created and tested DominantColor Extraction from non
    rectangular pixel arrays
  - added test classes to source release in build.xml
  - creating now default.mf in ant build file to integrate build date
    and number
    
Caliph:
  - Added Extraction, Saving and Loading of DominantColor descriptor
    and a panel, where the result can be proved.
  - changed the build number property entry name
  - adapted the AboutDialog to the new build number property

Emir:
  - adapted the AboutDialog to the new build number property

2005-10-03
==========
General:
  - Added DominantColor Descriptor from Vizir project
  
2005-06-21
==========
Caliph:
  - Added new feature: Shape annotation panel

2005-05-16
==========
Emir:
  - Fixed bug with graph layout vis panel

Caliph
  - Removed all sources of deprecation warnings
  - Fixed Saving of Shapes.

General
  - Updated copyright statements
  - Optimized imports
  - manifest.mf updated to new libraries

2005-05-16
==========
Emir:
  - Identified bug and disabled it

General:
  - library updates
  - build file updates
  - installer file updated to new libraries
  - launcher updated to new library

2005-05-07
==========
Emir:
  - 2-path query construction (visual, ..)
  - integration of path index as default
  - indexing process switched to 2-path index
  - Minor bugfix for resultlistpanel
  
General:
  - installer file updated for Java check

2005-05-05
==========
Emir:
  - working 2-path extractor
  - working path indexing method
  - In GraphConstructionPanel:
     * added popup menu for selecting specific nodes.
     * added option for anonymous nodes

2005-04-21
==========
Emir:
  - Added preview option on result list
  
2005-03-16
==========
Caliph:
  - AnnotationPanel interface introduced
  - Started work on shape annotation panel
Emir:
  - Added the optional key for deleting nodes and relations from the graph
    query editor to alt + right mouse 

2005-03-07
==========
Emir:
  - Added zoom using mouse wheel in Visualization2DPanelWithFDP
  - Refactored configuration file, parameters names
  
2005-03-06
==========
General:
  - Changed HowTo file format to OpenOffice 2.0
Emir:
  - Fixed nasty bug in ArraySimilarityMatrix (row #0 was not retrieved)
  - Fixed String in Visualization2DPanelWithFDP (wrong mousebutton :) 

2005-02-21
==========
Emir:
  - Edge Offset in GraphConstructionPanel parametrized
  - Bugfix in parametrizing of FDP
  - Default parameters for FDP and more tuned
  - Added FDP to CBIR Layouts on click
  - Added stop option to FDP
  - Enabled parametrizing voa config file for FDP
   
2005-02-21
==========
Caliph:
  - Bug fixed with icons (AboutBox & Help)
General:
  - Updated build.xml (CVS & descriptions)
Emir:
  - Parametrizing of MDS in Visualization

2005-02-19
==========
General:
  - Added sources to CVS
  
2005-02-17
==========
General:
  - Changed Installer UI to orange
  - Refactoring of packages
Emir:
  - parametrizing of FDP
  - Refactoring of FDPParameters
Caliph:
  - fixed bug with too big images for EdgeHistogram
  - Made descriptor extraction faster (inaccurate by scaling first)
  - changed icon

2005-02-15
==========
Emir:
  - Added HAC Clustering + Tests

2005-02-13
==========
Emir:
  - parametrizing of Spring Embedder
  - minor bugfixes (strings)
Caliph:
  - Bugfix fileTree
General:
  - added annotated test data set
  - reorganized instaler script
  - bugfix buildfile

2005-02-13
==========
Emir:
  - added FDP to graph based repository visualization
  - added indexing wizard dialog

2005-01-16
==========
Emir:
 - Added repository visualization based on semantic graphs & FastMap
 - Fixed bug in retrieval, made it slower to O(n*(v+e))
   with n is the number of documents, v is the number of
   Vertices of the query graph and e the number of edges
   of the query graph.  
Caliph:
 - Bugfix fileTree
 
2005-01-15
==========
Emir:
 - Added repository visualizations (FastMap based on CL, SC & EH)
 
2005-01-14
==========
Emir:
 - Added FastMap algorithm package
 - Added FastMap tests
 - Added minimum common subgraph distance calculation for index graphs

2005-01-12
==========
Emir:
 - Repository path comes now from the menu
 - Version numbers merged & build numbers merged
 - Some UI polishing
 - Minor bugfixes in indexing (NullPointerExceptions)
Caliph:
 - Version numbers and build numbers merged
 - Tree instead of table for file navigation

2005-01-11
==========
Emir:
 - ResultsPanel Redesign & Speedup
 - Untyped relation now fully supported (with inverts)
 - GraphConstructionPanel shows now how many nodes match
   (in brackets next to the label)

2005-01-10
==========
Emir:
 - Redesign and speed up ResultListEntry (now without XSLT)
 - Added optional untyped relation to graph search (NOTE:
   this relation is not yet normalized, we have to invert
   the relation in future release as expansion!)

2005-01-06
==========
Emir 0.9b:
 - Redesign Search UI (some tabs are now invisible and can be 
   set visible in "View" menu)
 - Added visual graph search editor
 - Redesign of the index format (in preparation to move to 
   lucene from flat file)
 - Bugfixes in indexing of nodes
 - Result list bugfixes (more content is shown in less space)
 
2004-11-11
==========
Caliph 0.9.13:
 - Changed highlighting behaviour for relations in semantic
   descriptions
 - changed title bar, removed my name ;-)

2004-11-05
==========
Emir 0.8.5
 - Added semantic indexing to indexing in UI
 - Added UI option for semantic search in Lucene Panel
 - Updated Help in Lucene Panel
 - Created Semantic index in gzipped file
 - changed title bar, removed my name ;-)

2004-11-02
==========
Emir 0.8.4
 - Added Lucene based semantic index search prototype
   which allows the fast search for semantic annotations
    
2004-10-28
==========
Emir 0.8.4
 - added Help dialog for index search panel

2004-10-25
==========
Caliph 0.9.12:
 - changed layout to JRE 1.5 default
 - turned confirmation for overwriting off
 - added button for extraction of agent names from semantic
   descriptions to structured description
 - disabled splash screen after first "agree"
Emir 0.8.4:
 - changed layout to JRE 1.5 default
 - added progress information for indexing in statusbar
 - introduced interface for statusbars
 - disabled splash screen after first "agree"
 - changed name of RetrievalEngineFacotry to RetrievalEngineFactory :) 

2004-10-13
==========
Caliph 0.9.11:
 - fixed some bugs
 - turned on spring embedding for default
 - fixed the thumbnail quality issues
Emir 0.8.3:
 - redesigned the RetrievalEngine architecture
 - introduced a RetrievalEngineFactory (experimental)
 - created LuceneRetrievalEngine (experimental)
 - implemented an index generator (experimental)
 - fixed bug with thumbnail searching
 
2004-09-17
==========
Caliph 0.9.10:
 - integrated modified spring embedding algorithm for visualization of semantic graphs
 - updated to JDom 1.0 library
 - made graph visualization more funky (anti-aliasing, transparent labels)
 - removed bug: JMF for EdgeHistogram needed - Now you don't need it anymore

2004-09-13
==========
Caliph 0.9.9 build #166:
 - added EdgeHistogram Descriptor
Emir 0.8.2 beta build #125:
 - added EdgeHistogram Descriptor

2004-07-20
==========
Caliph 0.9.8 build #164:
 - fixed bug in StructuredAnnotation in TextAnnotationPanel

2004-05-21
==========
Caliph 0.9.7 build #161:
 - added StructuredAnnotation in TextAnnotationPanel
 - added StructuredAnnotation Support in ImageLoader Thread

2004-04-01
==========
Changed to license GPL!

2004-03-24
==========
Caliph 0.9.6 build #156:
 - changed address, copyright and updated some email-addresses
 - updated exifExtractor to metadataextractor 2.2.2
 - added support for IPTC reading from photos while initial loading

Emir 0.8.1 alpha build #115:
 - changed address, copyright and updated some email-addresses
 - minor vis updates (resultpanel image rendering)

2003-10-22
==========
Caliph 0.9.5 beta build #153:
 - changed copyright to 2002-2003
 - directories displayed before files in filepanel and they are bold now

2002-12-06
==========
Caliph 0.9.4 alpha build #151:
 - added changeListener and question if file should
   be saved on change or exit
 - changed app title
Emir 0.8.1 alpha build #109:
 - changed app title

2002-12-03
==========
Caliph 0.9.4 alpha build #150:
 - added support for adobe photoshop exported RDF
   descriptions [filename].jpg.xmp
Emir 0.8.1 alpha build #108:
 - made keyword search non case sensitive
 - took '.' as base search dir in keyword search panel

Emir 0.8.1 alpha:
 - added improved preview for semantic search
 - check if search is valid in semantic search panel
 - updated help

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -