OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CROP
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
timelapsers.hpp
61
enum {AS_IS,
CROP
};
/toolchain/binutils/binutils-2.25/opcodes/
mep-opc.c
[
all
...]
/external/opencv3/modules/stitching/src/
timelapsers.cpp
53
if (type ==
CROP
)
/external/opencv3/samples/cpp/
stitching_detailed.cpp
122
" --timelapse (as_is|
crop
) (range_width)\n"
321
else if (string(argv[i + 1]) == "
crop
")
322
timelapse_type = Timelapser::
CROP
;
Completed in 828 milliseconds