Skip to content

ega3001/DTKLPR-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

DTKLPR lib wrapper

  • HowTo:

    • Use:
      from dtklp_wrapper import ImageEngine, Lib, EngineParams
      
      lib = Lib({LIB_PATH}, {BUFFER_SIZE})
      params = EngineParams()
      with params:
          #change settings
          engine = ImageEngine(lib, params)
          with engine:
              #use functions
      
    • Install: Just add repo link to requirements.txt file with git+ ahead. For example: git+https://git.pancir.it/egor.bakharev/DTKLP-wrapper.git
  • Useful links:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages