libmipflooding
  • Getting started
    • Input data and processing options
  • Mip-flooding an image
    • Using the flood_image() function
    • Executing the subroutines manually
  • Generating mip maps
    • generate_mips()
    • composite_mips()
  • C++ API
    • Core functions
      • generate_mips()
      • composite_mips()
      • flood_image()
    • Subroutines (C++ API)
      • convert_and_scale_down_weighted()
      • convert_and_scale_down_weighted_threaded()
      • scale_down_weighted()
      • scale_down_weighted_threaded()
      • composite_up()
      • composite_up_threaded()
      • final_composite_and_convert()
      • final_composite_and_convert_threaded()
    • Helper functions
      • convert_to_type()
      • convert_to_type_threaded()
      • get_mip_count()
      • channel_mask_from_array()
      • free_mips_memory()
    • LMF_STATUS
  • C API
    • Core functions (C API)
      • generate_mips()
      • composite_mips()
      • flood_image()
    • Subroutines (C API)
      • convert_and_scale_down_weighted()
      • convert_and_scale_down_weighted_threaded()
      • scale_down_weighted()
      • scale_down_weighted_threaded()
      • composite_up()
      • composite_up_threaded()
      • final_composite_and_convert()
      • final_composite_and_convert_threaded()
    • Helper functions
      • convert_to_type()
      • convert_to_type_threaded()
      • get_mip_count()
      • channel_mask_from_array()
      • free_mips_memory()
    • LMF_DATA_TYPE
    • LMF_STATUS
  • Python wrapper
    • Functions
      • flood_image()
      • generate_mips()
      • get_channel_mask()
      • get_mip_count()
libmipflooding
  • C++ API
  • View page source

C++ API

  • Core functions
    • generate_mips()
    • composite_mips()
    • flood_image()
  • Subroutines (C++ API)
    • convert_and_scale_down_weighted()
    • convert_and_scale_down_weighted_threaded()
    • scale_down_weighted()
    • scale_down_weighted_threaded()
    • composite_up()
    • composite_up_threaded()
    • final_composite_and_convert()
    • final_composite_and_convert_threaded()
  • Helper functions
    • convert_to_type()
    • convert_to_type_threaded()
    • get_mip_count()
    • channel_mask_from_array()
    • free_mips_memory()
  • LMF_STATUS
Previous Next

© Copyright 2024, Jan Ortgies.

Built with Sphinx using a theme provided by Read the Docs.