|
ProspectV is a new image exploration and visualization instrument allowing the user to explore in unmatched detail any image or series of images with the dynamic motion of pans, zooms and rotations, rendered in real-time by the PC according to a text script. The script specifies in detail the motion of the virtual camera by means of keyframes defining pixel coordinates, extents and degree angles. The resulting video can be of unlimited length, and the size occupied on the disk by the presentation is little more than the size of the original images, since frames are not recorded but rendered in real-time, making it compact enough for email distribution. The multimedia features comprise script-based sound and music support, and looping playback for permanent kiosk-based installations. ProspectV is an imaging technology which may be utilized in scientific research, remote sensing and image analysis, as well as in museum and arts presentation, digital photography, and any image-based content. MRU has developed several demos and museum installations to showcase its potential in these diverse fields of application. The demos are available from the MRU's corporate website.
|
|
|
We are proud to present you our unique image comparison algorithm implemented as standalone dll file. It has only one exported function with two bitmap pointers in and similarity percentage out. Can work with many programming languages including Delphi, Visual C++, C#, VB and VB.NET. We can also provide you with the modified DLL. It can precalculate image hash (768 bytes) and you can use these hashes for comparison then.
You can check our comparison algorithm with help of our Image Comparer tool. Use Google to quickly locate it. Command line version is also available. Custom versions are available too.
Image comparison algorithm: http://www.bolidesoft.com/software/ic_setup.exe
Image Comparer Command Line: http://www.bolidesoft.com/software/ic_cmdline.zip
Console application for the purpose of finding similar or duplicate images. Runs on any win32 system and returns image pairs with the similarity percentage. Can process files, folders or lists of image files.
Usage:
>ic.exe [first object] [second object] [options]
The comparison object can be a single image file, a text file with the image file names or folder containing images.
Supported file extensions are: BMP, JPG, JPEG, GIF, PNG, TXT, and LST.
If both comparison objects are specified, the comparison will be done between the two groups of images, and no comparison will be run inside each group.
If only one object is specified, comparison will be done among these images, unless this object is a single image file.
Options list:
-O:output file - specifies comparison results file. By default, standard output device is used.
-E:error log - specifies error log file. By default, errors are not displayed.
-V - verbose mode. Can be used for debugging purposes.
-R - include subfolders. Valid when folder with images is specified.
-F - use this option if the majority of your images are similar. This will turn off rough estimate for the unsimilar images rejecting.
As an output, you'll get a semicolon delimited list of image pairs and their similarity percentage. An example of such a list is shown below:
-=======- Cut -=======-
Ara0248_Dorman.jpg;0062_Dave_Dorman.jpg;44
Ara0248_Dorman.jpg;dave_dorman_the_cow_thief.jpg;18
Ara0248_Dorman.jpg;jp_dorman_always_jpg.jpg;32
0062_Dave_Dorman.jpg;dave_dorman_the_cow_thief.jpg;51
0062_Dave_Dorman.jpg;jp_dorman_always_jpg.jpg;63
dave_dorman_the_cow_thief.jpg;jp_dorman_always_jpg.jpg;40
-=======- Cut -=======- |