Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freemocap/freemocap
/ functions
Functions
738 in github.com/freemocap/freemocap
⨍
Functions
738
◇
Types & classes
126
↳
Endpoints
15
↓ 1 callers
Method
send_pipedream_ping
(self)
freemocap/system/user_data/pipedream_pings.py:20
↓ 1 callers
Function
session_time_tag_format
()
freemocap/system/paths_and_filenames/path_getters.py:116
↓ 1 callers
Method
set_camera_sizes_videos
(self, videos)
freemocap/core_processes/capture_volume_calibration/anipose_camera_calibration/freemocap_anipose.py:2170
↓ 1 callers
Method
set_charuco_board_as_groundplane
(self, cam_group: freemocap_anipose.CameraGroup)
freemocap/core_processes/capture_volume_calibration/anipose_camera_calibration/anipose_camera_calibrator.py:210
↓ 1 callers
Method
set_parameter_enabled
(self, parameter, enabled_bool)
freemocap/gui/qt/widgets/control_panel/process_mocap_data_panel/process_motion_capture_data_panel.py:267
↓ 1 callers
Method
set_visualize_data_tab_enabled
(self, enabled: bool)
freemocap/gui/qt/widgets/central_tab_widget.py:51
↓ 1 callers
Method
set_welcome_tab_enabled
(self, enabled: bool)
freemocap/gui/qt/widgets/central_tab_widget.py:45
↓ 1 callers
Method
set_world_orientations
(self, orientations)
freemocap/core_processes/capture_volume_calibration/anipose_camera_calibration/freemocap_anipose.py:2031
↓ 1 callers
Method
set_world_positions
(self, positions)
freemocap/core_processes/capture_volume_calibration/anipose_camera_calibration/freemocap_anipose.py:2027
↓ 1 callers
Method
setup_parameter_tree
( self, recording_info_model: RecordingInfoModel, )
freemocap/gui/qt/widgets/active_recording_widget.py:107
↓ 1 callers
Function
setup_session
Downloads sample data and processes it. Stores all important paths for easy access.
freemocap/diagnostics/calibration/run_calibration.py:30
↓ 1 callers
Method
shift_origin_to_cam0
(self, cam_group: freemocap_anipose.CameraGroup)
freemocap/core_processes/capture_volume_calibration/anipose_camera_calibration/anipose_camera_calibrator.py:183
↓ 1 callers
Method
single_camera_reprojection_error
(self, p3d, p2d)
freemocap/core_processes/capture_volume_calibration/anipose_camera_calibration/freemocap_anipose.py:696
↓ 1 callers
Function
split_and_save
Splits the skeleton data into separate arrays for each data category using the provided model info. Examples categories are body, left_hand,
freemocap/core_processes/post_process_skeleton_data/split_and_save.py:180
↓ 1 callers
Function
split_data
Splits the skeleton data into separate arrays for each data category using the provided model info. Examples categories are body, left_hand,
freemocap/core_processes/post_process_skeleton_data/split_and_save.py:32
↓ 1 callers
Method
start_frame_capture
(onMessageHandler: OnMessageHandler)
experimental/freemocap-ui/src/services/frame-capture.tsx:24
↓ 1 callers
Function
test
Run the full test suite on python versions 3.10, 3.11, and 3.12.
noxfile.py:6
↓ 1 callers
Function
test_image_tracking_data_exists
test that the `2d detection` process worked correctly by checking that there is an `.npy` file containing the 2d data in the `output_data_folder`
freemocap/tests/test_image_tracking_data_shape.py:14
↓ 1 callers
Function
test_skeleton_data_exists
test that the `3d detection` process worked correctly by checking that there is an `.npy` file containing the 3d data in the `output_data_folder`
freemocap/tests/test_skeleton_data_shape.py:13
↓ 1 callers
Function
test_skeleton_data_shape
test that the `3d detection` process worked correctly by checking: 1. Dimensions of the raw skeleton numpy array are correct 2. Dimension
freemocap/tests/test_skeleton_data_shape.py:31
↓ 1 callers
Function
test_synchronized_video_frame_counts
Test if all the videos in this folder have precisely the same number of frames
freemocap/tests/test_synchronized_video_frame_counts.py:13
↓ 1 callers
Function
test_total_body_center_of_mass_data_exists
( total_body_center_of_mass_data: Union[str, Path], )
freemocap/tests/test_total_body_center_of_mass_data_shape.py:13
↓ 1 callers
Function
test_total_body_center_of_mass_data_shape
( synchronized_video_folder_path: Union[str, Path], total_body_center_of_mass_data: Union[str,
freemocap/tests/test_total_body_center_of_mass_data_shape.py:22
↓ 1 callers
Function
transform_points
Rotate points by given rotation vectors and translate. Rodrigues' rotation formula is used.
freemocap/core_processes/capture_volume_calibration/anipose_camera_calibration/freemocap_anipose.py:319
↓ 1 callers
Method
triangulate_possible
Given an CxNxPx2 array, this returns an Nx3 array of points by triangulating all possible points and picking the ones with best reproj
freemocap/core_processes/capture_volume_calibration/anipose_camera_calibration/freemocap_anipose.py:989
↓ 1 callers
Method
triangulate_ransac
Given an CxNx2 array, this returns an Nx3 array of points, where N is the number of points and C is the number of cameras
freemocap/core_processes/capture_volume_calibration/anipose_camera_calibration/freemocap_anipose.py:1085
↓ 1 callers
Method
triangulate_using_outlier_rejection
Given an CxNx2 array, this returns an Nx3 array of points, where N is the number of points and C is the number of cameras
freemocap/core_processes/capture_volume_calibration/anipose_camera_calibration/freemocap_anipose.py:917
↓ 1 callers
Function
triangulate_with_outlier_rejection
Triangulates 3D points with progressive outlier rejection. Performs triangulation using all valid cameras, and if reprojection error
freemocap/core_processes/capture_volume_calibration/anipose_camera_calibration/freemocap_anipose.py:88
↓ 1 callers
Method
update_calibration_path
(self)
freemocap/gui/qt/widgets/control_panel/process_mocap_data_panel/process_motion_capture_data_panel.py:106
↓ 1 callers
Function
update_most_recent_recording_toml
Save the most recent recording path to a toml file
freemocap/gui/qt/utilities/update_most_recent_recording_toml.py:11
↓ 1 callers
Function
update_recording_folder
(recording_folder: Path)
freemocap/utilities/update_1_4_path_names.py:30
↓ 1 callers
Method
update_recording_name_string
(self)
freemocap/gui/qt/widgets/camera_controller_group_box.py:290
↓ 1 callers
Function
useAppDispatch
()
experimental/freemocap-ui/src/app/hooks.ts:5
↓ 1 callers
Function
useDeviceStream
(device: MediaDeviceInfo)
experimental/freemocap-ui/src/hooks/use-device-stream.ts:3
↓ 1 callers
Function
useFrameCapture
(webcam_id: string, captureType: CaptureType, onMessage?: OnMessageHandler)
experimental/freemocap-ui/src/hooks/use-frame-capture.tsx:4
↓ 1 callers
Function
visualize_session_offline
(session_id_model: SessionIdModel = None)
experimental/react_fastapi/api/routes/session/session_router.py:169
Function
App
()
experimental/freemocap-ui/src/App.tsx:4
Function
BaseContent
()
experimental/freemocap-ui/src/layout/content/BaseContent.tsx:6
Function
BasePaper
(props)
experimental/freemocap-ui/src/layout/content/BasePaper.tsx:4
Function
CamStep
(props: CamStepProps)
experimental/freemocap-ui/src/views/sessionWizard/SessionWizard.tsx:31
Function
ConfigForm
(props: Props)
experimental/freemocap-ui/src/views/prod/ConfigForm.tsx:16
Function
ConfigView
()
experimental/freemocap-ui/src/views/Config.tsx:6
Function
Content
()
experimental/freemocap-ui/src/layout/content/Content.tsx:14
Function
Copyright
()
experimental/freemocap-ui/src/layout/Copyright.tsx:5
Function
ExposureNumberField
()
experimental/freemocap-ui/src/views/prod/ConfigForm.tsx:5
Function
Header
(props: HeaderProps)
experimental/freemocap-ui/src/layout/Header.tsx:16
Function
IMShowPreviewCamera
(props: PreviewCameraProps)
experimental/freemocap-ui/src/views/sessionWizard/SessionWizard.tsx:48
Function
LiveStreamPreview
({stream})
experimental/freemocap-ui/src/components/webcam/LivePreview.tsx:7
Function
Navigator
(props: DrawerProps)
experimental/freemocap-ui/src/layout/Navigator.tsx:48
Function
Paperbase
()
experimental/freemocap-ui/src/layout/Paperbase.tsx:156
Function
Router
()
experimental/freemocap-ui/src/layout/routing/router.tsx:9
Function
SessionWizard
(props: Props)
experimental/freemocap-ui/src/views/sessionWizard/SessionWizard.tsx:13
Function
SessionWorkflow
()
experimental/freemocap-ui/src/views/SessionWorkflow.tsx:13
Function
SetupAndPreviewCamera
(props: Props)
experimental/freemocap-ui/src/views/prod/SetupAndPreviewCamera.tsx:12
Function
SetupAndPreviewView
()
experimental/freemocap-ui/src/views/prod/SetupAndPreviewView.tsx:17
Function
ShowCameras
()
experimental/freemocap-ui/src/views/ShowCameras.tsx:3
Function
SomeWebcam
()
experimental/freemocap-ui/src/components/webcam/webcam.tsx:3
Function
StartStopProcess
(props: Props)
experimental/freemocap-ui/src/components/start-stop-process.tsx:9
Function
UserConfig
( props: Props )
experimental/freemocap-ui/src/views/UserConfig.tsx:5
Function
WebcamCapture
(props: Props)
experimental/freemocap-ui/src/components/webcam/webcam-capture.tsx:10
Function
WebcamStreamCapture
()
experimental/freemocap-ui/src/views/Capture.tsx:14
Method
__init__
(self)
freemocap/core_processes/post_process_skeleton_data/post_process_skeleton.py:30
Method
__init__
( self, charuco_board_object: CharucoBoardDefinition, charuco_square_size:
freemocap/core_processes/capture_volume_calibration/anipose_camera_calibration/anipose_camera_calibrator.py:42
Method
__init__
( self, matrix=np.eye(3), dist=np.zeros(5), size=None,
freemocap/core_processes/capture_volume_calibration/anipose_camera_calibration/freemocap_anipose.py:517
Method
__init__
( self, matrix=np.eye(3), dist=np.zeros(4), size=None,
freemocap/core_processes/capture_volume_calibration/anipose_camera_calibration/freemocap_anipose.py:716
Method
__init__
(self, cameras, metadata={})
freemocap/core_processes/capture_volume_calibration/anipose_camera_calibration/freemocap_anipose.py:817
Method
__init__
( self, squaresX, squaresY, square_length, marker_
freemocap/core_processes/capture_volume_calibration/anipose_camera_calibration/freemocap_anipose.py:2259
Method
__init__
(self, schema_dict: Dict[str, Dict[str, Any]])
freemocap/data_layer/data_saver/data_models.py:73
Method
__init__
Initialize DataFrameManager with the given recording_folder_path. Args: recording_folder_path (Union[Path, str]): path t
freemocap/data_layer/data_saver/data_saver.py:24
Method
__init__
( self, recording_folder_path: Union[str, Path], include_hands: bool = True, i
freemocap/data_layer/data_saver/data_loader.py:38
Method
__init__
(self, recording_folder_path: Union[Path, str], active_tracker: str = "mediapipe")
freemocap/data_layer/recording_models/recording_info_model.py:42
Method
__init__
(self, recording_info_model: RecordingInfoModel)
freemocap/data_layer/recording_models/recording_info_model.py:220
Method
__init__
( self, freemocap_data_folder_path: Union[str, Path], pipedream_pings: Pip
freemocap/gui/qt/main_window/freemocap_main_window.py:93
Method
__init__
(self, actions: Actions, parent: QMainWindow = None)
freemocap/gui/qt/actions_and_menus/menu_bar.py:8
Method
__init__
(self, menu_label: str, dataset_name: str, freemocap_main_window)
freemocap/gui/qt/actions_and_menus/sample_data_actions.py:11
Method
__init__
(self, freemocap_main_window)
freemocap/gui/qt/actions_and_menus/actions.py:27
Method
__init__
( self, calibration_videos_folder_path: Union[str, Path], charuco_square_s
freemocap/gui/qt/workers/anipose_calibration_thread_worker.py:23
Method
__init__
( self, raw_video_folder_path: Path, synchronized_video_folder_path: Path,
freemocap/gui/qt/workers/synchronize_videos_thread_worker.py:15
Method
__init__
( self, recording_path: Path, blender_file_path: Path, blender
freemocap/gui/qt/workers/export_to_blender_thread_worker.py:16
Method
__init__
(self, dataset_name: str, parent=None)
freemocap/gui/qt/workers/download_sample_data_thread_worker.py:15
Method
__init__
( self, post_processing_parameters: ProcessingParameterModel, kill_event: multiprocessing.Event, p
freemocap/gui/qt/workers/process_motion_capture_data_thread_worker.py:20
Method
__init__
(self, import_videos_path: Union[str, Path], kill_thread_event: threading.Event, parent=None)
freemocap/gui/qt/widgets/import_videos_wizard.py:41
Method
__init__
(self, message: str)
freemocap/gui/qt/widgets/groundplane_failure_dialog.py:8
Method
__init__
( self, skelly_cam_widget: SkellyCamWidget, camera_controller_widget: QWidget,
freemocap/gui/qt/widgets/central_tab_widget.py:17
Method
__init__
(self, gui_state: GuiState, kill_thread_event: threading.Event, parent=None)
freemocap/gui/qt/widgets/opencv_conflict_dialog.py:16
Method
__init__
(self, gui_state: GuiState, kill_thread_event: threading.Event, parent=None)
freemocap/gui/qt/widgets/set_data_folder_dialog.py:11
Method
__init__
( self, camera_configuration_parameter_tree_widget: SkellyCamParameterTreeWidget,
freemocap/gui/qt/widgets/control_panel_dock_widget.py:20
Method
__init__
( self, parent: Optional[QWidget] = None, )
freemocap/gui/qt/widgets/active_recording_widget.py:20
Method
__init__
(self, gui_state: GuiState, get_active_recording_info_callable: Callable)
freemocap/gui/qt/widgets/directory_view_widget.py:20
Method
__init__
(self, image_path: str)
freemocap/gui/qt/widgets/logo_svg_widget.py:7
Method
__init__
(self, text: str, parent: QWidget = None)
freemocap/gui/qt/widgets/home_widget.py:33
Method
__init__
(self, dark_mode: bool = True, parent=None)
freemocap/gui/qt/widgets/jupyter_console_widget.py:11
Method
__init__
(self, logging_queue: Queue, exit_event: threading.Event, parent=None)
freemocap/gui/qt/widgets/log_view_widget.py:34
Method
__init__
Initialize the CalibrationGuideLink widget. Args: text: The link text to display. Defaults to "📚 Calibration Guide"
freemocap/gui/qt/widgets/calibration_guide_link_qlabel.py:13
Method
__init__
(self, gui_state: GuiState, kill_thread_event: threading.Event, parent=None)
freemocap/gui/qt/widgets/welcome_screen_dialog.py:16
Method
__init__
(self, skellycam_widget: SkellyCamWidget, gui_state: GuiState, parent=None)
freemocap/gui/qt/widgets/camera_controller_group_box.py:39
Method
__init__
(self, **kwargs)
freemocap/gui/qt/widgets/control_panel/control_panel_dock_widget.py:16
Method
__init__
( self, get_active_recording_info: Callable[..., Union[RecordingInfoModel, Path]], kil
freemocap/gui/qt/widgets/control_panel/calibration_control_panel.py:43
Method
__init__
(self, gui_state: GuiState, parent=None)
freemocap/gui/qt/widgets/control_panel/export_data_control_panel.py:22
Method
__init__
( self, recording_processing_parameters: ProcessingParameterModel, get_active_recordin
freemocap/gui/qt/widgets/control_panel/process_mocap_data_panel/process_motion_capture_data_panel.py:40
← previous
next →
401–500 of 738, ranked by callers