Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anubhavparas/visual-odometry
/ functions
Functions
43 in github.com/anubhavparas/visual-odometry
⨍
Functions
43
◇
Types & classes
4
↓ 2 callers
Function
extract_features
(image1, image2, features, frame)
Code/commonutils.py:42
↓ 2 callers
Method
get_scale
(self, point_list, mean)
Code/fundamentalmatrixmodel.py:98
↓ 2 callers
Function
read_image
(frame_count)
Code/motionestimator_inbuilt.py:117
↓ 2 callers
Function
read_image
(frame_count)
Code/motionestimator.py:130
↓ 1 callers
Function
adjust_sign
(pose)
Code/commonutils.py:140
↓ 1 callers
Function
calc_essential_matrix
(K, fundamental_mat)
Code/commonutils.py:11
↓ 1 callers
Method
calc_fundamental_matrix
(self, point_list1, point_list2)
Code/fundamentalmatrixmodel.py:42
↓ 1 callers
Function
estimate_camera_motion
()
Code/motionestimator_inbuilt.py:12
↓ 1 callers
Function
estimate_camera_motion
()
Code/motionestimator.py:12
↓ 1 callers
Method
evaluate
(self, data, threshold)
Code/fundamentalmatrixmodel.py:12
↓ 1 callers
Method
fit
(self, data, num_sample, threshold)
Code/ransac.py:8
↓ 1 callers
Function
fundmntl_mat_from_8_point_ransac
(point_list1, point_list2)
Code/commonutils.py:32
↓ 1 callers
Function
get_approx_pose_by_non_linear_pnp
(points_3D, pose, point_list1, point_list2)
Code/nonlinear_methods.py:39
↓ 1 callers
Function
get_approx_pose_by_non_linear_pnp
(points_3D, pose, point_list1, point_list2)
Code/commonutils.py:261
↓ 1 callers
Function
get_correct_pose
(poses, point_list1, point_list2, non_linear_flag)
Code/commonutils.py:145
↓ 1 callers
Function
get_linear_triangulated_points
(pose, point_list1, point_list2)
Code/nonlinear_methods.py:116
↓ 1 callers
Function
get_linear_triangulated_points
(pose, point_list1, point_list2)
Code/commonutils.py:183
↓ 1 callers
Function
get_nonlinear_triangulated_points
(points_3D, pose, point_list1, point_list2)
Code/nonlinear_methods.py:7
↓ 1 callers
Function
get_nonlinear_triangulated_points
(points_3D, pose, point_list1, point_list2)
Code/commonutils.py:229
↓ 1 callers
Function
get_num_positive_depths
(pose, point_list1, point_list2, non_linear_flag)
Code/nonlinear_methods.py:90
↓ 1 callers
Function
get_num_positive_depths
(pose, point_list1, point_list2, non_linear_flag)
Code/commonutils.py:157
↓ 1 callers
Function
get_possible_camera_poses
(essential_mat)
Code/commonutils.py:117
↓ 1 callers
Method
get_sample_data
(self, data, data_size, num_sample)
Code/ransac.py:56
↓ 1 callers
Function
load_features
()
Code/motionestimator_inbuilt.py:88
↓ 1 callers
Function
load_features
()
Code/motionestimator.py:101
↓ 1 callers
Function
load_poses
()
Code/motionestimator_inbuilt.py:104
↓ 1 callers
Function
load_poses
()
Code/motionestimator.py:117
↓ 1 callers
Method
process_image
1. demosaicing 2. undistorting 3. convert to grayscale 4. cropping the image to omit the bonnet portion of the car
Code/imagepreprocessor.py:18
↓ 1 callers
Function
readCameraModel
(models_dir)
Code/readcameramodel.py:3
↓ 1 callers
Method
rescale_points
(self, point_list1, point_list2)
Code/fundamentalmatrixmodel.py:73
↓ 1 callers
Function
undistortImage
(image,LUT)
Code/undistortimage.py:30
↓ 1 callers
Function
write_to_file
(features1, features2, frame)
Code/commonutils.py:104
Function
ReadCameraModel
(models_dir)
Code/Oxford_dataset/ReadCameraModel.py:3
Function
UndistortImage
(image,LUT)
Code/Oxford_dataset/UndistortImage.py:30
Method
__init__
(self)
Code/imagepreprocessor.py:8
Method
__init__
(self, estimator_model)
Code/ransac.py:4
Method
default
(self, obj)
Code/numpyarrayencoder.py:5
Method
fit
(self, data)
Code/fundamentalmatrixmodel.py:7
Function
get_correct_pose
(poses, point_list1, point_list2, non_linear_flag)
Code/nonlinear_methods.py:75
Function
nlt_error
(point_3D, P1, P2, points_left, points_right)
Code/nonlinear_methods.py:20
Function
nlt_error
(point_3D, P1, P2, points_left, points_right)
Code/commonutils.py:242
Function
non_linear_pnp_error
(pose, points_3D, points_left, points_right)
Code/nonlinear_methods.py:47
Function
non_linear_pnp_error
(pose, points_3D, points_left, points_right)
Code/commonutils.py:272