cv-depot
0.12.0

Getting Started

  • Introduction
  • Installation for Developers
  • Installation for Production
  • Quickstart Guide
  • Development CLI
  • Production CLI

Python API

  • core
  • ops

Development CLI

  • cli
cv-depot
  • <no title>
  • View page source

  • core
    • channel_map
      • ChannelMap
        • ChannelMap.source
        • ChannelMap.target
    • color
      • BasicColor
        • BasicColor.BG
        • BasicColor.BLACK
        • BasicColor.BLUE
        • BasicColor.BLUE1
        • BasicColor.BLUE2
        • BasicColor.CYAN
        • BasicColor.CYAN1
        • BasicColor.CYAN2
        • BasicColor.DARK1
        • BasicColor.DARK2
        • BasicColor.DIALOG1
        • BasicColor.DIALOG2
        • BasicColor.GREEN
        • BasicColor.GREEN1
        • BasicColor.GREEN2
        • BasicColor.GREY
        • BasicColor.GREY1
        • BasicColor.GREY2
        • BasicColor.LIGHT1
        • BasicColor.LIGHT2
        • BasicColor.MAGENTA
        • BasicColor.ORANGE1
        • BasicColor.ORANGE2
        • BasicColor.PURPLE1
        • BasicColor.PURPLE2
        • BasicColor.RED
        • BasicColor.RED1
        • BasicColor.RED2
        • BasicColor.WHITE
        • BasicColor.YELLOW
        • BasicColor.YELLOW1
        • BasicColor.YELLOW2
        • BasicColor.__init__()
        • BasicColor._get_color()
        • BasicColor.from_hexidecimal()
        • BasicColor.from_list()
        • BasicColor.from_list_8_bit()
        • BasicColor.from_string()
        • BasicColor.hexidecimal
        • BasicColor.one_channel
        • BasicColor.one_channel_8_bit
        • BasicColor.string
        • BasicColor.three_channel
        • BasicColor.three_channel_8_bit
      • Color
        • Color.__init__()
        • Color.bit_depth
        • Color.from_array()
        • Color.from_basic_color()
        • Color.from_list()
        • Color.num_channels
        • Color.to_array()
    • enforce
      • enforce_homogenous_type()
    • enum
      • Anchor
        • Anchor.BOTTOM_CENTER
        • Anchor.BOTTOM_LEFT
        • Anchor.BOTTOM_RIGHT
        • Anchor.CENTER_CENTER
        • Anchor.CENTER_LEFT
        • Anchor.CENTER_RIGHT
        • Anchor.TOP_CENTER
        • Anchor.TOP_LEFT
        • Anchor.TOP_RIGHT
      • BitDepth
        • BitDepth.FLOAT16
        • BitDepth.FLOAT32
        • BitDepth.INT8
        • BitDepth.UINT8
        • BitDepth.__init__()
        • BitDepth.from_dtype()
      • Direction
        • Direction.BOTTOM
        • Direction.LEFT
        • Direction.RIGHT
        • Direction.TOP
      • EnumBase
        • EnumBase.from_string()
      • ImageFormat
        • ImageFormat.EXR
        • ImageFormat.JPEG
        • ImageFormat.PNG
        • ImageFormat.TIFF
        • ImageFormat.__init__()
        • ImageFormat.from_extension()
      • VideoCodec
        • VideoCodec.H264
        • VideoCodec.H265
        • VideoCodec.__init__()
      • VideoFormat
        • VideoFormat.M4V
        • VideoFormat.MOV
        • VideoFormat.MP4
        • VideoFormat.MPEG
        • VideoFormat.__init__()
        • VideoFormat.from_extension()
    • image
      • Image
        • Image.__init__()
        • Image._repr()
        • Image._repr_html_()
        • Image._repr_png()
        • Image._string_to_channels()
        • Image.bit_depth
        • Image.channel_layers
        • Image.channels
        • Image.compare()
        • Image.data
        • Image.extension
        • Image.from_array()
        • Image.from_pil()
        • Image.height
        • Image.info
        • Image.max_channels
        • Image.num_channels
        • Image.read()
        • Image.set_channels()
        • Image.shape
        • Image.to_array()
        • Image.to_bit_depth()
        • Image.to_pil()
        • Image.to_unit_space()
        • Image.width
        • Image.width_and_height
      • _has_super_brights()
      • _has_super_darks()
    • tools
      • get_channels_from_array()
    • video
      • get_video_metadata()
    • viewer
      • ImageViewer
        • ImageViewer.__init__()
        • ImageViewer._get_channel_options()
        • ImageViewer._get_info()
        • ImageViewer._get_layer_options()
        • ImageViewer._get_png()
        • ImageViewer._handle_channel_event()
        • ImageViewer._handle_gamma_event()
        • ImageViewer._handle_layer_event()
        • ImageViewer._handle_premult_event()
        • ImageViewer._handle_resize_event()
        • ImageViewer.show()
  • ops
    • channel
      • has_super_brights()
      • has_super_darks()
      • invert()
      • mix()
      • remap()
      • remap_single_channel()
      • to_hsv()
      • to_rgb()
    • draw
      • annotate()
      • checkerboard()
      • grid()
      • highlight()
      • outline()
      • swatch()
    • edit
      • chop()
      • crop()
      • cut()
      • get_warp_matrix()
      • pad()
      • reformat()
      • staple()
      • warp()
    • filter
      • canny_edges()
      • gamma()
      • key_exact_color()
      • kmeans()
      • linear_lookup()
      • linear_smooth()
      • tophat()
Previous Next

© Copyright 2025, Alex Braun <alexander.g.braun@gmail.com>.

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