Name
Last commit
Last update
..
CMakeLists.txt Added edge-aware filters.
brightedgesexample.cpp Merge pull request #1449 from fiammante:bright_edges
colorize.cpp Merge pull request #2011 from mshabunin:enable-narrowing-warning
dericheSample.py Rewrite deriche filter- add test - add python wrapper
deriche_demo.cpp Merge pull request #701 from LaurentBerger:DericheFilter
disparity_filtering.cpp Merge pull request #1906 from ytyytyyt:3.4
edgeboxes_demo.cpp solves #1596
edgeboxes_demo.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
fast_hough_transform.cpp Updated internal calls to linear resize to use bit-exact version
filterdemo.cpp Updated internal calls to linear resize to use bit-exact version
findredlinedpolygonfromgooglemaps.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
fld_lines.cpp Update fld_lines.cpp
fourier_descriptors_demo.cpp ximgproc: rename global functions with generic names
graphsegmentation_demo.cpp cleanup unnecessary setNumThreads() calls
live_demo.cpp cleanup unnecessary setNumThreads() calls
niblack_thresholding.cpp 1) Modified cv::ximgproc::niBlackThreshold to support binarization using popular Niblack inspired techniques. Sauvola, Wolf, and NICK support added.
paillou_demo.cpp ximgproc: fix paillou_demo
peilin.cpp Update peilin.cpp
peilin_plane.png Implementation of Pei&Lin Image Normalization
peilin_shape.png Implementation of Pei&Lin Image Normalization
polygonstanfordoutput.png Code to grab the red lined polygon from Google Maps
seeds.cpp seeds sample: fix compiler warnings
selectivesearchsegmentation_demo.cpp cleanup unnecessary setNumThreads() calls
selectivesearchsegmentation_demo.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
slic.cpp Add MSLIC (Manifold SLIC).
stanford.png Loading commit data...
structured_edge_detection.cpp Loading commit data...
thinning.cpp Loading commit data...