MCPcopy Create free account

hub / github.com/Qirky/PyKinectTk / functions

Functions260 in github.com/Qirky/PyKinectTk

↓ 1 callersMethodhas_new_color_frame
(self)
PyKinectTk/utils/PyKinect2/PyKinectRuntime.py:218
↓ 1 callersMethodisEmpty
Returns True if there's no data
PyKinectTk/Analysis/Data.py:73
↓ 1 callersMethodlast_frame_index
Returns the index of the last frame
PyKinectTk/Capture/DataCapture.py:451
↓ 1 callersMethodlayers_to_draw
Returns a list of streams being drawn, in order of background to foreground
PyKinectTk/Playback/Player.py:143
↓ 1 callersMethodlisten
Main application loop
PyKinectTk/Capture/DataCapture.py:162
↓ 1 callersFunctionlocal
Returns the realpath for a file in THIS directory
PyKinectTk/utils/Env.py:14
↓ 1 callersMethodopenfilepath
Returns the realpath of a file from tkinter open file dialog
PyKinectTk/Playback/Select.py:163
↓ 1 callersMethodperformance_name
Returns the name of the selected item
PyKinectTk/Playback/Select.py:89
↓ 1 callersMethodquitting
(self)
PyKinectTk/Playback/Player.py:282
↓ 1 callersMethodreduce_start_times
Removes any streams that were not recorded and finds the earliest starting stream (body, depth, colour etc) and reduces all s
PyKinectTk/Capture/DataCapture.py:111
↓ 1 callersMethodrun
(self)
PyKinectTk/Capture/AutoClick.py:34
↓ 1 callersFunctionselect_folder
()
PyKinectTk/__init__.py:18
↓ 1 callersMethodset_frame
(self, frame)
PyKinectTk/Playback/Readers.py:26
↓ 1 callersMethodset_id
(self, number)
PyKinectTk/utils/Skeleton.py:50
↓ 1 callersMethodstop
(self)
PyKinectTk/Capture/AutoClick.py:41
↓ 1 callersMethodstore_media_times
Stores the start/end times for audio and video streams
PyKinectTk/Capture/DataCapture.py:363
↓ 1 callersMethodsubtract
Subtract a time value (seconds) from every timestamp
PyKinectTk/Capture/DataCapture.py:478
↓ 1 callersMethodtimestamps
(self)
PyKinectTk/utils/Load.py:102
↓ 1 callersMethodwrite_bodies
Stores an ID number for each body that appeared in the scene - can be edited later
PyKinectTk/Capture/DataCapture.py:374
↓ 1 callersMethodx
(self, t=None)
PyKinectTk/utils/Skeleton.py:135
↓ 1 callersMethodxy
Returns a tuple of all x-values and all y-values
PyKinectTk/Analysis/Data.py:60
↓ 1 callersMethody
(self, t=None)
PyKinectTk/utils/Skeleton.py:141
↓ 1 callersMethodz
(self, t=None)
PyKinectTk/utils/Skeleton.py:147
FunctionBodyData
(p_id)
PyKinectTk/utils/Load.py:12
FunctionCSV
Exports a recording data as a CSV files
PyKinectTk/Analysis/Export.py:1
FunctionCount
(array)
PyKinectTk/Analysis/QoM.py:93
FunctionCreateEnvironment
Checks if the necessary folders exist and creates them if not
PyKinectTk/utils/Env.py:82
FunctionDeletePerformance
For each table in the database, remove all records where performance_id == p_id
PyKinectTk/utils/Load.py:148
FunctionHRValue
(hr)
PyKinectTk/utils/PyKinect2/PyKinectV2.py:2899
MethodID
(self)
PyKinectTk/utils/Skeleton.py:54
FunctionIsHR
(hr, value)
PyKinectTk/utils/PyKinect2/PyKinectV2.py:2903
FunctionPerformanceID
Returns the ID number of a recording based on a name - case invariant. Raises an error if not found
PyKinectTk/utils/Load.py:132
FunctionVideoData
Takes a performance id and returns a dictionary of frame numbers and their timestamps
PyKinectTk/utils/Load.py:56
Method__add__
(self, s)
PyKinectTk/utils/Env.py:43
Method__contains__
(self, key)
PyKinectTk/utils/Skeleton.py:85
Method__del__
(self)
PyKinectTk/utils/PyKinect2/PyKinectRuntime.py:200
Method__enter__
(self)
PyKinectTk/utils/SQL.py:35
Method__enter__
(self)
PyKinectTk/utils/PyKinect2/PyKinectRuntime.py:203
Method__eq__
(self, other)
PyKinectTk/utils/Skeleton.py:63
Method__eq__
(self, other)
PyKinectTk/utils/Skeleton.py:257
Method__eq__
(self, other)
PyKinectTk/utils/Skeleton.py:307
Method__exit__
(self, exception_type, exception_val, trace)
PyKinectTk/utils/SQL.py:38
Method__exit__
(self, *args)
PyKinectTk/utils/PyKinect2/PyKinectRuntime.py:206
Method__getitem__
(self, key)
PyKinectTk/utils/Skeleton.py:16
Method__getitem__
(self, key)
PyKinectTk/utils/Skeleton.py:76
Method__getitem__
(self, key)
PyKinectTk/utils/Skeleton.py:263
Method__getitem__
(self, key)
PyKinectTk/utils/Load.py:112
Method__getitem__
Returns the contents of a table
PyKinectTk/utils/SQL.py:30
Method__getitem__
(self, key)
PyKinectTk/utils/Settings/testing.py:10
Method__getitem__
(self, frame)
PyKinectTk/Capture/DataCapture.py:411
Method__getitem__
(self, key)
PyKinectTk/Analysis/Data.py:111
Method__getslice__
(self, i, j)
PyKinectTk/utils/Settings/testing.py:7
Method__getslice__
(self, a, b)
PyKinectTk/Analysis/Data.py:40
Method__getslice__
(self, a, b)
PyKinectTk/Analysis/Data.py:114
Method__iadd__
(self, other)
PyKinectTk/utils/PyKinect2/PyKinectV2.py:29
Method__init__
data is a from Load.BodyData
PyKinectTk/utils/3D.py:18
Method__init__
(self, path)
PyKinectTk/utils/Env.py:37
Method__init__
(self, *args)
PyKinectTk/utils/Skeleton.py:3
Method__init__
(self, name, joint_id=None)
PyKinectTk/utils/Skeleton.py:38
Method__init__
(self)
PyKinectTk/utils/Skeleton.py:169
Method__init__
(self, name, num)
PyKinectTk/utils/Skeleton.py:299
Method__init__
(self, frametime)
PyKinectTk/utils/Load.py:71
Method__init__
(self, name)
PyKinectTk/utils/SQL.py:11
Method__init__
(self)
PyKinectTk/utils/PyKinect2/PyKinectV2.py:26
Method__init__
(self, frame_source_types, audio=True)
PyKinectTk/utils/PyKinect2/PyKinectRuntime.py:24
Method__init__
(self, body = None)
PyKinectTk/utils/PyKinect2/PyKinectRuntime.py:484
Method__init__
(self, bodyFrame, body_frame_data, max_body_count, body_frame_relative_time)
PyKinectTk/utils/PyKinect2/PyKinectRuntime.py:529
Method__init__
(self, audioFrame, audio_frame_relative_time)
PyKinectTk/utils/PyKinect2/PyKinectRuntime.py:554
Method__init__
(self, videoFrame, video_frame_relative_time)
PyKinectTk/utils/PyKinect2/PyKinectRuntime.py:565
Method__init__
(self)
PyKinectTk/utils/Settings/testing.py:3
Method__init__
(self, path, fps=30.0)
PyKinectTk/Capture/Writers.py:14
Method__init__
(self, path)
PyKinectTk/Capture/Writers.py:38
Method__init__
(self, path)
PyKinectTk/Capture/Writers.py:50
Method__init__
(self, wait=1)
PyKinectTk/Capture/AutoClick.py:27
Method__init__
(self, timeout=1)
PyKinectTk/Capture/DataCapture.py:26
Method__init__
(self)
PyKinectTk/Capture/DataCapture.py:402
Method__init__
(self, pid, window_size=30)
PyKinectTk/Analysis/QoM.py:19
Method__init__
(self)
PyKinectTk/Analysis/Plot.py:5
Method__init__
(self, body, joint, axis)
PyKinectTk/Analysis/Data.py:5
Method__init__
(self, data, **kwargs)
PyKinectTk/Analysis/Data.py:91
Method__init__
(self)
PyKinectTk/Playback/Select.py:20
Method__init__
(self, p_id)
PyKinectTk/Playback/Readers.py:7
Method__init__
(self, performance_id, **kwargs)
PyKinectTk/Playback/Player.py:25
Method__init__
(self, performance_id, outputFile=None, **kwargs)
PyKinectTk/Playback/Convert.py:17
Method__init__
(self, length)
PyKinectTk/Playback/ProgressBar.py:7
Method__init__
(self, length=250, height=40)
PyKinectTk/Playback/ProgressBar.py:23
Method__isub__
(self, other)
PyKinectTk/utils/PyKinect2/PyKinectV2.py:33
Method__iter__
(self)
PyKinectTk/utils/Skeleton.py:9
Method__iter__
(self)
PyKinectTk/utils/Skeleton.py:72
Method__iter__
(self)
PyKinectTk/utils/Skeleton.py:266
Method__iter__
(self)
PyKinectTk/utils/Load.py:106
Method__iter__
(self)
PyKinectTk/Analysis/Data.py:107
Method__len__
(self)
PyKinectTk/utils/Skeleton.py:6
Method__len__
(self)
PyKinectTk/utils/Skeleton.py:66
Method__len__
(self)
PyKinectTk/utils/Load.py:90
Method__len__
(self)
PyKinectTk/Capture/DataCapture.py:407
Method__ne__
(self, other)
PyKinectTk/utils/Skeleton.py:260
Method__repr__
(self)
PyKinectTk/Analysis/Data.py:37
Method__setitem__
(self, key, value)
PyKinectTk/utils/Skeleton.py:29
Method__setitem__
(self, key, value)
PyKinectTk/utils/Skeleton.py:82
← previousnext →101–200 of 260, ranked by callers