• simonreich's avatar
    Merge pull request #1690 from simonreich:epf · 96953843
    simonreich authored
    Adds Edge-Preserving Filter (#1690)
    
    * Module EPF - Edge-Preserving Filter added
    
    * Changed name from template to epf
    
    * Removed clang-format file
    
    * Added header Files. Eliminated showWindow function. Used CommandLineParser.
    
    * Moved filter from epf module to ximgproc
    
    * Removed header files from sample
    
    * Minor bug fix in demo. Pointers in demo removed.
    
    * Pointers removed. InputArray/OutputArray added
    
    * License header added
    
    * License header from sample file removed
    
    * Unit test for performance added
    
    * Replaced manual mean computation with cv::mean
    
    * Beautified code via clang-format and https://raw.githubusercontent.com/opencv/opencv_contrib/master/modules/cvv/.clang-format
    
    * Merged historic if... else if statement into one if statement
    
    * Trailing whitespace removed and .. changed into .
    
    * Tabs replaced with 4 spaces.
    
    * Removed subwindow = src(roi);
    
    * Moved type test to beginning of code
    
    * Removed indentation from namespace and added //! @}
    
    * Added name to header
    
    * git cleanup introduced some errors fixed here
    
    * Changed path testdata/perf/320x260.png to perf/320x260.png
    
    * Fixed warning declaration of 'subwindow1' hides previous local declaration
    
    * Fixed warning 'const' qualifier on reference type 'cv::InputArray' (aka 'const cv::_InputArray &') has no effect
    
    * Accuracy test added/
    
    * Renamed void edgepreservingFilter to void edgePreservingFilter
    96953843
Name
Last commit
Last update
..
test_adaptive_manifold.cpp Loading commit data...
test_adaptive_manifold_ref_impl.cpp Loading commit data...
test_anisodiff.cpp Loading commit data...
test_bilateral_texture_filter.cpp Loading commit data...
test_disparity_wls_filter.cpp Loading commit data...
test_domain_transform.cpp Loading commit data...
test_edgepreserving_filter.cpp Loading commit data...
test_fast_hough_transform.cpp Loading commit data...
test_fgs_filter.cpp Loading commit data...
test_fld.cpp Loading commit data...
test_fourier_descriptors.cpp Loading commit data...
test_guided_filter.cpp Loading commit data...
test_joint_bilateral_filter.cpp Loading commit data...
test_l0_smooth.cpp Loading commit data...
test_main.cpp Loading commit data...
test_precomp.hpp Loading commit data...
test_ridge_detection_filter.cpp Loading commit data...
test_rolling_guidance_filter.cpp Loading commit data...
test_run_length_morphology.cpp Loading commit data...
test_sparse_match_interpolator.cpp Loading commit data...
test_structured_edge_detection.cpp Loading commit data...
test_thinning.cpp Loading commit data...
test_weighted_median_filter.cpp Loading commit data...