-
在计算机视觉中首先一步是计算每个摄像机的参数(外参和内参),这是重建物体所必须的,这一个过程称为摄像机定标(camera calibration)。这是我自己写...
在计算机视觉中首先一步是计算每个摄像机的参数(外参和内参),这是重建物体所必须的,这一个过程称为摄像机定标(camera calibration)。这是我自己写的一个简单的采用2维模板(模板是由黑白相间的格子组成,格子大小60cm×60cm)定标的程序,交互性比较好,每个角点通过鼠标点击自动获取。-Computer Vision in the first step is to calculate the parameters of each camera (outside the Senate and internal), which is necessary for the reconstruction of objects, which a process known as camera calibration (camera calibration). This is what I wrote it myself using a simple 2-D template (template is composed of black-and-white lattice, lattice size of 60cm × 60cm) calibration procedures, better interactivity, each corner through the automatic acquisition of mouse clicks.
- 2022-02-22 10:10:29下载
- 积分:1
-
使用purebasic开发的图像边缘检测的源代码,并附上了原始和检测后的图像。...
使用purebasic开发的图像边缘检测的源代码,并附上了原始和检测后的图像。
- 2022-04-10 21:10:27下载
- 积分:1
-
图像余旋变换(Cosine Transformation)是一种频域变换,广泛应用于图像处理。本代码实现了图像Cos变换,非常经典,带图片可测试....
图像余旋变换(Cosine Transformation)是一种频域变换,广泛应用于图像处理。本代码实现了图像Cos变换,非常经典,带图片可测试.-image rotation transform (Cosine Transformation) is a frequency-domain transform, widely used in image processing. Implementation of the code of the image Cos transform, very classic, with pictures can be tested.
- 2022-02-05 01:53:59下载
- 积分:1
-
通过梯度微量流SNAKE方法对图像进行分割
通过梯度微量流SNAKE方法对图像进行分割-SNAKE flow through the micro-gradient method of image segmentation
- 2022-02-04 11:24:35下载
- 积分:1
-
Visual C++ digital image processing algorithms and implementation of a typical (...
Visual C++ 数字图像处理典型算法及实现(2)-Visual C++ digital image processing algorithms and implementation of a typical (2)
- 2022-02-03 23:10:45下载
- 积分:1
-
常用的数字图像处理算法实现,都是用标准C语言实现的,绝对经典...
常用的数字图像处理算法实现,都是用标准C语言实现的,绝对经典-commonly used digital image processing algorithm has been used standard C language, absolute classic
- 2023-04-08 21:30:03下载
- 积分:1
-
对图像进行形态学腐蚀操作和膨胀操作源码。在vc6.0下通过编译。欢迎下载...
对图像进行形态学腐蚀操作和膨胀操作源码。在vc6.0下通过编译。欢迎下载-Image morphological operation and expansion of operation of corrosion source. In vc6.0 through the compiler. Welcome to download
- 2022-12-06 02:00:03下载
- 积分:1
-
A very well
非常有名的SIFT变换程序,实现了多级变换检测!-A very well-known SIFT conversion process to achieve a multi-stage transformation test!
- 2022-03-23 14:24:00下载
- 积分:1
-
崇德的纸喇叭
Horn Schunk 的论文
Lucas kanade的论文-Horn Schunk s paper
Lucas kanade s paper
- 2022-08-25 10:57:22下载
- 积分:1
-
一系列展示图像压缩技术的源代码。包括有:使用块截断编码的图像压缩(Block Truncation)、基于高斯金字塔变换的图像压缩(Gaussian Pyram...
一系列展示图像压缩技术的源代码。包括有:使用块截断编码的图像压缩(Block Truncation)、基于高斯金字塔变换的图像压缩(Gaussian Pyramids)、基于离散余弦变换对图像压缩(Discrete Cosine Transform)、基于奇异值分解(SVD)的图像压缩(Singular Value Decomposition)。给出的代码还可以用于2D图像噪声消除-A series of image compression technology to display the source code. Include: the use of block truncation coding for image compression (Block Truncation), based on the Gaussian pyramid transform for image compression (Gaussian Pyramids), based on the discrete cosine transform for image compression (Discrete Cosine Transform), based on singular value decomposition (SVD) Image compression (Singular Value Decomposition). Given code can also be used in 2D image noise cancellation
- 2022-10-27 21:35:04下载
- 积分:1