-
针对摄像机固定和共面约束条件下进行目标定位,提出了一种简单可行的全新算法。该算法避开了烦琐的摄像机标定这一过程,也不用精确地求解单应性矩阵。只是运用射影几何的性...
针对摄像机固定和共面约束条件下进行目标定位,提出了一种简单可行的全新算法。该算法避开了烦琐的摄像机标定这一过程,也不用精确地求解单应性矩阵。只是运用射影几何的性质,通过简单的几何关系,对非标定单摄像机拍摄的单幅图像,求解其从2D图像平面到真实的3D平面的非线性单映射关系。该算法为解决计算机视觉的测量、定位、三维重建等问题,提供一种全新的思路。
-against cameras fixed and coplanar binding conditions for target location, a simple new algorithm. The algorithm avoid the cumbersome process of the camera calibration, and it does not accurately be solved single matrix. Just use projective geometry of nature, by simple geometry, orders for non-standard video camera in a single image. Solving its two D images from two-dimensional to three real plane D nonlinear single map. The algorithm to solve the measurement of computer vision, positioning, three-dimensional reconstruction, with a brand new idea.
- 2022-02-20 03:38:46下载
- 积分:1
-
Visual C MATLAB image processing and recognition of practical cases selected for...
Visual C++MATLAB图像处理与识别实用案例精选之取指数算法的源程序,含测试图片-Visual C MATLAB image processing and recognition of practical cases selected for admission index algorithm source code , containing pictures test
- 2022-03-11 20:37:54下载
- 积分:1
-
收集的一些有关色彩图像中值滤波的文章 希望对大家有帮助
收集的一些有关色彩图像中值滤波的文章 希望对大家有帮助-Collected some of the color filter image of the article would like to have everyone help
- 2022-01-21 06:26:49下载
- 积分:1
-
各种图形图像处理的源代码,用VC++实现,如包括图象的边缘检测与图象分析源代码、图象增强源代码、图象的几何变换、图象灰度变换源代码等。...
各种图形图像处理的源代码,用VC++实现,如包括图象的边缘检测与图象分析源代码、图象增强源代码、图象的几何变换、图象灰度变换源代码等。-various patterns of source code, with VC. If the images including edge detection and image analysis of the source code, source code image enhancement, image geometry transformation, Gray Image Transform source code, and so on.
- 2022-08-20 17:22:11下载
- 积分:1
-
In image processing, image fusion algorithm is useful for beginners!
在图像处理中,图像融合算法,对初学者很有用!-In image processing, image fusion algorithm is useful for beginners!
- 2023-01-22 00:35:04下载
- 积分:1
-
对一幅二值图像进行水平方向和垂直方向的投影图
对一幅二值图像进行水平方向和垂直方向的投影图-of a binary image is a horizontal direction and the vertical direction of projection
- 2022-05-22 16:19:42下载
- 积分:1
-
实现了一个简单的图像检索程序,很有参考价值。
VC++实现的一个简单的图像检索程序,有参考价值。-VC++ to achieve a simple image retrieval process, a valuable reference.
- 2022-11-01 19:05:03下载
- 积分:1
-
awimg = rgb2gray(IM1)
awimg=rgb2gray(im1)
tic
[accum, circen, cirrad] = CircularHough_Grd(rawimg, [20 30],5,50)
circen
toc
figure(1) imagesc(accum) axis image
title( Accumulation Array from Circular Hough Transform )
figure(2) imagesc(rawimg) colormap( gray ) axis image
hold on
plot(circen(:,1), circen(:,2), r+ )
for k = 1 : size(circen, 1),
DrawCircle(circen(k,1), circen(k,2), cirrad(k), 32, b- )
end
hold off
title([ Raw Image with Circles Detected , ...
(center positions and radii marked) ])
figure(3) surf(accum, EdgeColor , none ) a
- 2022-02-04 17:38:42下载
- 积分:1
-
jpeg decoder procedures, using VC editors, the issue is part of the
jpeg解码程序,采用VC++编辑,是自己的课题的一部分-jpeg decoder procedures, using VC editors, the issue is part of the
- 2023-01-17 10:45:04下载
- 积分:1
-
Active Contour without Edges Matlab Code 李春明版 一种新的水平集方法由Chunming Li教授开发...
Active Contour without Edges Matlab Code 李春明版 一种新的水平集方法由Chunming Li教授开发-Active Contour without Edges Matlab Code
- 2023-01-19 01:50:04下载
- 积分:1