OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:widthStep
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cxcore/include/
cxtypes.h
380
OpenCV ignores it and uses
widthStep
instead. */
388
(==image->height*image->
widthStep
391
int
widthStep
; /* Size of aligned image row in bytes. */
458
(((elemtype*)((image)->imageData + (image)->
widthStep
*(row)))[(col)])
[
all
...]
/external/opencv3/modules/core/include/opencv2/core/
types_c.h
315
OpenCV ignores it and uses
widthStep
instead. */
323
(==image->height*image->
widthStep
326
int
widthStep
; /**< Size of aligned image row in bytes. */
399
(((elemtype*)((image)->imageData + (image)->
widthStep
*(row)))[(col)])
[
all
...]
Completed in 1364 milliseconds