OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_algorithm
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
Direct3DInterop.h
57
void SetAlgorithm(OCVFilterType type) {
m_algorithm
= type; };
81
OCVFilterType
m_algorithm
;
member in class:PhoneXamlDirect3DApp1Comp::sealed
Direct3DInterop.cpp
53
:
m_algorithm
(OCVFilterType::ePreview)
93
switch (
m_algorithm
)
Completed in 172 milliseconds