BU-CVKit
latest
Contents:
cvkit package
BU-CVKit
Index
Edit on GitHub
Index
A
|
B
|
C
|
D
|
F
|
G
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
V
A
annotation_file (AnnotationConfig attribute)
annotation_file_flavor (AnnotationConfig attribute)
annotation_views (PoseEstimationConfig attribute)
AnnotationConfig (class in cvkit.pose_estimation.config)
axes (CameraViews attribute)
axis_rotation_3D (PoseEstimationConfig attribute)
B
BaseVideoReaderInterface (class in cvkit.video_readers.video_reader_interface)
BEHAVIOUR_SEP (DataStoreInterface attribute)
BODY_PART (ProcessorMetaData attribute)
body_parts (PoseEstimationConfig attribute)
BOOLEAN (ProcessorMetaData attribute)
build_empty_skeleton() (DataStoreInterface method)
build_part() (CVKitDataStore3D method)
(DataStoreInterface method)
(DeeplabcutDataStore method)
(FlattenedDataStore method)
build_skeleton() (CVKitDataStore3D method)
(DataStoreInterface method)
(DeeplabcutDataStore method)
(FlattenedDataStore method)
C
CameraViews (class in cvkit.pose_estimation.config)
ClusterAnalysis (class in cvkit.pose_estimation.processors.util.cluster_analysis)
colors (PoseEstimationConfig attribute)
compute_data_hash() (DataStoreInterface method)
compute_distance_matrix() (in module cvkit.pose_estimation.utils)
computed_scale (PoseEstimationConfig attribute)
convert_data_flavor() (in module cvkit.pose_estimation.data_readers)
convert_to_list() (CVKitDataStore3D static method)
(DataStoreInterface static method)
(DeeplabcutDataStore static method)
(FlattenedDataStore static method)
CV2VideoReader (class in cvkit.video_readers.cv2_reader)
cvkit
module
cvkit.pose_estimation
module
cvkit.pose_estimation.config
module
cvkit.pose_estimation.data_readers
module
cvkit.pose_estimation.data_readers.cvkit_datastore
module
cvkit.pose_estimation.data_readers.datastore_interface
module
cvkit.pose_estimation.data_readers.deeplabcut_datastore
module
cvkit.pose_estimation.data_readers.flattened_datastore
module
cvkit.pose_estimation.processors
module
cvkit.pose_estimation.processors.filter
module
cvkit.pose_estimation.processors.filter.distance_statistics_filter
module
cvkit.pose_estimation.processors.filter.kalman_filter
module
cvkit.pose_estimation.processors.filter.linear_interpolation
module
cvkit.pose_estimation.processors.filter.median_distance_culling
module
cvkit.pose_estimation.processors.filter.moving_average
module
cvkit.pose_estimation.processors.filter.region_filter_2d
module
cvkit.pose_estimation.processors.filter.velocity_filter
module
cvkit.pose_estimation.processors.generative
module
cvkit.pose_estimation.processors.generative.dlt_deconstruct
module
cvkit.pose_estimation.processors.generative.dlt_reconstruct
module
cvkit.pose_estimation.processors.processor_interface
module
cvkit.pose_estimation.processors.util
module
cvkit.pose_estimation.processors.util.cluster_analysis
module
cvkit.pose_estimation.processors.util.load_file
module
cvkit.pose_estimation.processors.util.save_file
module
cvkit.pose_estimation.skeleton
module
cvkit.pose_estimation.utils
module
cvkit.utils
module
cvkit.video_readers
module
cvkit.video_readers.cv2_reader
module
cvkit.video_readers.deffcode_reader
module
cvkit.video_readers.image_sequence_reader
module
cvkit.video_readers.video_reader_interface
module
CVKitDataStore3D (class in cvkit.pose_estimation.data_readers.cvkit_datastore)
D
DATA_STORE (ProcessorMetaData attribute)
DataStoreInterface (class in cvkit.pose_estimation.data_readers.datastore_interface)
DeeplabcutDataStore (class in cvkit.pose_estimation.data_readers.deeplabcut_datastore)
DEFAULT_THRESHOLD (in module cvkit.pose_estimation.config)
DeffcodeVideoReader (class in cvkit.video_readers.deffcode_reader)
delete_part() (CVKitDataStore3D method)
(DataStoreInterface method)
(DeeplabcutDataStore method)
(FlattenedDataStore method)
delete_skeleton() (DataStoreInterface method)
DIMENSIONS (DataStoreInterface attribute)
(DeeplabcutDataStore attribute)
(FlattenedDataStore attribute)
DIR_PATH (ProcessorMetaData attribute)
DistanceStatisticsFilter (class in cvkit.pose_estimation.processors.filter.distance_statistics_filter)
DISTRIBUTED (KalmanFilter attribute)
(LinearInterpolationFilter attribute)
(MovingAverageFilter attribute)
(Processor attribute)
(VelocityFilter attribute)
dlt_coefficients (CameraViews attribute)
DLTDeconstruction (class in cvkit.pose_estimation.processors.generative.dlt_deconstruct)
DLTReconstruction (class in cvkit.pose_estimation.processors.generative.dlt_reconstruct)
F
f_px (CameraViews attribute)
FILE_MAP (ProcessorMetaData attribute)
FILE_PATH (ProcessorMetaData attribute)
FIXED_RANGE (ProcessorMetaData attribute)
FlattenedDataStore (class in cvkit.pose_estimation.data_readers.flattened_datastore)
FLAVOR (BaseVideoReaderInterface attribute)
(CV2VideoReader attribute)
(CVKitDataStore3D attribute)
(DataStoreInterface attribute)
(DeeplabcutDataStore attribute)
(DeffcodeVideoReader attribute)
(FlattenedDataStore attribute)
(ImageSequenceReader attribute)
FLOAT (ProcessorMetaData attribute)
framerate (PoseEstimationConfig attribute)
G
get_behaviour() (CVKitDataStore3D method)
(DataStoreInterface method)
(DeeplabcutDataStore method)
(FlattenedDataStore method)
get_current_frame() (BaseVideoReaderInterface method)
get_current_index() (BaseVideoReaderInterface method)
get_header_rows() (DataStoreInterface method)
(FlattenedDataStore method)
get_number_of_frames() (BaseVideoReaderInterface method)
get_numpy() (DataStoreInterface method)
get_part() (CVKitDataStore3D method)
(DataStoreInterface method)
(DeeplabcutDataStore method)
(FlattenedDataStore method)
get_part_slice() (CVKitDataStore3D method)
(DataStoreInterface method)
(DeeplabcutDataStore method)
(FlattenedDataStore method)
get_processor_class() (in module cvkit)
get_skeleton() (DataStoreInterface method)
get_spherical_coordinates() (in module cvkit.pose_estimation.utils)
GLOBAL_CONFIG (ProcessorMetaData attribute)
I
ImageSequenceReader (class in cvkit.video_readers.image_sequence_reader)
initialize_datastore_reader() (in module cvkit.pose_estimation.data_readers)
initialize_video_reader() (in module cvkit.video_readers)
INT (ProcessorMetaData attribute)
K
KalmanFilter (class in cvkit.pose_estimation.processors.filter.kalman_filter)
L
LinearInterpolationFilter (class in cvkit.pose_estimation.processors.filter.linear_interpolation)
LoadFile (class in cvkit.pose_estimation.processors.util.load_file)
M
MAGIC_NUMBER (DataStoreInterface attribute)
(in module cvkit.utils)
magnitude() (in module cvkit.pose_estimation.utils)
(Part method)
MedianDistanceFilter (class in cvkit.pose_estimation.processors.filter.median_distance_culling)
META_DATA (ClusterAnalysis attribute)
(DistanceStatisticsFilter attribute)
(DLTDeconstruction attribute)
(DLTReconstruction attribute)
(KalmanFilter attribute)
(LinearInterpolationFilter attribute)
(LoadFile attribute)
(MedianDistanceFilter attribute)
(MovingAverageFilter attribute)
(Processor attribute)
(RegionFilter2D attribute)
(SaveFile attribute)
(VelocityFilter attribute)
MetaProcessor (class in cvkit)
module
cvkit
cvkit.pose_estimation
cvkit.pose_estimation.config
cvkit.pose_estimation.data_readers
cvkit.pose_estimation.data_readers.cvkit_datastore
cvkit.pose_estimation.data_readers.datastore_interface
cvkit.pose_estimation.data_readers.deeplabcut_datastore
cvkit.pose_estimation.data_readers.flattened_datastore
cvkit.pose_estimation.processors
cvkit.pose_estimation.processors.filter
cvkit.pose_estimation.processors.filter.distance_statistics_filter
cvkit.pose_estimation.processors.filter.kalman_filter
cvkit.pose_estimation.processors.filter.linear_interpolation
cvkit.pose_estimation.processors.filter.median_distance_culling
cvkit.pose_estimation.processors.filter.moving_average
cvkit.pose_estimation.processors.filter.region_filter_2d
cvkit.pose_estimation.processors.filter.velocity_filter
cvkit.pose_estimation.processors.generative
cvkit.pose_estimation.processors.generative.dlt_deconstruct
cvkit.pose_estimation.processors.generative.dlt_reconstruct
cvkit.pose_estimation.processors.processor_interface
cvkit.pose_estimation.processors.util
cvkit.pose_estimation.processors.util.cluster_analysis
cvkit.pose_estimation.processors.util.load_file
cvkit.pose_estimation.processors.util.save_file
cvkit.pose_estimation.skeleton
cvkit.pose_estimation.utils
cvkit.utils
cvkit.video_readers
cvkit.video_readers.cv2_reader
cvkit.video_readers.deffcode_reader
cvkit.video_readers.image_sequence_reader
cvkit.video_readers.video_reader_interface
MovingAverageFilter (class in cvkit.pose_estimation.processors.filter.moving_average)
N
next_frame() (BaseVideoReaderInterface method)
(CV2VideoReader method)
(DeffcodeVideoReader method)
(ImageSequenceReader method)
normalize() (Skeleton method)
normalize_vector() (in module cvkit.pose_estimation.utils)
num_parts (PoseEstimationConfig attribute)
numpy() (Part method)
NUMPY_ARRAY (ProcessorMetaData attribute)
O
output_folder (PoseEstimationConfig attribute)
P
Part (class in cvkit.pose_estimation.skeleton)
part_iterator() (DataStoreInterface method)
(DeeplabcutDataStore method)
(FlattenedDataStore method)
pause() (BaseVideoReaderInterface method)
(CV2VideoReader method)
(DeffcodeVideoReader method)
(ImageSequenceReader method)
pos (CameraViews attribute)
PoseEstimationConfig (class in cvkit.pose_estimation.config)
principal_point (CameraViews attribute)
Processor (class in cvkit.pose_estimation.processors.processor_interface)
PROCESSOR_ID (ClusterAnalysis attribute)
(DistanceStatisticsFilter attribute)
(DLTDeconstruction attribute)
(DLTReconstruction attribute)
(KalmanFilter attribute)
(LinearInterpolationFilter attribute)
(LoadFile attribute)
(MedianDistanceFilter attribute)
(MovingAverageFilter attribute)
(Processor attribute)
(RegionFilter2D attribute)
(SaveFile attribute)
(VelocityFilter attribute)
PROCESSOR_NAME (ClusterAnalysis attribute)
(DistanceStatisticsFilter attribute)
(DLTDeconstruction attribute)
(DLTReconstruction attribute)
(KalmanFilter attribute)
(LinearInterpolationFilter attribute)
(LoadFile attribute)
(MedianDistanceFilter attribute)
(MovingAverageFilter attribute)
(Processor attribute)
(RegionFilter2D attribute)
(SaveFile attribute)
(VelocityFilter attribute)
PROCESSOR_SUMMARY (ClusterAnalysis attribute)
(DistanceStatisticsFilter attribute)
(DLTDeconstruction attribute)
(DLTReconstruction attribute)
(KalmanFilter attribute)
(LinearInterpolationFilter attribute)
(LoadFile attribute)
(MedianDistanceFilter attribute)
(MovingAverageFilter attribute)
(Processor attribute)
(RegionFilter2D attribute)
(SaveFile attribute)
(VelocityFilter attribute)
ProcessorMetaData (class in cvkit.pose_estimation.processors.processor_interface)
project_name (PoseEstimationConfig attribute)
R
random_access_image() (BaseVideoReaderInterface method)
(CV2VideoReader method)
(DeffcodeVideoReader method)
(ImageSequenceReader method)
reconstruction_algorithm (PoseEstimationConfig attribute)
RegionFilter2D (class in cvkit.pose_estimation.processors.filter.region_filter_2d)
register_processor() (in module cvkit)
release() (BaseVideoReaderInterface method)
(CV2VideoReader method)
(DeffcodeVideoReader method)
(ImageSequenceReader method)
REQUIRES_STATS (LinearInterpolationFilter attribute)
(Processor attribute)
(RegionFilter2D attribute)
(VelocityFilter attribute)
resolution (CameraViews attribute)
rotate() (in module cvkit.pose_estimation.utils)
rotation_matrix (PoseEstimationConfig attribute)
row_iterator() (DataStoreInterface method)
S
save_config() (in module cvkit.pose_estimation.config)
save_file() (CVKitDataStore3D method)
(DataStoreInterface method)
(FlattenedDataStore method)
SaveFile (class in cvkit.pose_estimation.processors.util.save_file)
scale (PoseEstimationConfig attribute)
seek_pos() (BaseVideoReaderInterface method)
(ImageSequenceReader method)
SEP (CVKitDataStore3D attribute)
(DataStoreInterface attribute)
set_behaviour() (CVKitDataStore3D method)
(DataStoreInterface method)
(DeeplabcutDataStore method)
(FlattenedDataStore method)
set_part() (CVKitDataStore3D method)
(DataStoreInterface method)
(DeeplabcutDataStore method)
(FlattenedDataStore method)
set_part_slice() (CVKitDataStore3D method)
(DataStoreInterface method)
(DeeplabcutDataStore method)
(FlattenedDataStore method)
set_skeleton() (DataStoreInterface method)
set_stats() (DataStoreInterface method)
Skeleton (class in cvkit.pose_estimation.skeleton)
skeleton (PoseEstimationConfig attribute)
spherical_angle_difference() (in module cvkit.pose_estimation.utils)
T
TEXT (ProcessorMetaData attribute)
threshold (PoseEstimationConfig attribute)
translation_vector (PoseEstimationConfig attribute)
V
VelocityFilter (class in cvkit.pose_estimation.processors.filter.velocity_filter)
verify_installed_processor() (in module cvkit)
verify_stats() (DataStoreInterface method)
video_file (AnnotationConfig attribute)
video_reader (AnnotationConfig attribute)
view (AnnotationConfig attribute)
views (PoseEstimationConfig attribute)
VIEWS (ProcessorMetaData attribute)