danini/graph-cut-ransac
The Graph-Cut RANSAC algorithm proposed in paper: Daniel Barath and Jiri Matas; Graph-Cut RANSAC, Conference on Computer Vision and Pattern Recognition, 2018. It is available at http://openaccess.thecvf.com/content_cvpr_2018/papers/Barath_Graph-Cut_RANSAC_CVPR_2018_paper.pdf
C++NOASSERTION
Issues
- 0
compile error
#48 opened by cqray1990 - 1
OpenCV Error: Assertion failed (CV_IS_MAT(_src) && CV_IS_MAT(_dst) && (_src->rows == 1 || _src->cols == 1) && (_dst->rows == 1 || _dst->cols == 1) && _src->cols + _src->rows - 1 == _dst->rows + _dst->cols - 1 && (CV_MAT_TYPE(_src->type) == CV_32FC2 || CV_MAT_TYPE(_src->type) == CV_64FC2) && (CV_MAT_TYPE(_dst->type) == CV_32FC2 || CV_MAT_TYPE(_dst->type) == CV_64FC2)) in cvUndistortPoints, file /build/opencv-L2vuMj/opencv-3.2.0+dfsg/modules/imgproc/src/undistort.cpp, line 293 *** RuntimeError: /build/opencv-L2vuMj/opencv-3.2.0+dfsg/modules/imgproc/src/undistort.cpp:293: error: (-215) CV_IS_MAT(_src) && CV_IS_MAT(_dst) && (_src->rows == 1 || _src->cols == 1) && (_dst->rows == 1 || _dst->cols == 1) && _src->cols + _src->rows - 1 == _dst->rows + _dst->cols - 1 && (CV_MAT_TYPE(_src->type) == CV_32FC2 || CV_MAT_TYPE(_src->type) == CV_64FC2) && (CV_MAT_TYPE(_dst->type) == CV_32FC2 || CV_MAT_TYPE(_dst->type) == CV_64FC2) in function cvUndistortPoints
#40 opened by sunshineywz123 - 0
Fix OpenCV windows build
#43 opened by akaszynski - 0
Library extension
#41 opened by paaraujo - 1
Support float/double image width and height
#39 opened by Parskatt - 3
The problem of running example_rigid_transform
#38 opened by Xinyi-tum - 4
Questions about PnP solutions
#29 opened by uurbsrn4d - 7
Build Issue
#28 opened by whoamibro - 3
- 1
run example aborted
#36 opened by lyk125 - 4
- 1
find bugs and fixed
#31 opened by chaizheng2157 - 1
Build issue
#32 opened by million1224 - 3
Make Error
#25 opened by XuyangBai - 1
error when compiling
#27 opened by jiahao68 - 2
- 4
python setup.py install
#19 opened by InstantWindy - 4
The homograpy results are not stable
#21 opened by zxp771 - 3
- 2
python setup.py install error
#22 opened by mesaperry - 1
PnP/Ransac python binding for pose estimation?
#20 opened by hiyyg - 6
- 3
pygcransac.findEssentialMatrix issue
#17 opened by liandexu186 - 4
Build Issue
#16 opened by rshah240 - 2
I have a problem
#15 opened by liandexu186 - 1
- 2
error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
#13 opened by zhleternity - 3
hi
#4 opened by yangninghua - 6
Hello, danini
#5 opened by yangninghua - 4
make error
#9 opened by greenjokers - 3
ProsacSampler always return minimal case
#10 opened by Lishen1 - 1
Build issue
#11 opened by ducha-aiki - 1
About threshold
#6 opened by zzxp - 0
ask some questions
#8 opened by Guoshu-Xu - 4
The assert failure in add_edge() of graph.h
#3 opened by wangmaoCS - 2
The return value problem of Sample() function in GCoptimization.h for linux version code
#2 opened by wangmaoCS - 4