Add REPLICATE_PADDING boundary option in image_processing_benchmark (#39)
* Added REPLICATE_PADDING boundary option * Added CLI argument for selecting boundary option Corr2D * Updated Documentation of README.md * Formatting fixes and type casting the CLI argument * Added OpenCV BORDER_REPLICATE benchmarking * Updated type of variable to BoundaryOption
Showing
- README.md 4 additions, 2 deletionsREADME.md
- benchmarks/ImageProcessing/BuddyCorr2D.mlir 10 additions, 0 deletionsbenchmarks/ImageProcessing/BuddyCorr2D.mlir
- benchmarks/ImageProcessing/BuddyCorr2DBenchmark.cpp 53 additions, 5 deletionsbenchmarks/ImageProcessing/BuddyCorr2DBenchmark.cpp
- benchmarks/ImageProcessing/Main.cpp 11 additions, 4 deletionsbenchmarks/ImageProcessing/Main.cpp
- benchmarks/ImageProcessing/OpenCVFilter2DBenchmark.cpp 38 additions, 5 deletionsbenchmarks/ImageProcessing/OpenCVFilter2DBenchmark.cpp
Please register or sign in to comment