surround-view-system-introduction icon indicating copy to clipboard operation
surround-view-system-introduction copied to clipboard

A full Python implementation for real car surround view system

Results 13 surround-view-system-introduction issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/110968623/183848395-3dc101d2-f58f-4867-9616-fa9df25393a8.png) 这个是偶尔运行成功,但是总会有一个摄像头卡住,在该摄像头前放置物品,晃动手,都没反应

1.通过V4L2参数设置亮度属性,是否可以达到效果

Traceback (most recent call last): File "/home/ai2/work/surround-view-system-introduction/run_get_weight_matrices.py", line 36, in main() File "/home/ai2/work/surround-view-system-introduction/run_get_weight_matrices.py", line 24, in main Gmat, Mmat = birdview.get_weights_and_masks(projected) File "/home/ai2/work/surround-view-system-introduction/surround_view/birdview.py", line 301, in get_weights_and_masks G0, M0 =...

老师您好,您在文档doc.md中的-具体实现的注意事项-中提及到的第二点,“同理对于 project_matrix 也不难获得一个查找表”这句话不太理解? 从畸变图到校正图应用cv2.fisheye.initUndistortRectifyMap()结合相机内参和畸变系数得到查找表mapx,mapy,那从校正图到鸟瞰图的查找表new_map要用到哪个函数?得到这个new_map后怎么与mapx和mapy合并才能直接从原图到鸟瞰图。求老师指点,谢谢您了,之前打扰过您一次了,非常感谢。

Thank you for sharing the repository. I was wondering if you could share the left and right images you have used to choose the four points for projection.

Hi @neozhaoliang , can you please provide the whole fisheye dataset used in this code for front,left,right,back images.

python run_calibrate_camera. py -i 2 -grid 9x6 -o fisheye.yaml --resolution 1280x720 --fisheye Cannot open camera 2 cannot open device

文章中setting是4个相机,如果我想使用6个或者8个相机呢,该参数如何设置呢?