OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
descriptor.hpp 檔案參考
#include <map>
#include <vector>
#include <list>
#include <inttypes.h>
#include <stdio.h>
#include <iostream>
#include <cmath>
#include "opencv2/core/utility.hpp"
#include <opencv2/imgproc.hpp>
#include "opencv2/core.hpp"
descriptor.hpp 的包含依賴關係圖
此圖顯示了哪些檔案直接或間接包含此檔案

類  cv::line_descriptor::BinaryDescriptor
 類實現了線段檢測和計算其二值描述符的功能。 更多...
 
類  cv::line_descriptor::BinaryDescriptorMatcher
 描述符匹配器 的模型上,提供所有功能來查詢使用者提供的資料集或類內部資料集(使用者無論如何必須填充)。 更多...
 
結構體  cv::line_descriptor::DrawLinesMatchesFlags
 
結構體  cv::line_descriptor::KeyLine
 表示一條線的類。 更多...
 
類  cv::line_descriptor::LSDDetector
 
結構體  cv::line_descriptor::LSDParam
 
結構體  cv::line_descriptor::BinaryDescriptor::Params
 BinaryDescriptor 引數列表: 更多...
 

名稱空間

名稱空間  cv
 
名稱空間  cv::line_descriptor
 

#define log_gamma(x)
 
#define MLN10   2.30258509299404568402
 
#define RELATIVE_ERROR_FACTOR   100.0
 
#define UINT32_1   ((UINT32)0x01)
 
#define UINT64_1   ((UINT64)0x01)
 

型別定義

typedef uint16_t UINT16
 
typedef uint32_t UINT32
 
typedef uint64_t UINT64
 
typedef uint8_t UINT8
 

函式

void cv::line_descriptor::drawKeylines (const Mat &image, const std::vector< KeyLine > &keylines, Mat &outImage, const Scalar &color=Scalar::all(-1), int flags=DrawLinesMatchesFlags::DEFAULT)
 繪製關鍵線條。
 
void cv::line_descriptor::drawLineMatches (const Mat &img1, const std::vector< KeyLine > &keylines1, const Mat &img2, const std::vector< KeyLine > &keylines2, const std::vector< DMatch > &matches1to2, Mat &outImg, const Scalar &matchColor=Scalar::all(-1), const Scalar &singleLineColor=Scalar::all(-1), const std::vector< char > &matchesMask=std::vector< char >(), int flags=DrawLinesMatchesFlags::DEFAULT)
 繪製從兩幅影像中找到的關鍵線條匹配。
 

宏定義文件

◆ log_gamma

#define log_gamma ( x)
((x)>15.0?log_gamma_windschitl(x):log_gamma_lanczos(x))

◆ MLN10

#define MLN10   2.30258509299404568402

◆ RELATIVE_ERROR_FACTOR

#define RELATIVE_ERROR_FACTOR   100.0

◆ UINT32_1

#define UINT32_1   ((UINT32)0x01)

◆ UINT64_1

#define UINT64_1   ((UINT64)0x01)

型別定義文件

◆ UINT16

typedef uint16_t UINT16

◆ UINT32

typedef uint32_t UINT32

◆ UINT64

typedef uint64_t UINT64

◆ UINT8

typedef uint8_t UINT8