腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(272)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
OpenCV 3.0 MOTION_
HOMOGRAPHY
OpenCV 3.0.0提供了以下运动模型: MOTION_
HOMOGRAPHY
模型MOTION_
HOMOGRAPHY
做什么转换?
浏览 1
修改于2015-09-10
得票数 0
1
回答
Features2d +
Homography
实现
我正在使用OpenCV在Android上创建一个应用程序,我需要Features2d和
Homography
的Java代码。我需要它像视频一样连续处理。我不是C++方面的专家,所以我无法移植它。
浏览 3
提问于2014-10-14
得票数 0
回答已采纳
1
回答
使用
Homography
transform -transform图像裁剪拼接两幅图像
图像拼接不能正常工作。扭曲的图像将被裁剪,并且无法进行插值,因为图像不相交。 嗨,我被布置了一个作业,在作业中我必须将两张由不同相机拍摄的图像缝合在一起。我应该找到单应矩阵,然后使用这个矩阵扭曲第二幅图像。最后,我必须对这两个图像进行插值。 不幸的是,我写的代码似乎不能正常工作。在第二次图像扭曲期间,我丢失了大部分图像信息;许多像素是黑色的,并不是整个转换后的图像都被转换了。 我以相同的顺序跟踪两个图像,每个图像有四个像素。下面你可以找到我写的那段代码。 # Globals cv2.name
浏览 50
修改于2019-02-17
得票数 0
1
回答
在两幅图像之间使用
Homography
制作全景图
我必须在两个图像之间使用
Homography
来制作全景图。在matlab中,在得到单应矩阵后,如何创建一个函数来扭曲第二幅图像并将它们组合在一起?
浏览 1
修改于2017-05-07
得票数 0
1
回答
Matlab在使用mex编译C文件时出错
apply_blur_kernel_mex.c包含以下代码#include <stdlib.h>#include <matrix.h>...{compute_
homography
_matrix(Ksh
浏览 5
修改于2016-10-31
得票数 1
1
回答
Cmake OpenCV不能指定链接库
/OpenCV代码: CMake Error at CMakeLists.txt:5 (target_link_libraries):无法为目标"SURF_
Homography
“指定链接库,该目标”SURF_
Homography
“不是由该项目构建的。我找到了这个 cmake_minimum_required(VERSION 2.8) project( SURF_
Homography
)
浏览 4
修改于2017-05-23
得票数 2
回答已采纳
1
回答
用单应矩阵反变换得不到相同的点
我得到了单应矩阵的逆矩阵 self.inv_
homography
= np.linalg.inv(self.
homography
) 和我的转换函数 def doTransform(x, y,
homography
np.ndarray(shape=(3, 1), dtype=float, order='F') p[1, 0] = y res = np.dot(
homography
浏览 29
提问于2020-11-24
得票数 0
回答已采纳
1
回答
Python -多处理会降低性能。
multiprocessing.Manager() #
homography
(find_best_homographies, t1 = time.time() #CPU intensive task, involving calling Op
浏览 0
修改于2018-10-16
得票数 0
回答已采纳
1
回答
EmguCV HomographyFind -统一总是接收零
为此,我使用了EmguCV/OpenCV方法HomographyFind: Matrix<float>
homography
= new Matrix<float>(3, 3)float> destMat = new Matrix<float>(destPoints); Vector2 coordToUnity(V
浏览 2
提问于2016-11-24
得票数 0
回答已采纳
1
回答
使用OpenCV Python计算相机世界位置
从而计算出单应性4)为了计算相机矩阵,我遵循了translation[:,0] =
homography
[:,2] rotation[:,0] =
homography
[:,0]rotation[:,2] = np.cross(
homography
[0:3,0],
homo
浏览 1
修改于2017-04-13
得票数 14
回答已采纳
3
回答
拼接最终大小和偏移
下面是我的函数: print offset if
浏览 0
修改于2013-07-23
得票数 2
1
回答
向Mat对象添加另一行
Mat insert = (Mat_<double>(1,3)<<0 , 0 , 1); resize(affine , affine , Size(3,3)); cout<<"
Homography
"<<" "<<
homograph
浏览 3
修改于2014-08-15
得票数 1
回答已采纳
2
回答
如何获得ORB检测OpenCV ++中的校正角?
// Find
homography
// Use
homography
to warp image
浏览 1
修改于2020-02-02
得票数 0
回答已采纳
1
回答
基于SIFT键点描述符和同形矩阵的图像拼接
else{ } } //use source and destination tofind
homography
between 2 images vector
浏览 0
修改于2023-05-25
得票数 6
2
回答
Emgu CV冲浪获得匹配点坐标
mask, 1.5, 20);
homography
matches, mask, 1.5, 20);
homography
/// <summary> //
浏览 7
修改于2017-05-23
得票数 4
1
回答
在decomposeHomographyMat()上查找旋转和平移
Mat
homography
=Calib3d.findHomography(ReferencePoints2,ReferencePoints1,0,Calib3d.RANSAC); Calib3d.decomposeHomographyMat(Input
homography
,Input intrinsic,Output rotation,Output translation,Output normal);
浏览 14
提问于2018-09-19
得票数 0
1
回答
像素操作中的分割故障(核转储)
matrix from these matricescout<<
homography
_matrix.at<float>(0,0)<&l
浏览 2
修改于2013-06-17
得票数 0
1
回答
如何使牛肝菌( kornia HomographyWarper )表现得像OpenCV warpPerspective?
image_reshaped = image.type(torch.float32).view(1, *image.shape) [-4.3304e-04, 7.6681e-04, 1.0000e+00]], device='cuda:0',
homography
-04, 1.0000e+00]], device='cuda:0',
浏览 64
修改于2022-09-27
得票数 0
回答已采纳
1
回答
未定义对...的引用编译ros节点时
ocl::oclMat const&, cv::ocl::oclMat&)'cmake_minimum_required(VERSION 2.8.3)#add_executable(display_image src/display_image_node.cpp)## as an exampl
浏览 2
修改于2015-05-28
得票数 0
1
回答
将C/++ OpenCV程序从视频稳定程序改为CUDA程序
calcOpticalFlowPyrLK(original, distorted, refFeatures, currFeatures, featuresFound, err); if(homographyRansac){
homography
=parameters of a mathematical model from a set o
浏览 2
提问于2014-11-25
得票数 2
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券