Skip to content

MipFlooding Algorithm with C# and Python.

Latest
Compare
Choose a tag to compare
@secarri secarri released this 17 Aug 14:14
· 3 commits to main since this release

Initial Release: MipFlooding Algorithm

Overview

It integrates several key updates and improvements.

What's changed?

  • C# ImageProcessingLibrary: Most of the core logic has been migrated from Python to C#. The Python code now primarily serves as a wrapper, loading the DLL and exposing the necessary functions.

  • Python Wrapper: Callable from Python, allowing for seamless integration with any DCC (Digital Content Creation) package that supports Python.

  • Updated Documentation: The documentation has been updated to reflect the changes in project structure and implementation.

  • Project Structure Overhaul: Significant updates to the project structure have been made for improved organization and maintainability.

  • Algorithm Fix: Addressed a critical issue with the image stacking algorithm. Images with no padding now process correctly.

Input Output
Source for image I
Source for image II