• 大小: 0.01M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-02-22
  • 语言: C/C++
  • 标签: opencv  sift  c++  

资源简介

整理SIFT算法,带详细注释!

资源截图

代码片段和文件信息

#include “mysift.h“
//#include

//#include “precomp.hpp“
#include 
#include 
#include 
//#include “opencv2/imgproc.hpp“
#include 

using namespace std;

namespace cv
{
namespace xfeatures2d
{

class mySIFT_Impl : public mySIFT
{
public:
explicit mySIFT_Impl(int nfeatures = 0 int nOctavelayers = 3
double contrastThreshold = 0.04 double edgeThreshold = 10
double sigma = 1.6);

int descriptorSize() const; //! returns the descriptor size in floats (128)
int descriptorType() const; //! returns the descriptor type
int defaultNorm() const;//! returns the default norm type
//! finds the keypoints and computes descriptors for them using SIFT algorithm.
//! Optionally it can compute descriptors for the user-provided keypoints
void detectAndCompute(InputArray img InputArray mask
std::vector& keypoints
OutputArray descriptors
bool useProvidedKeypoints = fal

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        849  2020-05-22 15:49  mysift.h

     文件      56348  2020-06-13 22:33  mysift.cpp

----------- ---------  ---------- -----  ----

                57197                    2


评论

共有 条评论