OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:seedpoint
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/imgproc/src/
floodfill.cpp
459
Point
seedPoint
, Scalar newVal, Rect* rect,
506
if( (unsigned)
seedPoint
.x >= (unsigned)size.width ||
507
(unsigned)
seedPoint
.y >= (unsigned)size.height )
517
const uchar* seed_ptr = img.ptr(
seedPoint
.y) + elem_size*
seedPoint
.x;
527
floodFill_CnIR(img,
seedPoint
, nv_buf.b[0], &comp, flags, &buffer);
529
floodFill_CnIR(img,
seedPoint
, Vec3b(nv_buf.b), &comp, flags, &buffer);
531
floodFill_CnIR(img,
seedPoint
, nv_buf.i[0], &comp, flags, &buffer);
533
floodFill_CnIR(img,
seedPoint
, nv_buf.f[0], &comp, flags, &buffer);
535
floodFill_CnIR(img,
seedPoint
, Vec3i(nv_buf.i), &comp, flags, &buffer)
[
all
...]
/external/opencv3/modules/java/src/
imgproc+Imgproc.java
[
all
...]
imgproc.cpp
[
all
...]
/external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp
[
all
...]
Completed in 4192 milliseconds