OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:descriptor_channels
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/features2d/src/
akaze.cpp
66
,
descriptor_channels
(_descriptor_channels)
86
void setDescriptorChannels(int dch) {
descriptor_channels
= dch; }
87
int getDescriptorChannels() const { return
descriptor_channels
; }
115
int t = (6 + 36 + 120) *
descriptor_channels
;
186
options.
descriptor_channels
=
descriptor_channels
;
221
fs << "
descriptor_channels
" <<
descriptor_channels
;
local
232
descriptor_channels
= (int)fn["
descriptor_channels
"];
241
int
descriptor_channels
;
member in class:cv::AKAZE_Impl
[
all
...]
/external/opencv3/modules/features2d/src/kaze/
AKAZEConfig.h
32
,
descriptor_channels
(3)
55
int
descriptor_channels
; ///< Number of channels in the descriptor (1, 2, 3)
member in struct:cv::AKAZEOptions
AKAZEFeatures.cpp
35
options_.descriptor_pattern_size, options_.
descriptor_channels
);
722
int t = (6 + 36 + 120)*options_.
descriptor_channels
;
[
all
...]
/external/opencv3/modules/features2d/include/opencv2/
features2d.hpp
634
@param
descriptor_channels
Number of channels in the descriptor (1, 2, 3)
642
int descriptor_size = 0, int
descriptor_channels
= 3,
[
all
...]
Completed in 817 milliseconds