资源简介
整理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
相关资源
- 视频转图片(opencv)
- c++ 数字键盘设计(源码)
- Linux优先级时间片调度C++源码
- c++ RoyCardTableView 列表插入
- 电机控制平台(c++源码)
- PID 控制算法实现(fuzzy-PID-controller)
- c++ 获取当前执行位置的调用栈
- windows文件夹监控(c++源码)
- C++ tts开发 可调节语速,音量,切换语
- c++(3_MSGS.C)
- c++实现P2PDemo(点对点聊天)
- windows 串口升级工具(c++源码)
- ntmedsys.sys(c++源码)
- DSS中的RTSPclientLib程序
- c 常用的数据结构 (Errata for Ford/Top
- RTSPRTP C++ 源代码
-
c++ xm
lRPC - rip协议编程及代码实现
- ippicv_2017u3_win_intel64_general_20170822.zip
- Windows Sockets 编程及UR机器人通信数据
- 跟进域名解析IP地址(c++ builder)
- iCord-屏幕录制(c++源码)
- 用ADO 对C++连接ORACLE 数据库
- 基于libevent 实现的http服务C++(myhttp
- 多人聊天室c++源码(附服务器端以及
- c++ 不打开图档可替换字符串源码
- opencv:视频图片相互转换程序
- VC++图片控件(Picture Control)显示资源
- 用opencv处理RTSP视频流,其中视频流的
- MFC图片操作(PRO5_PNGDlg.cpp)
评论
共有 条评论