ODYSSEE Solver includes:
- ODYSSEE QUASAR: The solver to make predictive models and data mining analysis.
- ODYSSEE NOVA: The optimizer to search for optimal variables to minimize an objective function, by respecting constraints.
With ODYSSEE Solver, you can:
- Make a scientific analyze with the datamining.
- Process matrices, files, and images
- Constitute predictive models.
- Make scripting.
What's New in ODYSSEE Solver 2024.2.1
ODYSSEE Quasar – Solver
This version includes the following updates:
- Images functions enhancements:
- Function to create automatically a segmented image: The function converts a color picture defined by a color scale name and a number of color levels into a new picture of n color levels defined by the arguments output_color_scale name and output_levels. The new color levels allow the use of Unet and modified Unet.
createSegmentedImage(String folder_images_path_In, String folder_images_path_Out, String input_color_scale, int input_levels, String output_color_scale, int output_levels, bool apply_remove_black_dots, int filter_size)
- Function to create a custom segmented image: The function converts colored pictures defined by a list of color values into new pictures defined by a new custom color list.
createSegmentedImage_Custom(String folder_images_path_In, String folder_images_path_Out, int pixel_range, int[,] list_i_colors, int[,] list_o_colors, bool apply_remove_black_dots, int filter_size)
-
- Flip function to apply vertical or horizontal symmetry to all pictures contained in an input folder.
flipImages(String folder_path_in, String folder_path_out, String orientation)
-
- Rotate function to apply rotation to all pictures contained in an input folder.
rotateImages(String folder_path_in, String folder_path_out_angle, double angle, int[] background_color)
-
- Convert picture function is a function to transform an original picture to a new picture, changing the extension (png, jpg, jpeg, tof) or the color depth (1 byte, 3 bytes or 4 bytes for png).
convertAndSaveImage(Image pict_path_In, Image pic_path_Out, int num_classes)
- Add an example for modified unet in Quasar help documentation.
- Linux installation path: It is now possible to set the installation path for ODYSSEE Solver in Linux. Instruction documentation to install product have been updated.
- Bugs fixed:
-
- Fix on pictures nonvisible in the Quasar documentation.