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
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
X
|
Y
|
Z
_
__init__() (cv_depot.core.color.BasicColor method)
(cv_depot.core.color.Color method)
(cv_depot.core.enum.BitDepth method)
(cv_depot.core.enum.ImageFormat method)
(cv_depot.core.enum.VideoCodec method)
(cv_depot.core.enum.VideoFormat method)
(cv_depot.core.image.Image method)
(cv_depot.core.viewer.ImageViewer method)
_get_channel_options() (cv_depot.core.viewer.ImageViewer method)
_get_color() (cv_depot.core.color.BasicColor static method)
_get_info() (cv_depot.core.viewer.ImageViewer method)
_get_layer_options() (cv_depot.core.viewer.ImageViewer method)
_get_png() (cv_depot.core.viewer.ImageViewer method)
_handle_channel_event() (cv_depot.core.viewer.ImageViewer method)
_handle_gamma_event() (cv_depot.core.viewer.ImageViewer method)
_handle_layer_event() (cv_depot.core.viewer.ImageViewer method)
_handle_premult_event() (cv_depot.core.viewer.ImageViewer method)
_handle_resize_event() (cv_depot.core.viewer.ImageViewer method)
_has_super_brights() (in module cv_depot.core.image)
_has_super_darks() (in module cv_depot.core.image)
_repr() (cv_depot.core.image.Image method)
_repr_html_() (cv_depot.core.image.Image method)
_repr_png() (cv_depot.core.image.Image method)
_string_to_channels() (cv_depot.core.image.Image method)
A
Anchor (class in cv_depot.core.enum)
annotate() (in module cv_depot.ops.draw)
B
BasicColor (class in cv_depot.core.color)
BG (cv_depot.core.color.BasicColor attribute)
bit_depth (cv_depot.core.color.Color attribute)
(cv_depot.core.image.Image property)
BitDepth (class in cv_depot.core.enum)
BLACK (cv_depot.core.color.BasicColor attribute)
BLUE (cv_depot.core.color.BasicColor attribute)
BLUE1 (cv_depot.core.color.BasicColor attribute)
BLUE2 (cv_depot.core.color.BasicColor attribute)
BOTTOM (cv_depot.core.enum.Direction attribute)
BOTTOM_CENTER (cv_depot.core.enum.Anchor attribute)
BOTTOM_LEFT (cv_depot.core.enum.Anchor attribute)
BOTTOM_RIGHT (cv_depot.core.enum.Anchor attribute)
build_dev_command() (in module cli)
build_prod_command() (in module cli)
C
canny_edges() (in module cv_depot.ops.filter)
CENTER_CENTER (cv_depot.core.enum.Anchor attribute)
CENTER_LEFT (cv_depot.core.enum.Anchor attribute)
CENTER_RIGHT (cv_depot.core.enum.Anchor attribute)
channel_layers (cv_depot.core.image.Image property)
ChannelMap (class in cv_depot.core.channel_map)
channels (cv_depot.core.image.Image property)
checkerboard() (in module cv_depot.ops.draw)
chop() (in module cv_depot.ops.edit)
cli
module
Color (class in cv_depot.core.color)
compare() (cv_depot.core.image.Image method)
container_id_command() (in module cli)
crop() (in module cv_depot.ops.edit)
cut() (in module cv_depot.ops.edit)
cv_depot.core.channel_map
module
cv_depot.core.color
module
cv_depot.core.enforce
module
cv_depot.core.enum
module
cv_depot.core.image
module
cv_depot.core.tools
module
cv_depot.core.video
module
cv_depot.core.viewer
module
cv_depot.ops.channel
module
cv_depot.ops.draw
module
cv_depot.ops.edit
module
cv_depot.ops.filter
module
CYAN (cv_depot.core.color.BasicColor attribute)
CYAN1 (cv_depot.core.color.BasicColor attribute)
CYAN2 (cv_depot.core.color.BasicColor attribute)
D
DARK1 (cv_depot.core.color.BasicColor attribute)
DARK2 (cv_depot.core.color.BasicColor attribute)
data (cv_depot.core.image.Image property)
destroy_dev_command() (in module cli)
destroy_prod_command() (in module cli)
DIALOG1 (cv_depot.core.color.BasicColor attribute)
DIALOG2 (cv_depot.core.color.BasicColor attribute)
Direction (class in cv_depot.core.enum)
docker_exec() (in module cli)
E
enforce_homogenous_type() (in module cv_depot.core.enforce)
enter_repo() (in module cli)
EnumBase (class in cv_depot.core.enum)
exit_repo() (in module cli)
EXR (cv_depot.core.enum.ImageFormat attribute)
extension (cv_depot.core.image.Image property)
F
FLOAT16 (cv_depot.core.enum.BitDepth attribute)
FLOAT32 (cv_depot.core.enum.BitDepth attribute)
from_array() (cv_depot.core.color.Color static method)
(cv_depot.core.image.Image static method)
from_basic_color() (cv_depot.core.color.Color static method)
from_dtype() (cv_depot.core.enum.BitDepth static method)
from_extension() (cv_depot.core.enum.ImageFormat static method)
(cv_depot.core.enum.VideoFormat static method)
from_hexidecimal() (cv_depot.core.color.BasicColor static method)
from_list() (cv_depot.core.color.BasicColor static method)
(cv_depot.core.color.Color static method)
from_list_8_bit() (cv_depot.core.color.BasicColor static method)
from_pil() (cv_depot.core.image.Image static method)
from_string() (cv_depot.core.color.BasicColor static method)
(cv_depot.core.enum.EnumBase class method)
G
gamma() (in module cv_depot.ops.filter)
get_channels_from_array() (in module cv_depot.core.tools)
get_illegal_mode_command() (in module cli)
get_info() (in module cli)
get_video_metadata() (in module cv_depot.core.video)
get_warp_matrix() (in module cv_depot.ops.edit)
GREEN (cv_depot.core.color.BasicColor attribute)
GREEN1 (cv_depot.core.color.BasicColor attribute)
GREEN2 (cv_depot.core.color.BasicColor attribute)
GREY (cv_depot.core.color.BasicColor attribute)
GREY1 (cv_depot.core.color.BasicColor attribute)
GREY2 (cv_depot.core.color.BasicColor attribute)
grid() (in module cv_depot.ops.draw)
H
H264 (cv_depot.core.enum.VideoCodec attribute)
H265 (cv_depot.core.enum.VideoCodec attribute)
has_super_brights() (in module cv_depot.ops.channel)
has_super_darks() (in module cv_depot.ops.channel)
height (cv_depot.core.image.Image property)
hexidecimal (cv_depot.core.color.BasicColor property)
highlight() (in module cv_depot.ops.draw)
I
Image (class in cv_depot.core.image)
image_id_command() (in module cli)
ImageFormat (class in cv_depot.core.enum)
ImageViewer (class in cv_depot.core.viewer)
info (cv_depot.core.image.Image property)
INT8 (cv_depot.core.enum.BitDepth attribute)
invert() (in module cv_depot.ops.channel)
J
JPEG (cv_depot.core.enum.ImageFormat attribute)
K
key_exact_color() (in module cv_depot.ops.filter)
kmeans() (in module cv_depot.ops.filter)
L
LEFT (cv_depot.core.enum.Direction attribute)
LIGHT1 (cv_depot.core.color.BasicColor attribute)
LIGHT2 (cv_depot.core.color.BasicColor attribute)
line() (in module cli)
linear_lookup() (in module cv_depot.ops.filter)
linear_smooth() (in module cv_depot.ops.filter)
M
M4V (cv_depot.core.enum.VideoFormat attribute)
MAGENTA (cv_depot.core.color.BasicColor attribute)
main() (in module cli)
max_channels (cv_depot.core.image.Image property)
mix() (in module cv_depot.ops.channel)
module
cli
cv_depot.core.channel_map
cv_depot.core.color
cv_depot.core.enforce
cv_depot.core.enum
cv_depot.core.image
cv_depot.core.tools
cv_depot.core.video
cv_depot.core.viewer
cv_depot.ops.channel
cv_depot.ops.draw
cv_depot.ops.edit
cv_depot.ops.filter
MOV (cv_depot.core.enum.VideoFormat attribute)
MP4 (cv_depot.core.enum.VideoFormat attribute)
MPEG (cv_depot.core.enum.VideoFormat attribute)
N
num_channels (cv_depot.core.color.Color property)
(cv_depot.core.image.Image property)
O
one_channel (cv_depot.core.color.BasicColor property)
one_channel_8_bit (cv_depot.core.color.BasicColor property)
ORANGE1 (cv_depot.core.color.BasicColor attribute)
ORANGE2 (cv_depot.core.color.BasicColor attribute)
outline() (in module cv_depot.ops.draw)
P
pad() (in module cv_depot.ops.edit)
PNG (cv_depot.core.enum.ImageFormat attribute)
PORT (in module cli)
prod_command() (in module cli)
pull_command() (in module cli)
PURPLE1 (cv_depot.core.color.BasicColor attribute)
PURPLE2 (cv_depot.core.color.BasicColor attribute)
push_command() (in module cli)
Q
quickstart_command() (in module cli)
R
read() (cv_depot.core.image.Image static method)
RED (cv_depot.core.color.BasicColor attribute)
RED1 (cv_depot.core.color.BasicColor attribute)
RED2 (cv_depot.core.color.BasicColor attribute)
reformat() (in module cv_depot.ops.edit)
remap() (in module cv_depot.ops.channel)
remap_single_channel() (in module cv_depot.ops.channel)
remove_command() (in module cli)
remove_container() (in module cli)
resolve() (in module cli)
restart_command() (in module cli)
RIGHT (cv_depot.core.enum.Direction attribute)
S
set_channels() (cv_depot.core.image.Image method)
shape (cv_depot.core.image.Image property)
show() (cv_depot.core.viewer.ImageViewer method)
source (cv_depot.core.channel_map.ChannelMap property)
staple() (in module cv_depot.ops.edit)
start() (in module cli)
start_command() (in module cli)
state_command() (in module cli)
stop() (in module cli)
stop_command() (in module cli)
string (cv_depot.core.color.BasicColor property)
swatch() (in module cv_depot.ops.draw)
T
target (cv_depot.core.channel_map.ChannelMap property)
three_channel (cv_depot.core.color.BasicColor property)
three_channel_8_bit (cv_depot.core.color.BasicColor property)
TIFF (cv_depot.core.enum.ImageFormat attribute)
to_array() (cv_depot.core.color.Color method)
(cv_depot.core.image.Image method)
to_bit_depth() (cv_depot.core.image.Image method)
to_hsv() (in module cv_depot.ops.channel)
to_pil() (cv_depot.core.image.Image method)
to_rgb() (in module cv_depot.ops.channel)
to_unit_space() (cv_depot.core.image.Image method)
TOP (cv_depot.core.enum.Direction attribute)
TOP_CENTER (cv_depot.core.enum.Anchor attribute)
TOP_LEFT (cv_depot.core.enum.Anchor attribute)
TOP_RIGHT (cv_depot.core.enum.Anchor attribute)
tophat() (in module cv_depot.ops.filter)
U
UINT8 (cv_depot.core.enum.BitDepth attribute)
V
version_commit_command() (in module cli)
version_variable() (in module cli)
VideoCodec (class in cv_depot.core.enum)
VideoFormat (class in cv_depot.core.enum)
W
warp() (in module cv_depot.ops.edit)
WHITE (cv_depot.core.color.BasicColor attribute)
width (cv_depot.core.image.Image property)
width_and_height (cv_depot.core.image.Image property)
X
x_tools_command() (in module cli)
Y
YELLOW (cv_depot.core.color.BasicColor attribute)
YELLOW1 (cv_depot.core.color.BasicColor attribute)
YELLOW2 (cv_depot.core.color.BasicColor attribute)
Z
zsh_command() (in module cli)
zsh_complete_command() (in module cli)
zsh_root_command() (in module cli)
zshrc_tools() (in module cli)