|
| virtual bool | getBlurForDescriptor () const =0 |
| |
| virtual int | getEdgeThreshold () const =0 |
| |
| virtual int | getFastThreshold () const =0 |
| |
| virtual int | getFirstLevel () const =0 |
| |
| virtual int | getMaxFeatures () const =0 |
| |
| virtual int | getNLevels () const =0 |
| |
| virtual int | getPatchSize () const =0 |
| |
| virtual double | getScaleFactor () const =0 |
| |
| virtual int | getScoreType () const =0 |
| |
| virtual int | getWTA_K () const =0 |
| |
| virtual void | setBlurForDescriptor (bool blurForDescriptor)=0 |
| | 如果為 true,影像將在描述符計算前進行模糊處理
|
| |
| virtual void | setEdgeThreshold (int edgeThreshold)=0 |
| |
| virtual void | setFastThreshold (int fastThreshold)=0 |
| |
| virtual void | setFirstLevel (int firstLevel)=0 |
| |
| virtual void | setMaxFeatures (int maxFeatures)=0 |
| |
| virtual void | setNLevels (int nlevels)=0 |
| |
| virtual void | setPatchSize (int patchSize)=0 |
| |
| virtual void | setScaleFactor (double scaleFactor)=0 |
| |
| virtual void | setScoreType (int scoreType)=0 |
| |
| virtual void | setWTA_K (int wta_k)=0 |
| |
| virtual | ~Feature2DAsync () |
| |
| virtual void | computeAsync (InputArray image, OutputArray keypoints, OutputArray descriptors, Stream &stream=Stream::Null()) |
| | 計算影像中檢測到的關鍵點集的描述符。
|
| |
| virtual void | convert (InputArray gpu_keypoints, std::vector< KeyPoint > &keypoints)=0 |
| |
| virtual void | detectAndComputeAsync (InputArray image, InputArray mask, OutputArray keypoints, OutputArray descriptors, bool useProvidedKeypoints=false, Stream &stream=Stream::Null()) |
| |
| virtual void | detectAsync (InputArray image, OutputArray keypoints, InputArray mask=noArray(), Stream &stream=Stream::Null()) |
| | 檢測影像中的關鍵點。
|
| |
| virtual | ~Feature2D () |
| |
| virtual void | compute (InputArray image, std::vector< KeyPoint > &keypoints, OutputArray descriptors) |
| | 計算影像中檢測到的關鍵點集(第一種變體)或影像集(第二種變體)的描述符。
|
| |
| virtual void | compute (InputArrayOfArrays images, std::vector< std::vector< KeyPoint > > &keypoints, OutputArrayOfArrays descriptors) |
| |
| virtual int | defaultNorm () const |
| |
| virtual int | descriptorSize () const |
| |
| virtual int | descriptorType () const |
| |
| virtual void | detect (InputArray image, std::vector< KeyPoint > &keypoints, InputArray mask=noArray()) |
| | 檢測影像中(第一種變體)或影像集(第二種變體)中的關鍵點。
|
| |
| virtual void | detect (InputArrayOfArrays images, std::vector< std::vector< KeyPoint > > &keypoints, InputArrayOfArrays masks=noArray()) |
| |
| virtual void | detectAndCompute (InputArray image, InputArray mask, std::vector< KeyPoint > &keypoints, OutputArray descriptors, bool useProvidedKeypoints=false) |
| |
| virtual bool | empty () const CV_OVERRIDE |
| | 如果檢測器物件為空,則返回 true。
|
| |
| virtual String | getDefaultName () const CV_OVERRIDE |
| |
| virtual void | read (const FileNode &) CV_OVERRIDE |
| | 從檔案儲存中讀取演算法引數。
|
| |
| void | read (const String &fileName) |
| |
| void | write (const Ptr< FileStorage > &fs, const String &name) const |
| |
| void | write (const String &fileName) const |
| |
| virtual void | write (FileStorage &) const CV_OVERRIDE |
| | 將演算法引數儲存到檔案儲存中。
|
| |
| void | write (FileStorage &fs, const String &name) const |
| |
| | Algorithm () |
| |
| virtual | ~Algorithm () |
| |
| virtual void | clear () |
| | 清除演算法狀態。
|
| |
| virtual void | save (const String &filename) const |
| |
| void | write (const Ptr< FileStorage > &fs, const String &name=String()) const |
| |
| void | write (FileStorage &fs, const String &name) const |
| |