登录
首页 » Visual C++ » shape-matching

shape-matching

于 2020-12-07 发布 文件大小:5KB
0 283
下载积分: 1 下载次数: 82

代码说明:

  基于形状的模板匹配,用到了opencv,主体包含两部分,建模与金字塔搜索。(Based on the shape of the template matching, the use of opencv, the main body contains two parts, modeling and pyramid search.)

文件列表:

形状匹配
........\ShapeMatching.cpp,13529,2017-03-29
........\ShapeMatching.h,1762,2017-01-11

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Lagrange
    对lagrange函数公式进行代码化,可以对一组数进行插值算法,可以输出最后的y值(The lagrange function formula code, a number of groups interpolation algorithm, you can output the final value of y)
    2012-10-23 13:53:57下载
    积分:1
  • pcl
    pcl 3d 文件格式转换,点云读取与显示(PCL 3D file format conversion, point cloud reading and display)
    2017-11-09 13:02:45下载
    积分:1
  • tree1
    四叉树分割 opencv 编写 读入灰度图 进行递归分割(Quadtree segmentation opencv read into grayscale prepared for recursive partitioning)
    2021-04-27 21:08:45下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • rayTracing-1
    这是我的图形学的作业,实现光线跟踪。也是学别人做的,仅供学习用。(this is a study work about computer graphics , realizing tracking )
    2012-04-23 22:31:49下载
    积分:1
  • image
    用数字图像处理主要是为了修改图形,改善图像质量,或是从图像中提起有效信息,还有利用数字图像处理可以对图像进行体积.(Using digital image processing is mainly graphics in order to modify and improve the image quality, or from the image to bring effective information, as well as the use of digital image processing can be carried out on the image size.)
    2008-03-04 19:38:04下载
    积分:1
  • Myimagesegemention
    VC图像处理中阈值变换,计算图像面积等适合初学者,有一定的指导意义(VC image processing threshold transform, calculating image size suitable for beginners, must have guiding significance)
    2009-03-27 15:39:06下载
    积分:1
  • Graph
    输入一个带权无向图的顶点数、边数、各条边信息(两个顶点和权值),建立该图的邻接矩阵结构,输出该邻接矩阵。将上述无向图邻接矩阵转换为邻接表结构,输出该邻接表;根据该邻接表对无向图进行深度优先遍历序列和广度优先遍历序列,并输出遍历结果;用prim算法实现构造该带权无向图的最小生成树,并将该最小生成树的各条边信息输出。(Enter a weighted undirected graph with vertices, edges, each of the side information (two vertices and weights), the establishment of the adjacency matrix structure, the output of the adjacency matrix. The above undirected graph adjacency matrix into adjacency list structure, the output of the adjacency list according to the adjacency table undirected graph depth-first traversal sequence and breadth-first traversal sequence, and outputs through the results using prim algorithm construct the weighted undirected graph minimum spanning tree, and the minimum spanning tree information on respective sides of the output.)
    2020-12-13 15:29:15下载
    积分:1
  • Sobel-Process
    索贝尔算子程序,可以对图像进行索贝尔算子处理。(Sobel process program, which can process using sobel method.)
    2012-02-28 10:07:22下载
    积分:1
  • SIFT-Panorama
    本程序利用SIFT算法实现影像匹配的基础上,实现全景图的拼接,实用性很强,大家可以把拍摄的相邻的几张有重叠度的照片拼接成一张全景图。(The program uses SIFT image matching algorithm based on the realization of panorama stitching, very practical, we can put a few have taken the overlap of adjacent photos into a panoramic mosaic map.)
    2011-05-16 02:47:18下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载